clang
10.0.0git
|
#include "clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h"
Public Types | |
using | iterator = llvm::ImmutableList< SVal >::iterator |
Public Member Functions | |
CompoundValData (QualType t, llvm::ImmutableList< SVal > l) | |
iterator | begin () const |
iterator | end () const |
void | Profile (llvm::FoldingSetNodeID &ID) |
Static Public Member Functions | |
static void | Profile (llvm::FoldingSetNodeID &ID, QualType T, llvm::ImmutableList< SVal > L) |
Definition at line 41 of file BasicValueFactory.h.
using clang::ento::CompoundValData::iterator = llvm::ImmutableList<SVal>::iterator |
Definition at line 50 of file BasicValueFactory.h.
Definition at line 46 of file BasicValueFactory.h.
References clang::ento::NonLoc::isCompoundType().
Referenced by clang::ento::BasicValueFactory::getCompoundValData().
|
inline |
Definition at line 52 of file BasicValueFactory.h.
|
inline |
Definition at line 53 of file BasicValueFactory.h.
References Profile().
|
static |
Definition at line 31 of file BasicValueFactory.cpp.
References clang::QualType::Profile().
Referenced by end(), clang::ento::PointerToMemberData::end(), clang::ento::BasicValueFactory::getCompoundValData(), and clang::ento::LazyCompoundValData::getRegion().
|
inline |