CBMC
|
#include "pointer_expr.h"
#include "arith_tools.h"
#include "byte_operators.h"
#include "c_types.h"
#include "expr_util.h"
#include "pointer_offset_size.h"
#include "pointer_predicates.h"
#include "simplify_expr.h"
Go to the source code of this file.
Functions | |
static void | build_object_descriptor_rec (const namespacet &ns, const exprt &expr, object_descriptor_exprt &dest) |
Build an object_descriptor_exprt from a given expr. More... | |
|
static |
Build an object_descriptor_exprt from a given expr.
Definition at line 30 of file pointer_expr.cpp.