clang
3.9.0
|
A symbol representing data which can be stored in a memory location (region). More...
#include <SymExpr.h>
Public Member Functions | |
~SymbolData () override | |
SymbolID | getSymbolID () const |
![]() | |
virtual | ~SymExpr () |
Kind | getKind () const |
virtual void | dump () const |
virtual void | dumpToStream (raw_ostream &os) const |
virtual QualType | getType () const =0 |
virtual void | Profile (llvm::FoldingSetNodeID &profile)=0 |
symbol_iterator | symbol_begin () const |
unsigned | computeComplexity () const |
virtual const MemRegion * | getOriginRegion () const |
Find the region from which this symbol originates. More... | |
Static Public Member Functions | |
static bool | classof (const SymExpr *SE) |
![]() | |
static symbol_iterator | symbol_end () |
Protected Member Functions | |
SymbolData (Kind k, SymbolID sym) | |
![]() | |
SymExpr (Kind k) | |
Additional Inherited Members | |
![]() | |
enum | Kind |
A symbol representing data which can be stored in a memory location (region).
Definition at line 114 of file SymExpr.h.
References clang::ento::SymExpr::getKind().
|
inline |
Definition at line 111 of file SymExpr.h.
Referenced by clang::ento::SymbolRegionValue::dumpToStream(), clang::ento::SymbolConjured::dumpToStream(), clang::ento::SymbolDerived::dumpToStream(), clang::ento::SymbolExtent::dumpToStream(), and clang::ento::SymbolMetadata::dumpToStream().