cprover
|
Go to the source code of this file.
Functions | |
std::string | get_cprover_library_text (const std::set< irep_idt > &functions, const symbol_tablet &) |
void | add_library (const std::string &src, symbol_tablet &, message_handlert &) |
void | add_cprover_library (const std::set< irep_idt > &functions, symbol_tablet &, message_handlert &) |
void add_cprover_library | ( | const std::set< irep_idt > & | functions, |
symbol_tablet & | , | ||
message_handlert & | |||
) |
Definition at line 66 of file cprover_library.cpp.
References add_library(), configt::ansi_c, config, get_cprover_library_text(), configt::ansi_ct::lib, and configt::ansi_ct::LIB_NONE.
Referenced by link_to_library().
void add_library | ( | const std::string & | src, |
symbol_tablet & | , | ||
message_handlert & | |||
) |
Definition at line 81 of file cprover_library.cpp.
References ansi_c_languaget::parse(), messaget::set_message_handler(), and ansi_c_languaget::typecheck().
Referenced by add_cprover_library().
std::string get_cprover_library_text | ( | const std::set< irep_idt > & | functions, |
const symbol_tablet & | |||
) |
Definition at line 25 of file cprover_library.cpp.
References configt::ansi_c, config, cprover_library, cprover_library_entryt::function, configt::ansi_ct::string_abstraction, and symbol_tablet::symbols.
Referenced by add_cprover_library().