Lines Matching refs:LCV

491                                                  nonloc::LazyCompoundVal LCV);
504 nonloc::LazyCompoundVal LCV);
611 const SValListTy &getInterestingValues(nonloc::LazyCompoundVal LCV);
1547 Optional<nonloc::LazyCompoundVal> LCV = V->getAs<nonloc::LazyCompoundVal>(); in getExistingLazyBinding() local
1548 if (!LCV) in getExistingLazyBinding()
1556 QualType SourceRegionTy = LCV->getRegion()->getValueType(); in getExistingLazyBinding()
1571 return *LCV; in getExistingLazyBinding()
2258 RegionStoreManager::getInterestingValues(nonloc::LazyCompoundVal LCV) { in getInterestingValues() argument
2260 LazyBindingsMapTy::iterator I = LazyBindingsMap.find(LCV.getCVData()); in getInterestingValues()
2267 const SubRegion *LazyR = LCV.getRegion(); in getInterestingValues()
2268 RegionBindingsRef B = getRegionBindings(LCV.getStore()); in getInterestingValues()
2274 return (LazyBindingsMap[LCV.getCVData()] = std::move(List)); in getInterestingValues()
2296 return (LazyBindingsMap[LCV.getCVData()] = std::move(List)); in getInterestingValues()
2440 nonloc::LazyCompoundVal LCV) { in tryBindSmallArray() argument
2462 MRMgr.getElementRegion(Ty, Idx, LCV.getRegion(), Ctx); in tryBindSmallArray()
2463 SVal V = getBindingForElement(getRegionBindings(LCV.getStore()), SrcER); in tryBindSmallArray()
2493 if (Optional<nonloc::LazyCompoundVal> LCV = in bindArray() local
2495 if (Optional<RegionBindingsRef> NewB = tryBindSmallArray(B, R, AT, *LCV)) in bindArray()
2580 nonloc::LazyCompoundVal LCV) { in tryBindSmallStruct() argument
2606 const FieldRegion *SourceFR = MRMgr.getFieldRegion(*I, LCV.getRegion()); in tryBindSmallStruct()
2607 SVal V = getBindingForField(getRegionBindings(LCV.getStore()), SourceFR); in tryBindSmallStruct()
2629 if (Optional<nonloc::LazyCompoundVal> LCV = in bindStruct() local
2631 if (Optional<RegionBindingsRef> NewB = tryBindSmallStruct(B, R, RD, *LCV)) in bindStruct()