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 "pointer_offset_size.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...
 

Function Documentation

◆ build_object_descriptor_rec()

◆ conjunction()

◆ disjunction()