Searched defs:LCV (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp434 /// Attempt to extract the fields of \p LCV and bind them to the struct region
447 nonloc::LazyCompoundVal LCV);
554 const SValListTy &getInterestingValues(nonloc::LazyCompoundVal LCV);
1403 Optional<nonloc::LazyCompoundVal> LCV = V->getAs<nonloc::LazyCompoundVal>();
1404 if (!LCV)
1407 // If the LCV is for a subregion, the types might not match, and we shouldn't
1412 QualType SourceRegionTy = LCV->getRegion()->getValueType();
1427 return *LCV;
1775 RegionStoreManager::getInterestingValues(nonloc::LazyCompoundVal LCV) { argument
1777 LazyBindingsMapTy::iterator I = LazyBindingsMap.find(LCV
1970 nonloc::LazyCompoundVal LCV = svalBuilder.makeLazyCompoundVal(store, S) local
2056 tryBindSmallStruct(RegionBindingsConstRef B, const TypedValueRegion *R, const RecordDecl *RD, nonloc::LazyCompoundVal LCV) argument
[all...]

Completed in 101 milliseconds