Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DOptEmitter.cpp43 int APrec = AKind->getValueAsInt("Precedence"); in IsOptionRecordsLess() local
45 if (APrec == BPrec && APrefixes == BPrefixes) { in IsOptionRecordsLess()
50 return APrec < BPrec; in IsOptionRecordsLess()