Home
last modified time | relevance | path

Searched refs:CompoundValData (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h40 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 DSVals.h45 class CompoundValData; variable
332 explicit CompoundVal(const CompoundValData *D) : NonLoc(CompoundValKind, D) { in CompoundVal()
338 const CompoundValData* getValue() const { in getValue()
339 return castDataAs<CompoundValData>(); in getValue()