Skip to content

Commit 17623d1

Browse files
authored
Merge pull request #4099 from NathanJPhillips/documentation/symex
Symex Documentation
2 parents a35d547 + c2f5c9b commit 17623d1

File tree

5 files changed

+268
-104
lines changed

5 files changed

+268
-104
lines changed

src/goto-symex/auto_objects.cpp

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ exprt goto_symext::make_auto_object(const typet &type, statet &state)
3434
return symbol_exprt(symbol.name, symbol.type);
3535
}
3636

37-
void goto_symext::initialize_auto_object(
38-
const exprt &expr,
39-
statet &state)
37+
void goto_symext::initialize_auto_object(const exprt &expr, statet &state)
4038
{
4139
const typet &type=ns.follow(expr.type());
4240

@@ -77,9 +75,7 @@ void goto_symext::initialize_auto_object(
7775
}
7876
}
7977

80-
void goto_symext::trigger_auto_object(
81-
const exprt &expr,
82-
statet &state)
78+
void goto_symext::trigger_auto_object(const exprt &expr, statet &state)
8379
{
8480
if(expr.id()==ID_symbol &&
8581
expr.get_bool(ID_C_SSA_symbol))

0 commit comments

Comments
 (0)