clang
3.7.0
|
A symbol representing the value stored at a MemRegion. More...
#include <SymbolManager.h>
Public Member Functions | |
SymbolRegionValue (SymbolID sym, const TypedValueRegion *r) | |
const TypedValueRegion * | getRegion () const |
void | Profile (llvm::FoldingSetNodeID &profile) override |
void | dumpToStream (raw_ostream &os) const override |
QualType | getType () const 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, 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 stored at a MemRegion.
Definition at line 124 of file SymbolManager.h.
|
inline |
Definition at line 128 of file SymbolManager.h.
Definition at line 147 of file SymbolManager.h.
References clang::ento::SymExpr::getKind(), and clang::ento::SymExpr::RegionValueKind.
|
overridevirtual |
Reimplemented from clang::ento::SymExpr.
Definition at line 87 of file SymbolManager.cpp.
References clang::ento::SymbolData::getSymbolID().
|
inline |
Definition at line 131 of file SymbolManager.h.
|
overridevirtual |
Implements clang::ento::SymExpr.
Definition at line 324 of file SymbolManager.cpp.
|
inlinestatic |
Definition at line 133 of file SymbolManager.h.
References clang::ento::SymExpr::RegionValueKind.
Referenced by clang::ento::SymbolManager::getRegionValueSymbol(), and Profile().
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 138 of file SymbolManager.h.
References Profile().