| typedef std::pair<IRHandle,SymHandle> OA::DUG::IRSymHandle |
Definition at line 47 of file DUGInterface.hpp.
| enum OA::DUG::EdgeType |
Definition at line 33 of file DUGInterface.hpp.
| enum OA::DUG::EdgeType |
Definition at line 33 of file DUGInterface.hpp.
| enum OA::DUG::NodeType |
Definition at line 35 of file DUGInterface.hpp.
| enum OA::DUG::NodeType |
Definition at line 35 of file DUGInterface.hpp.
| void OA::DUG::filterStr | ( | std::string & | s | ) |
Definition at line 281 of file DUGStandard.cpp.
| void OA::DUG::whatIsIt | ( | std::string | name, | |
| OA_ptr< OA::MemRefExpr > | mre | |||
| ) |
Definition at line 460 of file ManagerDUGStandard.cpp.
Referenced by OA::DUG::ManagerDUGStandard::getModSymFromMRE(), and OA::DUG::ManagerDUGStandard::getSymFromMRE().
const char* OA::DUG::sEdgeTypeToString[] [static] |
Initial value:
{
"F",
"C",
"R",
"P"
}
Definition at line 36 of file DUGStandard.cpp.
Referenced by OA::DUG::ManagerDUGStandard::insertEdge(), and OA::DUG::ManagerDUGStandard::printEdge().
const char* OA::DUG::sNodeTypeToString[] [static] |
Initial value:
{
"FORMALPARAM_NODE",
"NONEFORMAL_NODE",
}
Definition at line 46 of file DUGStandard.cpp.
1.5.7.1