Searched refs:LazyCompoundVal (Results 1 – 16 of 16) sorted by relevance
177 QualType VisitNonLocLazyCompoundVal(nonloc::LazyCompoundVal LCV) { in VisitNonLocLazyCompoundVal()203 const void *nonloc::LazyCompoundVal::getStore() const { in getStore()207 const TypedValueRegion *nonloc::LazyCompoundVal::getRegion() const { in getRegion()384 const nonloc::LazyCompoundVal &C = castAs<nonloc::LazyCompoundVal>(); in dumpToStream()
498 nonloc::LazyCompoundVal LCV);613 const SValListTy &getInterestingValues(nonloc::LazyCompoundVal LCV);1043 if (Optional<nonloc::LazyCompoundVal> LCS = in VisitBinding()1044 V.getAs<nonloc::LazyCompoundVal>()) { in VisitBinding()1301 if (Optional<nonloc::LazyCompoundVal> LCS = in populateWorkList()1302 V.getAs<nonloc::LazyCompoundVal>()) { in populateWorkList()1551 static Optional<nonloc::LazyCompoundVal>1558 Optional<nonloc::LazyCompoundVal> LCV = V->getAs<nonloc::LazyCompoundVal>(); in getExistingLazyBinding()1591 if (Optional<nonloc::LazyCompoundVal> V = in findLazyBinding()1794 if (val.getAs<nonloc::LazyCompoundVal>() || in getBindingForDerivedDefaultValue()[all …]
535 bool ScanReachableSymbols::scan(nonloc::LazyCompoundVal val) { in scan()575 if (Optional<nonloc::LazyCompoundVal> X = in scan()576 val.getAs<nonloc::LazyCompoundVal>()) in scan()
435 if (lhs.getAs<nonloc::LazyCompoundVal>() || in evalBinOp()436 rhs.getAs<nonloc::LazyCompoundVal>()) { in evalBinOp()639 return evalCastSubKind(V.castAs<nonloc::LazyCompoundVal>(), CastTy, in evalCastKind()884 SVal SValBuilder::evalCastSubKind(nonloc::LazyCompoundVal V, QualType CastTy, in evalCastSubKind()
192 const auto LLCV = LeftVal.getAs<nonloc::LazyCompoundVal>(); in hasVisibleUpdate()196 const auto RLCV = RightVal.getAs<nonloc::LazyCompoundVal>(); in hasVisibleUpdate()979 if (V.getAs<nonloc::LazyCompoundVal>() || in visitNodeInitial()
493 class LazyCompoundVal : public NonLoc {496 explicit LazyCompoundVal(const LazyCompoundValData *D) in LazyCompoundVal() function510 LazyCompoundVal() = default;
88 SVal evalCastSubKind(nonloc::LazyCompoundVal V, QualType CastTy,278 return nonloc::LazyCompoundVal( in makeLazyCompoundVal()
65 NONLOC_SVAL(LazyCompoundVal, NonLoc)
96 Optional<SVal> getDefaultBinding(nonloc::LazyCompoundVal lcv) { in getDefaultBinding()
875 bool scan(nonloc::LazyCompoundVal val);
191 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in getIteratorPosition()204 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in setIteratorPosition()
63 if (auto LCV = V.getAs<nonloc::LazyCompoundVal>()) { in addTaint()
784 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in removeIteratorPosition()825 if (const auto LCVal = Binding.second.getAs<nonloc::LazyCompoundVal>()) { in isBoundThroughLazyCompoundVal()
319 if (auto LV = V.getAs<nonloc::LazyCompoundVal>()) { in PreVisitProcessArg()
88 std::string VisitNonLocLazyCompoundVal(nonloc::LazyCompoundVal V) { in VisitNonLocLazyCompoundVal()
376 "a LazyCompoundVal on bind. To disable all small-struct-dependent "