Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
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()