Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp75 static constexpr size_t CmpOpCount = BO_NE - BO_LT + 1; member in OperatorRelationsTable
76 const TriStateKind CmpOpTable[CmpOpCount][CmpOpCount + 1] = {
91 constexpr size_t getCmpOpCount() const { return CmpOpCount; } in getCmpOpCount()
103 return CmpOpTable[getIndexFromOp(CurrentOP)][CmpOpCount]; in getCmpOpStateForUnknownX2()