We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7835f4c commit d2517c9Copy full SHA for d2517c9
src/goto-symex/goto_symex_state.h
@@ -275,19 +275,13 @@ class goto_symex_statet final
275
symex_targett::sourcet calling_location;
276
277
goto_programt::const_targett end_of_function;
278
- exprt return_value;
279
- bool hidden_function;
+ exprt return_value = nil_exprt();
+ bool hidden_function = false;
280
281
renaming_levelt::current_namest old_level1;
282
283
std::set<irep_idt> local_objects;
284
285
- framet():
286
- return_value(nil_exprt()),
287
- hidden_function(false)
288
- {
289
- }
290
-
291
// exceptions
292
std::map<irep_idt, goto_programt::targett> catch_map;
293
0 commit comments