Searched refs:BPre (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/utils/TableGen/ |
D | OptEmitter.cpp | 64 BPre = BPrefixes.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 | 66 BPre = BPrefixes.begin(), in CompareOptionRecords() local 69 BPre != BEPre; 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 | 64 * const *BPre = B.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 | 73 * const *BPre = B.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 | 74 * const *BPre = B.Prefixes; in operator <() local 75 *APre != nullptr && *BPre != nullptr; ++APre, ++BPre){ in operator <() 76 if (int N = StrCmpOptionName(*APre, *BPre)) in operator <()
|