|
OpenADFortTk (basic)
|
Public Member Functions | |
| LtSortedTable (TableType aTableType, bool ignoreXaifKey=false) | |
| ~LtSortedTable () | |
| bool | operator() (const Entry *e1, const Entry *e2) const |
| bool | operator() (Entry *&e1, const Entry &e2) |
| bool | operator() (const Entry &e1, Entry *&e2) |
| bool | operator() (const Entry &e1, const Entry &e2) |
| bool | operator() (const Entry *&e1, const Entry *&e2) |
Private Member Functions | |
| LtSortedTable () | |
Private Attributes | |
| TableType | myTableType |
| bool | myIgnoreXaifKeyFlag |
Definition at line 158 of file IntrinsicXlationTable.h.
| fortTkSupport::IntrinsicXlationTable::LtSortedTable::LtSortedTable | ( | TableType | aTableType, |
| bool | ignoreXaifKey = false |
||
| ) |
Definition at line 216 of file IntrinsicXlationTable.cxx.
Definition at line 221 of file IntrinsicXlationTable.cxx.
no def
| bool fortTkSupport::IntrinsicXlationTable::LtSortedTable::operator() | ( | const Entry * | e1, |
| const Entry * | e2 | ||
| ) | const |
Definition at line 224 of file IntrinsicXlationTable.cxx.
References FORTTK_DIE, fortTkSupport::IntrinsicXlationTable::XAIFInfo::key, fortTkSupport::IntrinsicXlationTable::myTableType, fortTkSupport::IntrinsicXlationTable::WHIRLInfo::name, fortTkSupport::IntrinsicXlationTable::XAIFInfo::name, fortTkSupport::IntrinsicXlationTable::WHIRLInfo::opr, fortTkSupport::IntrinsicXlationTable::XAIFInfo::opr, fortTkSupport::IntrinsicXlationTable::WHIRLInfo::oprcl, fortTkSupport::IntrinsicXlationTable::W2X, fortTkSupport::IntrinsicXlationTable::Entry::whirl_info, fortTkSupport::IntrinsicXlationTable::WNCall, fortTkSupport::IntrinsicXlationTable::WNExpr, fortTkSupport::IntrinsicXlationTable::WNIntrinCall, fortTkSupport::IntrinsicXlationTable::WNIntrinOp, fortTkSupport::IntrinsicXlationTable::WNOprClass_UNKNOWN, fortTkSupport::IntrinsicXlationTable::X2W, and fortTkSupport::IntrinsicXlationTable::Entry::xaif_info.
Referenced by operator()().
| bool fortTkSupport::IntrinsicXlationTable::LtSortedTable::operator() | ( | Entry *& | e1, |
| const Entry & | e2 | ||
| ) | [inline] |
Definition at line 167 of file IntrinsicXlationTable.h.
References operator()().

| bool fortTkSupport::IntrinsicXlationTable::LtSortedTable::operator() | ( | const Entry & | e1, |
| Entry *& | e2 | ||
| ) | [inline] |
Definition at line 171 of file IntrinsicXlationTable.h.
References operator()().

| bool fortTkSupport::IntrinsicXlationTable::LtSortedTable::operator() | ( | const Entry & | e1, |
| const Entry & | e2 | ||
| ) | [inline] |
Definition at line 177 of file IntrinsicXlationTable.h.
References operator()().

| bool fortTkSupport::IntrinsicXlationTable::LtSortedTable::operator() | ( | const Entry *& | e1, |
| const Entry *& | e2 | ||
| ) | [inline] |
Definition at line 181 of file IntrinsicXlationTable.h.
References operator()().

Definition at line 194 of file IntrinsicXlationTable.h.
Definition at line 193 of file IntrinsicXlationTable.h.