cprover
show_symbol_table.cpp File Reference

Show the symbol table. More...

#include "show_symbol_table.h"
#include <iostream>
#include <memory>
#include <langapi/language.h>
#include <langapi/mode.h>
#include "goto_model.h"
Include dependency graph for show_symbol_table.cpp:

Go to the source code of this file.

Functions

void show_symbol_table_xml_ui ()
 
void show_symbol_table_brief_plain (const symbol_tablet &symbol_table, std::ostream &out)
 
void show_symbol_table_plain (const symbol_tablet &symbol_table, std::ostream &out)
 
void show_symbol_table (const symbol_tablet &symbol_table, ui_message_handlert::uit ui)
 
void show_symbol_table (const goto_modelt &goto_model, ui_message_handlert::uit ui)
 
void show_symbol_table_brief (const symbol_tablet &symbol_table, ui_message_handlert::uit ui)
 
void show_symbol_table_brief (const goto_modelt &goto_model, ui_message_handlert::uit ui)
 

Detailed Description

Show the symbol table.

Definition in file show_symbol_table.cpp.

Function Documentation

◆ show_symbol_table() [1/2]

◆ show_symbol_table() [2/2]

void show_symbol_table ( const goto_modelt goto_model,
ui_message_handlert::uit  ui 
)

Definition at line 174 of file show_symbol_table.cpp.

References show_symbol_table(), and goto_modelt::symbol_table.

◆ show_symbol_table_brief() [1/2]

◆ show_symbol_table_brief() [2/2]

void show_symbol_table_brief ( const goto_modelt goto_model,
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.

◆ show_symbol_table_brief_plain()

void show_symbol_table_brief_plain ( const symbol_tablet symbol_table,
std::ostream &  out 
)

◆ show_symbol_table_plain()

◆ show_symbol_table_xml_ui()

void show_symbol_table_xml_ui ( )

Definition at line 22 of file show_symbol_table.cpp.

Referenced by show_symbol_table(), and show_symbol_table_brief().