|
clang
3.8.0
|
SymbolExtent - Represents the extent (size in bytes) of a bounded region. More...
#include <SymbolManager.h>
Public Member Functions | |
| SymbolExtent (SymbolID sym, const SubRegion *r) | |
| const SubRegion * | getRegion () 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 SubRegion *R) |
| 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) | |
SymbolExtent - Represents the extent (size in bytes) of a bounded region.
Clients should not ask the SymbolManager for a region's extent. Always use SubRegion::getExtent instead – the value returned may not be a symbol.
Definition at line 241 of file SymbolManager.h.
Definition at line 245 of file SymbolManager.h.
Definition at line 264 of file SymbolManager.h.
References clang::ento::SymExpr::getKind(), and clang::ento::SymExpr::SymbolExtentKind.
|
overridevirtual |
Reimplemented from clang::ento::SymExpr.
Definition at line 76 of file SymbolManager.cpp.
References getRegion(), and clang::ento::SymbolData::getSymbolID().
|
inline |
Definition at line 248 of file SymbolManager.h.
Referenced by dumpToStream().
|
overridevirtual |
Implements clang::ento::SymExpr.
Definition at line 315 of file SymbolManager.cpp.
References clang::ASTContext::getSizeType().
|
inlinestatic |
Definition at line 254 of file SymbolManager.h.
References clang::ento::SymExpr::SymbolExtentKind.
Referenced by clang::ento::SymbolManager::getExtentSymbol(), and Profile().
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 259 of file SymbolManager.h.
References Profile().
1.8.6