File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ class symex_target_equationt:public symex_targett
204
204
bool is_atomic_end () const { return type==goto_trace_stept::typet::ATOMIC_END; }
205
205
206
206
// we may choose to hide
207
- bool hidden;
207
+ bool hidden= false ;
208
208
209
209
exprt guard;
210
210
literalt guard_literal;
@@ -213,7 +213,7 @@ class symex_target_equationt:public symex_targett
213
213
ssa_exprt ssa_lhs;
214
214
exprt ssa_full_lhs, original_full_lhs;
215
215
exprt ssa_rhs;
216
- assignment_typet assignment_type;
216
+ assignment_typet assignment_type=assignment_typet::STATE ;
217
217
218
218
// for ASSUME/ASSERT/GOTO/CONSTRAINT
219
219
exprt cond_expr;
@@ -222,18 +222,18 @@ class symex_target_equationt:public symex_targett
222
222
223
223
// for INPUT/OUTPUT
224
224
irep_idt format_string, io_id;
225
- bool formatted;
225
+ bool formatted= false ;
226
226
std::list<exprt> io_args;
227
227
std::list<exprt> converted_io_args;
228
228
229
229
// for function call/return
230
230
irep_idt identifier;
231
231
232
232
// for SHARED_READ/SHARED_WRITE and ATOMIC_BEGIN/ATOMIC_END
233
- unsigned atomic_section_id;
233
+ unsigned atomic_section_id= 0 ;
234
234
235
235
// for slicing
236
- bool ignore;
236
+ bool ignore= false ;
237
237
238
238
SSA_stept ():
239
239
type (goto_trace_stept::typet::NONE),
You can’t perform that action at this time.
0 commit comments