HomeSort by relevance Sort by last modified time
    Searched refs:CompoundValData (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
BasicValueFactory.cpp 23 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/
BasicValueFactory.h 27 class CompoundValData : public llvm::FoldingSetNode {
32 CompoundValData(QualType t, llvm::ImmutableList<SVal> l)
74 llvm::FoldingSet<CompoundValData> CompoundValDataSet;
169 const CompoundValData *getCompoundValData(QualType T,
SVals.h 31 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 402 milliseconds