cprover
expr2c.cpp File Reference
#include "expr2c.h"
#include <algorithm>
#include <cassert>
#include <sstream>
#include <map>
#include <util/arith_tools.h>
#include <util/c_types.h>
#include <util/config.h>
#include <util/cprover_prefix.h>
#include <util/find_symbols.h>
#include <util/fixedbv.h>
#include <util/lispexpr.h>
#include <util/lispirep.h>
#include <util/namespace.h>
#include <util/pointer_offset_size.h>
#include <util/pointer_predicates.h>
#include <util/prefix.h>
#include <util/string_constant.h>
#include <util/string_utils.h>
#include <util/suffix.h>
#include <util/symbol.h>
#include "c_misc.h"
#include "c_qualifiers.h"
#include "expr2c_class.h"
+ Include dependency graph for expr2c.cpp:

Go to the source code of this file.

Functions

static std::string clean_identifier (const irep_idt &id)
 
std::string expr2c (const exprt &expr, const namespacet &ns, const expr2c_configurationt &configuration)
 
std::string expr2c (const exprt &expr, const namespacet &ns)
 
std::string type2c (const typet &type, const namespacet &ns, const expr2c_configurationt &configuration)
 
std::string type2c (const typet &type, const namespacet &ns)
 
std::string type2c (const typet &type, const std::string &identifier, const namespacet &ns, const expr2c_configurationt &configuration)
 

Function Documentation

◆ clean_identifier()

static std::string clean_identifier ( const irep_idt id)
static

Definition at line 90 of file expr2c.cpp.

◆ expr2c() [1/2]

std::string expr2c ( const exprt expr,
const namespacet ns 
)

Definition at line 3889 of file expr2c.cpp.

◆ expr2c() [2/2]

std::string expr2c ( const exprt expr,
const namespacet ns,
const expr2c_configurationt configuration 
)

Definition at line 3878 of file expr2c.cpp.

◆ type2c() [1/3]

std::string type2c ( const typet type,
const namespacet ns 
)

Definition at line 3904 of file expr2c.cpp.

◆ type2c() [2/3]

std::string type2c ( const typet type,
const namespacet ns,
const expr2c_configurationt configuration 
)

Definition at line 3894 of file expr2c.cpp.

◆ type2c() [3/3]

std::string type2c ( const typet type,
const std::string &  identifier,
const namespacet ns,
const expr2c_configurationt configuration 
)

Definition at line 3909 of file expr2c.cpp.