Home
last modified time | relevance | path

Searched refs:BPre (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/utils/TableGen/
DOptEmitter.cpp64 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/
DOptParserEmitter.cpp66 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/
DOptTable.cpp64 * 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/
DOptTable.cpp73 * 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/
DOptTable.cpp74 * 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 <()