|
clang
3.8.0
|
SymbolMetadata - Represents path-dependent metadata about a specific region. More...
#include <SymbolManager.h>
Public Member Functions | |
| SymbolMetadata (SymbolID sym, const MemRegion *r, const Stmt *s, QualType t, unsigned count, const void *tag) | |
| const MemRegion * | getRegion () const |
| const Stmt * | getStmt () const |
| unsigned | getCount () const |
| const void * | getTag () const |
| QualType | getType () const override |
| void | dumpToStream (raw_ostream &os) const override |
| void | Profile (llvm::FoldingSetNodeID &profile) override |
Public Member Functions inherited from clang::ento::SymbolData | |
| ~SymbolData () override | |
| SymbolID | getSymbolID () const |
Public Member Functions inherited from clang::ento::SymExpr | |
| 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 MemRegion *R, const Stmt *S, QualType T, unsigned Count, const void *Tag) |
| static bool | classof (const SymExpr *SE) |
Static Public Member Functions inherited from clang::ento::SymbolData | |
| static bool | classof (const SymExpr *SE) |
Static Public Member Functions inherited from clang::ento::SymExpr | |
| static symbol_iterator | symbol_end () |
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 } |
Protected Member Functions inherited from clang::ento::SymbolData | |
| SymbolData (Kind k, SymbolID sym) | |
Protected Member Functions inherited from clang::ento::SymExpr | |
| SymExpr (Kind k) | |
SymbolMetadata - Represents path-dependent metadata about a specific region.
Metadata symbols remain live as long as they are marked as in use before dead-symbol sweeping AND their associated regions are still alive. Intended for use by checkers.
Definition at line 273 of file SymbolManager.h.
|
inline |
Definition at line 280 of file SymbolManager.h.
Definition at line 309 of file SymbolManager.h.
References clang::ento::SymExpr::getKind(), and clang::ento::SymExpr::SymbolMetadataKind.
|
overridevirtual |
Reimplemented from clang::ento::SymExpr.
Definition at line 80 of file SymbolManager.cpp.
References clang::QualType::getAsString(), getRegion(), and clang::ento::SymbolData::getSymbolID().
|
inline |
Definition at line 286 of file SymbolManager.h.
|
inline |
Definition at line 284 of file SymbolManager.h.
Referenced by dumpToStream().
|
inline |
Definition at line 285 of file SymbolManager.h.
|
inline |
Definition at line 287 of file SymbolManager.h.
|
overridevirtual |
Implements clang::ento::SymExpr.
Definition at line 320 of file SymbolManager.cpp.
|
inlinestatic |
Definition at line 293 of file SymbolManager.h.
References clang::ento::SymExpr::SymbolMetadataKind.
Referenced by clang::ento::SymbolManager::getMetadataSymbol(), and Profile().
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 304 of file SymbolManager.h.
References Profile().
1.8.6