Searched refs:CompoundValData (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | BasicValueFactory.cpp | 32 void CompoundValData::Profile(llvm::FoldingSetNodeID& ID, QualType T, in Profile() 125 const CompoundValData* 129 CompoundValData::Profile(ID, T, Vals); in getCompoundValData() 132 CompoundValData* D = CompoundValDataSet.FindNodeOrInsertPos(ID, InsertPos); in getCompoundValData() 135 D = (CompoundValData*) BPAlloc.Allocate<CompoundValData>(); in getCompoundValData() 136 new (D) CompoundValData(T, Vals); in getCompoundValData()
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | BasicValueFactory.h | 40 class CompoundValData : public llvm::FoldingSetNode { 45 CompoundValData(QualType t, llvm::ImmutableList<SVal> l) : T(t), L(l) { in CompoundValData() function 126 llvm::FoldingSet<CompoundValData> CompoundValDataSet; 244 const CompoundValData *getCompoundValData(QualType T,
|
| H A D | SVals.h | 42 class CompoundValData; variable 379 explicit CompoundVal(const CompoundValData *D) : NonLoc(CompoundValKind, D) { in CompoundVal() 385 const CompoundValData* getValue() const { in getValue() 386 return static_cast<const CompoundValData *>(Data); in getValue()
|