|
clang
3.8.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 |
Public Member Functions inherited from clang::ento::SymExpr | |
| 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 Public Member Functions inherited from clang::ento::SymExpr | |
| static symbol_iterator | symbol_end () |
Protected Member Functions | |
| SymbolData (Kind k, SymbolID sym) | |
Protected Member Functions inherited from clang::ento::SymExpr | |
| SymExpr (Kind k) | |
Additional Inherited Members | |
Public Types inherited from clang::ento::SymExpr | |
| enum | Kind { SymbolRegionValueKind, SymbolConjuredKind, SymbolDerivedKind, SymbolExtentKind, SymbolMetadataKind, BEGIN_SYMBOLS = SymbolRegionValueKind, END_SYMBOLS = SymbolMetadataKind, SymIntExprKind, IntSymExprKind, SymSymExprKind, BEGIN_BINARYSYMEXPRS = SymIntExprKind, END_BINARYSYMEXPRS = SymSymExprKind, SymbolCastKind } |
A symbol representing data which can be stored in a memory location (region).
Definition at line 112 of file SymbolManager.h.
Definition at line 117 of file SymbolManager.h.
|
inlineoverride |
Definition at line 120 of file SymbolManager.h.
Definition at line 125 of file SymbolManager.h.
References clang::ento::SymExpr::BEGIN_SYMBOLS, clang::ento::SymExpr::END_SYMBOLS, and clang::ento::SymExpr::getKind().
|
inline |
1.8.6