Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Option/
H A 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 <()