#include <BaseMap.h>

Public Member Functions | |
| BaseMap () | |
| virtual | ~BaseMap () |
| virtual ToTy | Find (const FromTy x, bool mustFind=false) const |
| virtual bool | Insert (FromTy x, ToTy y) |
| virtual void | Dump (std::ostream &o=std::cerr) const |
| virtual void | DDump () const |
Definition at line 42 of file BaseMap.h.
| fortTkSupport::BaseMap< FromTy, ToTy >::BaseMap | ( | ) | [inline] |
| virtual fortTkSupport::BaseMap< FromTy, ToTy >::~BaseMap | ( | ) | [inline, virtual] |
| virtual void fortTkSupport::BaseMap< FromTy, ToTy >::DDump | ( | ) | const [inline, virtual] |
Reimplemented in fortTkSupport::ScalarizedRefTab< ScalarizedRefTab_Base::W2X >.
| virtual void fortTkSupport::BaseMap< FromTy, ToTy >::Dump | ( | std::ostream & | o = std::cerr |
) | const [inline, virtual] |
Reimplemented in fortTkSupport::ScalarizedRefTab< ScalarizedRefTab_Base::W2X >.
Definition at line 74 of file BaseMap.h.
Referenced by fortTkSupport::BaseMap< RELATED_SEGMENTED_ARRAY *, UINT >::DDump(), and fortTkSupport::BaseMap< RELATED_SEGMENTED_ARRAY *, UINT >::Find().
| virtual ToTy fortTkSupport::BaseMap< FromTy, ToTy >::Find | ( | const FromTy | x, | |
| bool | mustFind = false | |||
| ) | const [inline, virtual] |
Definition at line 50 of file BaseMap.h.
Referenced by xaif2whirl::FindIntervalBoundary(), xaif2whirl::PUXlationContext::findPU(), whirl2xaif::PUXlationContext::findPUId(), whirl2xaif::PUXlationContext::findSymTabId(), xaif2whirl::PUXlationContext::findWN(), xaif2whirl::PUXlationContext::findWNId(), whirl2xaif::PUXlationContext::findWNId(), whirl2xaif::Whirl2Xaif::translateAnalMaps(), xaif2whirl::TranslateCFG(), whirl2xaif::Whirl2Xaif::translateScopeHierarchyPU(), whirl2xaif::xlate_FUNC_ENTRY(), and xaif2whirl::xlate_Scope().
| virtual bool fortTkSupport::BaseMap< FromTy, ToTy >::Insert | ( | FromTy | x, | |
| ToTy | y | |||
| ) | [inline, virtual] |
Definition at line 67 of file BaseMap.h.
Referenced by fortTkSupport::WNIdToWNTabMap::Create(), fortTkSupport::WNToWNIdTabMap::Create(), fortTkSupport::ScalarizedRefTabMap_W2X::Create(), fortTkSupport::CreatePUIdMaps(), fortTkSupport::CreateSymTabIdMaps(), fortTkSupport::CreateWhirlIdMaps(), and fortTkSupport::InterOAInfoMap::init().
1.5.7.1