cprover
|
Show the symbol table. More...
#include <util/ui_message.h>
Go to the source code of this file.
Functions | |
void | show_symbol_table (const symbol_tablet &, ui_message_handlert::uit ui) |
void | show_symbol_table_brief (const symbol_tablet &, ui_message_handlert::uit ui) |
void | show_symbol_table (const goto_modelt &, ui_message_handlert::uit ui) |
void | show_symbol_table_brief (const goto_modelt &, ui_message_handlert::uit ui) |
Show the symbol table.
Definition in file show_symbol_table.h.
void show_symbol_table | ( | const symbol_tablet & | , |
ui_message_handlert::uit | ui | ||
) |
Definition at line 155 of file show_symbol_table.cpp.
References ui_message_handlert::PLAIN, show_symbol_table_plain(), show_symbol_table_xml_ui(), and ui_message_handlert::XML_UI.
Referenced by goto_instrument_parse_optionst::doit(), janalyzer_parse_optionst::doit(), goto_analyzer_parse_optionst::doit(), cbmc_parse_optionst::get_goto_program(), jbmc_parse_optionst::get_goto_program(), jbmc_parse_optionst::show_loaded_functions(), and show_symbol_table().
void show_symbol_table | ( | const goto_modelt & | , |
ui_message_handlert::uit | ui | ||
) |
Definition at line 174 of file show_symbol_table.cpp.
References show_symbol_table(), and goto_modelt::symbol_table.
void show_symbol_table_brief | ( | const symbol_tablet & | , |
ui_message_handlert::uit | ui | ||
) |
Definition at line 181 of file show_symbol_table.cpp.
References ui_message_handlert::PLAIN, show_symbol_table_brief_plain(), show_symbol_table_xml_ui(), and ui_message_handlert::XML_UI.
Referenced by goto_instrument_parse_optionst::doit(), and show_symbol_table_brief().
void show_symbol_table_brief | ( | const goto_modelt & | , |
ui_message_handlert::uit | ui | ||
) |
Definition at line 200 of file show_symbol_table.cpp.
References show_symbol_table_brief(), and goto_modelt::symbol_table.