Searched refs:LazyCompoundValData (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp29 void LazyCompoundValData::Profile(llvm::FoldingSetNodeID& ID,
126 const LazyCompoundValData*
130 LazyCompoundValData::Profile(ID, store, region);
133 LazyCompoundValData *D =
137 D = (LazyCompoundValData*) BPAlloc.Allocate<LazyCompoundValData>();
138 new (D) LazyCompoundValData(store, region);
H A DSVals.cpp151 return static_cast<const LazyCompoundValData*>(Data)->getStore();
155 return static_cast<const LazyCompoundValData*>(Data)->getRegion();
H A DRegionStore.cpp326 typedef llvm::DenseMap<const LazyCompoundValData *,
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h45 class LazyCompoundValData : public llvm::FoldingSetNode { class in namespace:clang::ento
49 LazyCompoundValData(const StoreRef &st, const TypedValueRegion *r) function in class:clang::ento::LazyCompoundValData
75 llvm::FoldingSet<LazyCompoundValData> LazyCompoundValDataSet;
172 const LazyCompoundValData *getLazyCompoundValData(const StoreRef &store,
H A DSVals.h34 class LazyCompoundValData;
441 explicit LazyCompoundVal(const LazyCompoundValData *D)
444 const LazyCompoundValData *getCVData() const {
445 return static_cast<const LazyCompoundValData*>(Data);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp262 const LazyCompoundValData *D = LV->getCVData();

Completed in 139 milliseconds