Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp35 class OperatorRelationsTable { class
1121 static const OperatorRelationsTable CmpOpTable{}; in getRangeForComparisonSymbol()
1136 BinaryOperatorKind QueriedOP = OperatorRelationsTable::getOpFromIndex(i); in getRangeForComparisonSymbol()
1162 OperatorRelationsTable::TriStateKind BranchState = in getRangeForComparisonSymbol()
1165 if (BranchState == OperatorRelationsTable::Unknown) { in getRangeForComparisonSymbol()
1177 return (BranchState == OperatorRelationsTable::True) ? getTrueRange(T) in getRangeForComparisonSymbol()