CBMC
|
Symbolic Execution. More...
#include "symex_assign.h"
#include <util/byte_operators.h>
#include <util/expr_util.h>
#include <util/pointer_expr.h>
#include <util/range.h>
#include "expr_skeleton.h"
#include "goto_symex_state.h"
#include "symex_config.h"
Go to the source code of this file.
Classes | |
struct | assignmentt |
Assignment from the rhs value to the lhs variable. More... | |
Functions | |
constexpr bool | use_update () |
static bool | is_string_constant_initialization (const exprt &rhs) |
Determine whether the RHS expression is a string constant initialization. More... | |
Symbolic Execution.
Definition in file symex_assign.cpp.
|
static |
Determine whether the RHS expression is a string constant initialization.
rhs | The RHS expression |
Definition at line 41 of file symex_assign.cpp.
|
constexpr |
Definition at line 28 of file symex_assign.cpp.