Searched refs:CompoundValData (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp23 void CompoundValData::Profile(llvm::FoldingSetNodeID& ID, QualType T,
107 const CompoundValData*
112 CompoundValData::Profile(ID, T, Vals);
115 CompoundValData* D = CompoundValDataSet.FindNodeOrInsertPos(ID, InsertPos);
118 D = (CompoundValData*) BPAlloc.Allocate<CompoundValData>();
119 new (D) CompoundValData(T, Vals);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h27 class CompoundValData : public llvm::FoldingSetNode { class in namespace:clang::ento
32 CompoundValData(QualType t, llvm::ImmutableList<SVal> l) function in class:clang::ento::CompoundValData
74 llvm::FoldingSet<CompoundValData> CompoundValDataSet;
169 const CompoundValData *getCompoundValData(QualType T,
H A DSVals.h31 class CompoundValData;
413 explicit CompoundVal(const CompoundValData* D) : NonLoc(CompoundValKind, D) {}
416 const CompoundValData* getValue() const {
417 return static_cast<const CompoundValData*>(Data);

Completed in 127 milliseconds