Searched defs:ConditionVal (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ | ||
H A D | IteratorModeling.cpp | 519 const auto ConditionVal = RetVal.getAs<DefinedSVal>(); in processComparison() local |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | LazyValueInfo.cpp | 1390 APInt ConditionVal(1, isTrueDest ? 1 : 0); getEdgeValueLocal() local |
/llvm-project/clang/lib/Analysis/ | ||
H A D | CFG.cpp | 5160 TryResult ConditionVal = tryEvaluateBool(E->getCond()); VisitConditionalOperatorForTemporaryDtors() local |