Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1162 OperatorRelationsTable::TriStateKind BranchState = in getRangeForComparisonSymbol() local
1165 if (BranchState == OperatorRelationsTable::Unknown) { in getRangeForComparisonSymbol()
1172 BranchState = CmpOpTable.getCmpOpStateForUnknownX2(CurrentOP); in getRangeForComparisonSymbol()
1177 return (BranchState == OperatorRelationsTable::True) ? getTrueRange(T) in getRangeForComparisonSymbol()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td3604 EnumArgument<"BranchState", "BranchStateTy",