Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DOptEmitter.cpp62 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()