#include "dfcc_root_object.h"#include <util/byte_operators.h>#include <util/cprover_prefix.h>#include <util/expr.h>#include <util/expr_util.h>#include <util/pointer_expr.h>#include <util/std_code.h>#include <goto-programs/pointer_arithmetic.h>Go to the source code of this file.
expr. Computes a set of root object expressions from an lvalue or assigns clause target expression.
A root object expression is a simpler expression that denotes the object that contains the memory location refered to by the initial expression.
Definition at line 133 of file dfcc_root_object.cpp.
Recursively computes a set of root object expressions for expr.
Definition at line 24 of file dfcc_root_object.cpp.