clang
3.7.0
|
#include <SymbolManager.h>
Public Member Functions | |
SymbolDerived (SymbolID sym, SymbolRef parent, const TypedValueRegion *r) | |
SymbolRef | getParentSymbol () const |
const TypedValueRegion * | getRegion () const |
QualType | getType () const override |
void | dumpToStream (raw_ostream &os) const override |
void | Profile (llvm::FoldingSetNodeID &profile) override |
![]() | |
~SymbolData () override | |
SymbolID | getSymbolID () const |
![]() | |
virtual | ~SymExpr () |
Kind | getKind () const |
virtual void | dump () const |
symbol_iterator | symbol_begin () const |
unsigned | computeComplexity () const |
Static Public Member Functions | |
static void | Profile (llvm::FoldingSetNodeID &profile, SymbolRef parent, const TypedValueRegion *r) |
static bool | classof (const SymExpr *SE) |
![]() | |
static bool | classof (const SymExpr *SE) |
![]() | |
static symbol_iterator | symbol_end () |
Additional Inherited Members | |
![]() | |
enum | Kind { RegionValueKind, ConjuredKind, DerivedKind, ExtentKind, MetadataKind, BEGIN_SYMBOLS = RegionValueKind, END_SYMBOLS = MetadataKind, SymIntKind, IntSymKind, SymSymKind, BEGIN_BINARYSYMEXPRS = SymIntKind, END_BINARYSYMEXPRS = SymSymKind, CastSymbolKind } |
![]() | |
SymbolData (Kind k, SymbolID sym) | |
![]() | |
SymExpr (Kind k) | |
A symbol representing the value of a MemRegion whose parent region has symbolic value.
Definition at line 200 of file SymbolManager.h.
|
inline |
Definition at line 205 of file SymbolManager.h.
Definition at line 227 of file SymbolManager.h.
References clang::ento::SymExpr::DerivedKind, and clang::ento::SymExpr::getKind().
|
overridevirtual |
Reimplemented from clang::ento::SymExpr.
Definition at line 71 of file SymbolManager.cpp.
References getParentSymbol(), getRegion(), and clang::ento::SymbolData::getSymbolID().
|
inline |
Definition at line 208 of file SymbolManager.h.
Referenced by dumpToStream().
|
inline |
Definition at line 209 of file SymbolManager.h.
Referenced by dumpToStream().
|
overridevirtual |
Implements clang::ento::SymExpr.
Definition at line 311 of file SymbolManager.cpp.
|
inlinestatic |
Definition at line 215 of file SymbolManager.h.
References clang::ento::SymExpr::DerivedKind.
Referenced by clang::ento::SymbolManager::getDerivedSymbol(), and Profile().
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 222 of file SymbolManager.h.
References Profile().