Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp73 static constexpr size_t CmpOpCount = BO_NE - BO_LT + 1; member in OperatorRelationsTable
74 const TriStateKind CmpOpTable[CmpOpCount][CmpOpCount + 1] = {
89 constexpr size_t getCmpOpCount() const { return CmpOpCount; } in getCmpOpCount()
101 return CmpOpTable[getIndexFromOp(CurrentOP)][CmpOpCount]; in getCmpOpStateForUnknownX2()