Searched refs:ConditionVal (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DReachableCode.h53 SourceRange ConditionVal,
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp523 const auto ConditionVal = RetVal.getAs<DefinedSVal>(); local
524 if (!ConditionVal)
528 StateTrue = StateTrue->assume(*ConditionVal, true);
533 StateFalse = StateFalse->assume(*ConditionVal, false);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1312 APInt ConditionVal(1, isTrueDest ? 1 : 0);
1313 Result = constantFoldUser(Usr, Condition, ConditionVal, DL);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp4876 TryResult ConditionVal = tryEvaluateBool(E->getCond()); local
4877 TryResult NegatedVal = ConditionVal;
4881 bothKnownTrue(Context.KnownExecuted, ConditionVal));

Completed in 147 milliseconds