clang 17.0.0git
|
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 |
LLVM_ATTRIBUTE_RETURNS_NONNULL 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 |
virtual void | dumpToStream (raw_ostream &os) const |
virtual QualType | getType () const =0 |
virtual void | Profile (llvm::FoldingSetNodeID &profile)=0 |
symbol_iterator | symbol_begin () const |
virtual unsigned | computeComplexity () const =0 |
virtual const MemRegion * | getOriginRegion () const |
Find the region from which this symbol originates. | |
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 278 of file SymbolManager.h.
Definition at line 288 of file SymbolManager.h.
References clang::ento::SymExpr::isValidTypeForSymbol().
Definition at line 322 of file SymbolManager.h.
References clang::ento::SymExpr::getKind().
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 296 of file SymbolManager.h.
References clang::ento::SymExpr::Complexity.
|
overridevirtual |
Reimplemented from clang::ento::SymExpr.
Definition at line 67 of file SymbolManager.cpp.
References clang::ento::SymExpr::dumpToStream().
|
inline |
Definition at line 305 of file SymbolManager.h.
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 302 of file SymbolManager.h.
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 317 of file SymbolManager.h.
References Profile().
|
inlinestatic |
Definition at line 309 of file SymbolManager.h.
Referenced by clang::ento::SymbolManager::getCastSymbol(), and Profile().