clang
3.7.0
|
#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 |
![]() | |
~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 MemRegion *R, const Stmt *S, QualType T, unsigned Count, const void *Tag) |
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) | |
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 267 of file SymbolManager.h.
|
inline |
Definition at line 274 of file SymbolManager.h.
Definition at line 303 of file SymbolManager.h.
References clang::ento::SymExpr::getKind(), and clang::ento::SymExpr::MetadataKind.
|
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 280 of file SymbolManager.h.
|
inline |
Definition at line 278 of file SymbolManager.h.
Referenced by dumpToStream().
|
inline |
Definition at line 279 of file SymbolManager.h.
|
inline |
Definition at line 281 of file SymbolManager.h.
|
overridevirtual |
Implements clang::ento::SymExpr.
Definition at line 320 of file SymbolManager.cpp.
|
inlinestatic |
Definition at line 287 of file SymbolManager.h.
References clang::ento::SymExpr::MetadataKind.
Referenced by clang::ento::SymbolManager::getMetadataSymbol(), and Profile().
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 298 of file SymbolManager.h.
References Profile().