Home
last modified time | relevance | path

Searched refs:APre (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
DOptParserEmitter.cpp59 for (std::vector<std::string>::const_iterator APre = APrefixes.begin(), in CompareOptionRecords() local
63 APre != AEPre && in CompareOptionRecords()
65 ++APre, ++BPre) { in CompareOptionRecords()
66 if (int Cmp = StrCmpOptionName(APre->c_str(), BPre->c_str())) in CompareOptionRecords()
/external/llvm/lib/Option/
DOptTable.cpp58 for (const char * const *APre = A.Prefixes, in operator <() local
60 *APre != 0 && *BPre != 0; ++APre, ++BPre) { in operator <()
61 if (int N = StrCmpOptionName(*APre, *BPre)) in operator <()