HomeSort by: relevance | last modified time | path
    Searched refs:ConditionVal (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ReachableCode.h 53 SourceRange ConditionVal,
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
IteratorModeling.cpp 523 const auto ConditionVal = RetVal.getAs<DefinedSVal>();
524 if (!ConditionVal)
528 StateTrue = StateTrue->assume(*ConditionVal, true);
533 StateFalse = StateFalse->assume(*ConditionVal, false);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
LazyValueInfo.cpp 1312 APInt ConditionVal(1, isTrueDest ? 1 : 0);
1313 Result = constantFoldUser(Usr, Condition, ConditionVal, DL);
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 4876 TryResult ConditionVal = tryEvaluateBool(E->getCond());
4877 TryResult NegatedVal = ConditionVal;
4881 bothKnownTrue(Context.KnownExecuted, ConditionVal));

Completed in 83 milliseconds