cprover
Loading...
Searching...
No Matches
pointer_expr.cpp File Reference
#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"
Include dependency graph for pointer_expr.cpp:

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.

Function Documentation

◆ build_object_descriptor_rec()

void build_object_descriptor_rec ( const namespacet & ns,
const exprt & expr,
object_descriptor_exprt & dest )
static

Build an object_descriptor_exprt from a given expr.

Definition at line 30 of file pointer_expr.cpp.