|
OpenADFortTk (basic)
|
#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 |
| 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 52 of file BaseMap.h.
Referenced by fortTkSupport::BaseMap< PU_Info *, ScalarizedRefTab_W2X * >::DDump(), and fortTkSupport::BaseMap< PU_Info *, ScalarizedRefTab_W2X * >::Find().
| virtual ToTy fortTkSupport::BaseMap< FromTy, ToTy >::Find | ( | const FromTy | x, |
| bool | mustFind = false |
||
| ) | const [inline, virtual] |
Reimplemented in fortTkSupport::ScalarizedRefTab< ScalarizedRefTab_Base::W2X >.
Definition at line 28 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] |
Reimplemented in fortTkSupport::ScalarizedRefTab< ScalarizedRefTab_Base::W2X >.
Definition at line 45 of file BaseMap.h.
Referenced by fortTkSupport::CreatePUIdMaps(), fortTkSupport::CreateSymTabIdMaps(), and fortTkSupport::CreateWhirlIdMaps().