Symbolic Execution. More...
#include <util/exception_utils.h>#include <util/expr_iterator.h>#include <util/expr_util.h>#include <util/format.h>#include <util/format_expr.h>#include <util/invariant.h>#include <util/magic.h>#include <util/mathematical_expr.h>#include <util/replace_symbol.h>#include <util/std_expr.h>#include <pointer-analysis/value_set_dereference.h>#include "goto_symex.h"#include "path_storage.h"#include <memory>Go to the source code of this file.
Symbolic Execution.
Definition in file symex_main.cpp.
Check if an expression only contains one unique symbol (possibly repeated multiple times)
expr then return it; otherwise return an empty std::optional Definition at line 758 of file symex_main.cpp.
If 'to' is not an instruction in our currently top-most active loop, pop and re-check until we find an loop we're still active in, or empty the stack.
Definition at line 60 of file symex_main.cpp.
Definition at line 279 of file symex_main.cpp.
Transition to the next instruction, which increments the internal program counter and initializes the loop counter when it detects a loop (or recursion) being entered.
'Next instruction' in this situation refers to the next one in program order, so it ignores things like unconditional GOTOs, and only goes until the end of the current function.
Definition at line 144 of file symex_main.cpp.
Definition at line 73 of file symex_main.cpp.