Searched refs:APre (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/utils/TableGen/ |
D | OptEmitter.cpp | 62 for (std::vector<StringRef>::const_iterator APre = APrefixes.begin(), in CompareOptionRecords() local 66 APre != AEPre && BPre != BEPre; ++APre, ++BPre) { in CompareOptionRecords() 67 if (int Cmp = StrCmpOptionName(APre->str().c_str(), BPre->str().c_str())) in CompareOptionRecords()
|
/external/llvm/utils/TableGen/ |
D | OptParserEmitter.cpp | 64 for (std::vector<std::string>::const_iterator APre = APrefixes.begin(), in CompareOptionRecords() local 68 APre != AEPre && in CompareOptionRecords() 70 ++APre, ++BPre) { in CompareOptionRecords() 71 if (int Cmp = StrCmpOptionName(APre->c_str(), BPre->c_str())) in CompareOptionRecords()
|
/external/llvm/lib/Option/ |
D | OptTable.cpp | 63 for (const char * const *APre = A.Prefixes, in operator <() local 65 *APre != nullptr && *BPre != nullptr; ++APre, ++BPre){ in operator <() 66 if (int N = StrCmpOptionName(*APre, *BPre)) in operator <()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Option/ |
D | OptTable.cpp | 72 for (const char * const *APre = A.Prefixes, in operator <() local 74 *APre != nullptr && *BPre != nullptr; ++APre, ++BPre){ in operator <() 75 if (int N = StrCmpOptionName(*APre, *BPre)) in operator <()
|
/external/llvm-project/llvm/lib/Option/ |
D | OptTable.cpp | 73 for (const char * const *APre = A.Prefixes, in operator <() local 75 *APre != nullptr && *BPre != nullptr; ++APre, ++BPre){ in operator <() 76 if (int N = StrCmpOptionName(*APre, *BPre)) in operator <()
|