Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1551 OperatorRelationsTable::TriStateKind BranchState = in getRangeForComparisonSymbol() local
1554 if (BranchState == OperatorRelationsTable::Unknown) { in getRangeForComparisonSymbol()
1562 BranchState = CmpOpTable.getCmpOpStateForUnknownX2(CurrentOP); in getRangeForComparisonSymbol()
1569 return (BranchState == OperatorRelationsTable::True) ? getTrueRange(T) in getRangeForComparisonSymbol()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4245 EnumArgument<"BranchState", "BranchStateTy", /*is_string=*/false,