Home
last modified time | relevance | path

Searched refs:LazyCompoundVal (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDRegionStore.cpp447 nonloc::LazyCompoundVal LCV);
554 const SValListTy &getInterestingValues(nonloc::LazyCompoundVal LCV);
979 if (Optional<nonloc::LazyCompoundVal> LCS = in VisitBinding()
980 V.getAs<nonloc::LazyCompoundVal>()) { in VisitBinding()
1125 if (Optional<nonloc::LazyCompoundVal> LCS = in populateWorkList()
1126 V.getAs<nonloc::LazyCompoundVal>()) { in populateWorkList()
1397 static Optional<nonloc::LazyCompoundVal>
1404 Optional<nonloc::LazyCompoundVal> LCV = V->getAs<nonloc::LazyCompoundVal>(); in getExistingLazyBinding()
1437 if (Optional<nonloc::LazyCompoundVal> V = in findLazyBinding()
1582 if (val.getAs<nonloc::LazyCompoundVal>()) in getBindingForDerivedDefaultValue()
[all …]
HDSVals.cpp150 const void *nonloc::LazyCompoundVal::getStore() const { in getStore()
154 const TypedValueRegion *nonloc::LazyCompoundVal::getRegion() const { in getRegion()
296 const nonloc::LazyCompoundVal &C = castAs<nonloc::LazyCompoundVal>(); in dumpToStream()
HDProgramState.cpp508 bool ScanReachableSymbols::scan(nonloc::LazyCompoundVal val) { in scan()
563 if (Optional<nonloc::LazyCompoundVal> X = in scan()
564 val.getAs<nonloc::LazyCompoundVal>()) in scan()
HDExprEngineC.cpp485 assert(InitVal.getAs<nonloc::LazyCompoundVal>()); in VisitDeclStmt()
HDBugReporterVisitors.cpp270 if (V.getAs<nonloc::LazyCompoundVal>() || in visitNodeInitial()
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDSVals.h436 class LazyCompoundVal : public NonLoc {
439 explicit LazyCompoundVal(const LazyCompoundValData *D) in LazyCompoundVal() function
450 LazyCompoundVal() {} in LazyCompoundVal() function
HDSValBuilder.h218 return nonloc::LazyCompoundVal( in makeLazyCompoundVal()
HDProgramState.h809 bool scan(nonloc::LazyCompoundVal val);
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDCallAndMessageChecker.cpp214 if (Optional<nonloc::LazyCompoundVal> LV = in PreVisitProcessArg()
215 V.getAs<nonloc::LazyCompoundVal>()) { in PreVisitProcessArg()