cprover
cprover_library.cpp File Reference
#include "cprover_library.h"
#include <sstream>
#include <util/config.h>
#include "ansi_c_language.h"
#include "cprover_library.inc"
Include dependency graph for cprover_library.cpp:

Go to the source code of this file.

Classes

struct  cprover_library_entryt
 

Functions

std::string get_cprover_library_text (const std::set< irep_idt > &functions, const symbol_tablet &symbol_table)
 
void add_cprover_library (const std::set< irep_idt > &functions, symbol_tablet &symbol_table, message_handlert &message_handler)
 
void add_library (const std::string &src, symbol_tablet &symbol_table, message_handlert &message_handler)
 

Variables

struct cprover_library_entryt cprover_library []
 

Function Documentation

◆ add_cprover_library()

void add_cprover_library ( const std::set< irep_idt > &  functions,
symbol_tablet symbol_table,
message_handlert message_handler 
)

◆ add_library()

void add_library ( const std::string &  src,
symbol_tablet symbol_table,
message_handlert message_handler 
)

◆ get_cprover_library_text()

std::string get_cprover_library_text ( const std::set< irep_idt > &  functions,
const symbol_tablet symbol_table 
)

Variable Documentation

◆ cprover_library

struct cprover_library_entryt cprover_library[]
Initial value:
=
# 22 "/builddir/build/BUILD/cbmc-cbmc-5.8/src/ansi-c/cprover_library.cpp" 2

Referenced by get_cprover_library_text().