9 #ifndef CPROVER_GOTO_SYMEX_CALL_STACK_H
10 #define CPROVER_GOTO_SYMEX_CALL_STACK_H
32 emplace_back(calling_location,
guard);
44 return *(--(--end()));
static exprt guard(const exprt::operandst &guards, exprt cond)
const framet & top() const
framet & new_frame(symex_targett::sourcet calling_location, const guardt &guard)
const framet & previous_frame()
Stack frames – these are used for function calls and for exceptions.
#define PRECONDITION(CONDITION)
Identifies source in the context of symbolic execution.