cprover
mathematical_expr.cpp File Reference
#include "mathematical_expr.h"
#include "mathematical_types.h"
#include <map>
+ Include dependency graph for mathematical_expr.cpp:

Go to the source code of this file.

Functions

static mathematical_function_typet lambda_type (const lambda_exprt::variablest &variables, const exprt &where)
 
static optionalt< exprtsubstitute_symbols_rec (const std::map< irep_idt, exprt > &substitutions, exprt src)
 

Function Documentation

◆ lambda_type()

static mathematical_function_typet lambda_type ( const lambda_exprt::variablest variables,
const exprt where 
)
static

Definition at line 34 of file mathematical_expr.cpp.

◆ substitute_symbols_rec()

static optionalt<exprt> substitute_symbols_rec ( const std::map< irep_idt, exprt > &  substitutions,
exprt  src 
)
static

Definition at line 55 of file mathematical_expr.cpp.