|
OpenADFortTk (basic)
|
#include <WhirlIDMaps.h>


Public Member Functions | |
| SymTabIdToSymTabMap () | |
| SymTabIdToSymTabMap (PU_Info *pu_forest) | |
| virtual | ~SymTabIdToSymTabMap () |
| pair< ST_TAB *, PU_Info * > | Find (SymTabId id, bool mustFind=false) const |
| void | Insert (SymTabId id, ST_TAB *stab, PU_Info *pu) |
| void | Create (PU_Info *pu_forest) |
Protected Types | |
| typedef std::map< SymTabId, pair< ST_TAB *, PU_Info * > > | BaseMap |
Definition at line 74 of file WhirlIDMaps.h.
typedef std::map<SymTabId, pair<ST_TAB*, PU_Info*> > fortTkSupport::SymTabIdToSymTabMap::BaseMap [protected] |
Definition at line 78 of file WhirlIDMaps.h.
Definition at line 81 of file WhirlIDMaps.h.
| fortTkSupport::SymTabIdToSymTabMap::SymTabIdToSymTabMap | ( | PU_Info * | pu_forest | ) | [inline] |
Definition at line 82 of file WhirlIDMaps.h.
References Create().

| virtual fortTkSupport::SymTabIdToSymTabMap::~SymTabIdToSymTabMap | ( | ) | [inline, virtual] |
Definition at line 83 of file WhirlIDMaps.h.
| void fortTkSupport::SymTabIdToSymTabMap::Create | ( | PU_Info * | pu_forest | ) |
Definition at line 25 of file WhirlIDMaps.cxx.
References fortTkSupport::CreateSymTabIdMaps().
Referenced by SymTabIdToSymTabMap().

| pair<ST_TAB*, PU_Info*> fortTkSupport::SymTabIdToSymTabMap::Find | ( | SymTabId | id, |
| bool | mustFind = false |
||
| ) | const [inline] |
Definition at line 86 of file WhirlIDMaps.h.
References FORTTK_DIE.
Referenced by xaif2whirl::PUXlationContext::findSymTab().
| void fortTkSupport::SymTabIdToSymTabMap::Insert | ( | SymTabId | id, |
| ST_TAB * | stab, | ||
| PU_Info * | pu | ||
| ) | [inline] |
Definition at line 103 of file WhirlIDMaps.h.
Referenced by fortTkSupport::CreateSymTabIdMaps().