Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1563 OperatorRelationsTable::TriStateKind BranchState = in getRangeForComparisonSymbol() local
1566 if (BranchState == OperatorRelationsTable::Unknown) { in getRangeForComparisonSymbol()
1574 BranchState = CmpOpTable.getCmpOpStateForUnknownX2(CurrentOP); in getRangeForComparisonSymbol()
1581 return (BranchState == OperatorRelationsTable::True) ? getTrueRange(T) in getRangeForComparisonSymbol()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttr.td3745 EnumArgument<"BranchState", "BranchStateTy",