Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp77 const TriStateKind CmpOpTable[CmpOpCount][CmpOpCount + 1] = { member in OperatorRelationsTable
100 return CmpOpTable[getIndexFromOp(CurrentOP)][getIndexFromOp(QueriedOP)]; in getCmpOpState()
104 return CmpOpTable[getIndexFromOp(CurrentOP)][CmpOpCount]; in getCmpOpStateForUnknownX2()
1505 static const OperatorRelationsTable CmpOpTable{}; in getRangeForComparisonSymbol() local
1522 for (size_t i = 0; i < CmpOpTable.getCmpOpCount(); ++i) { in getRangeForComparisonSymbol()
1552 CmpOpTable.getCmpOpState(CurrentOP, QueriedOP); in getRangeForComparisonSymbol()
1562 BranchState = CmpOpTable.getCmpOpStateForUnknownX2(CurrentOP); in getRangeForComparisonSymbol()