P4C
The P4 Compiler
|
Public Member Functions | |
AllDefinitions (ReferenceMap *refMap, TypeMap *typeMap) | |
void | dbprint (std::ostream &out) const override |
Definitions * | getDefinitions (ProgramPoint point, bool emptyIfNotFound=false) |
const StorageLocation * | getOrAddStorage (const IR::IDeclaration *decl) |
const StorageLocation * | getStorage (const IR::IDeclaration *decl) const |
void | setDefinitionsAt (ProgramPoint point, Definitions *defs, bool overwrite) |
Public Member Functions inherited from P4::IHasDbPrint | |
void | print () const |
|
inlineoverridevirtual |
Implements P4::IHasDbPrint.