Home
last modified time | relevance | path

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

/trueos/contrib/llvm/utils/TableGen/
HDOptParserEmitter.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()
/trueos/contrib/llvm/lib/Option/
HDOptTable.cpp64 * const *BPre = B.Prefixes; in operator <() local
65 *APre != 0 && *BPre != 0; ++APre, ++BPre) { in operator <()
66 if (int N = StrCmpOptionName(*APre, *BPre)) in operator <()