cprover
std_expr.cpp File Reference
#include "std_expr.h"
#include <cassert>
#include "arith_tools.h"
#include "byte_operators.h"
#include "c_types.h"
#include "namespace.h"
#include "pointer_offset_size.h"
#include "std_types.h"
Include dependency graph for std_expr.cpp:

Go to the source code of this file.

Functions

exprt disjunction (const exprt::operandst &op)
 
exprt conjunction (const exprt::operandst &op)
 
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 constant_exprt integer_constant (unsigned v)
 

Function Documentation

◆ build_object_descriptor_rec()

◆ conjunction()

◆ disjunction()

◆ integer_constant()

static constant_exprt integer_constant ( unsigned  v)
static

Definition at line 138 of file std_expr.cpp.

Referenced by extractbits_exprt::extractbits_exprt().