Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1155 OperatorRelationsTable::TriStateKind BranchState = in getRangeForComparisonSymbol() local
1158 if (BranchState == OperatorRelationsTable::Unknown) { in getRangeForComparisonSymbol()
1165 BranchState = CmpOpTable.getCmpOpStateForUnknownX2(CurrentOP); in getRangeForComparisonSymbol()
1170 return (BranchState == OperatorRelationsTable::True) ? getTrueRange(T) in getRangeForComparisonSymbol()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttr.td3577 EnumArgument<"BranchState", "BranchStateTy",