clang
9.0.0
|
Represents a cast expression. More...
#include "clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h"
Public Member Functions | |
SymbolCast (const SymExpr *In, QualType From, QualType To) | |
unsigned | computeComplexity () const override |
QualType | getType () const override |
const SymExpr * | getOperand () const |
void | dumpToStream (raw_ostream &os) const override |
void | Profile (llvm::FoldingSetNodeID &ID) override |
![]() | |
virtual | ~SymExpr ()=default |
Kind | getKind () const |
virtual void | dump () const |
symbol_iterator | symbol_begin () const |
virtual const MemRegion * | getOriginRegion () const |
Find the region from which this symbol originates. More... | |
Static Public Member Functions | |
static void | Profile (llvm::FoldingSetNodeID &ID, const SymExpr *In, QualType From, QualType To) |
static bool | classof (const SymExpr *SE) |
![]() | |
static symbol_iterator | symbol_end () |
Additional Inherited Members | |
![]() | |
enum | Kind |
![]() | |
SymExpr (Kind k) | |
![]() | |
static bool | isValidTypeForSymbol (QualType T) |
![]() | |
unsigned | Complexity = 0 |
Represents a cast expression.
Definition at line 254 of file SymbolManager.h.
Definition at line 264 of file SymbolManager.h.
References clang::ento::SymExpr::isValidTypeForSymbol().
Definition at line 297 of file SymbolManager.h.
References clang::ento::SymExpr::getKind().
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 272 of file SymbolManager.h.
References clang::ento::SymExpr::Complexity, and clang::ento::SymExpr::computeComplexity().
|
overridevirtual |
Reimplemented from clang::ento::SymExpr.
Definition at line 78 of file SymbolManager.cpp.
|
inline |
Definition at line 280 of file SymbolManager.h.
References clang::ento::SymbolRegionValue::dumpToStream().
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 278 of file SymbolManager.h.
|
inlinestatic |
Definition at line 284 of file SymbolManager.h.
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 292 of file SymbolManager.h.
References clang::ento::SymbolRegionValue::Profile().