Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp76 const TriStateKind CmpOpTable[CmpOpCount][CmpOpCount + 1] = { member in OperatorRelationsTable
99 return CmpOpTable[getIndexFromOp(CurrentOP)][getIndexFromOp(QueriedOP)]; in getCmpOpState()
103 return CmpOpTable[getIndexFromOp(CurrentOP)][CmpOpCount]; in getCmpOpStateForUnknownX2()
1517 static const OperatorRelationsTable CmpOpTable{}; in getRangeForComparisonSymbol() local
1534 for (size_t i = 0; i < CmpOpTable.getCmpOpCount(); ++i) { in getRangeForComparisonSymbol()
1564 CmpOpTable.getCmpOpState(CurrentOP, QueriedOP); in getRangeForComparisonSymbol()
1574 BranchState = CmpOpTable.getCmpOpStateForUnknownX2(CurrentOP); in getRangeForComparisonSymbol()