clang
3.7.0
|
A symbol representing data which can be stored in a memory location (region). More...
#include <SymbolManager.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 |
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 { RegionValueKind, ConjuredKind, DerivedKind, ExtentKind, MetadataKind, BEGIN_SYMBOLS = RegionValueKind, END_SYMBOLS = MetadataKind, SymIntKind, IntSymKind, SymSymKind, BEGIN_BINARYSYMEXPRS = SymIntKind, END_BINARYSYMEXPRS = SymSymKind, CastSymbolKind } |
A symbol representing data which can be stored in a memory location (region).
Definition at line 104 of file SymbolManager.h.
Definition at line 109 of file SymbolManager.h.
|
inlineoverride |
Definition at line 112 of file SymbolManager.h.
Definition at line 117 of file SymbolManager.h.
References clang::ento::SymExpr::BEGIN_SYMBOLS, clang::ento::SymExpr::END_SYMBOLS, and clang::ento::SymExpr::getKind().
|
inline |