10 #ifndef CPROVER_ANSI_C_CPROVER_LIBRARY_H
11 #define CPROVER_ANSI_C_CPROVER_LIBRARY_H
27 const std::set<irep_idt> &functions,
30 const std::string &prologue,
31 const bool force_load =
false);
37 const std::string &src,
40 const std::set<irep_idt> &keep = {});
43 const std::set<irep_idt> &functions,
52 const std::set<irep_idt> &functions,
std::string get_cprover_library_text(const std::set< irep_idt > &functions, const symbol_table_baset &, const struct cprover_library_entryt[], const std::string &prologue, const bool force_load=false)
void cprover_c_library_factory(const std::set< irep_idt > &functions, const symbol_table_baset &, symbol_table_baset &, message_handlert &)
void cprover_c_library_factory_force_load(const std::set< irep_idt > &functions, symbol_table_baset &symbol_table, message_handlert &message_handler)
Load the requested function symbols from the cprover library and add them to the symbol table regardl...
void add_library(const std::string &src, symbol_table_baset &, message_handlert &, const std::set< irep_idt > &keep={})
Parses and typechecks the given src and adds its contents to the symbol table.
The symbol table base class interface.