|
CBMC
|
Symbol table entry. More...
Include dependency graph for symbol.h:Go to the source code of this file.
Classes | |
| class | symbolt |
| Symbol table entry. More... | |
| class | type_symbolt |
| Symbol table entry describing a data typeThis is a symbol generated as part of type checking. More... | |
| class | auxiliary_symbolt |
| Internally generated symbol table entryThis is a symbol generated as part of translation to or modification of the intermediate representation. More... | |
| class | parameter_symbolt |
| Symbol table entry of function parameterThis is a symbol generated as part of type checking. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &out, const symbolt &symbol) |
| Overload of stream operator to work with symbols. | |
Overload of stream operator to work with symbols.
| out | A given stream to dump symbol state to. |
| symbol | The symbol whose state is about to be dumped. |
Definition at line 76 of file symbol.cpp.