Home
last modified time | relevance | path

Searched refs:LazyCompoundValData (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h62 class LazyCompoundValData : public llvm::FoldingSetNode {
67 LazyCompoundValData(const StoreRef &st, const TypedValueRegion *r) in LazyCompoundValData() function
127 llvm::FoldingSet<LazyCompoundValData> LazyCompoundValDataSet;
247 const LazyCompoundValData *getLazyCompoundValData(const StoreRef &store,
H A DSVals.h46 class LazyCompoundValData; variable
352 explicit LazyCompoundVal(const LazyCompoundValData *D) in LazyCompoundVal()
359 const LazyCompoundValData *getCVData() const { in getCVData()
360 return castDataAs<LazyCompoundValData>(); in getCVData()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp191 return static_cast<const LazyCompoundValData*>(Data)->getStore(); in getStore()
195 return static_cast<const LazyCompoundValData*>(Data)->getRegion(); in getRegion()
H A DRegionStore.cpp340 typedef llvm::DenseMap<const LazyCompoundValData *,