clang 22.0.0git
|
Represents a cast expression. More...
#include "clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h"
Public Member Functions | |
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 |
Public Member Functions inherited from clang::ento::SymExpr | |
virtual | ~SymExpr ()=default |
Kind | getKind () const |
SymbolID | getSymbolID () const |
Get a unique identifier for this symbol. | |
virtual void | dump () const |
llvm::iterator_range< symbol_iterator > | symbols () const |
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 constexpr bool | classof (Kind K) |
Static Public Attributes | |
static constexpr Kind | ClassKind = SymbolCastKind |
Friends | |
class | SymExprAllocator |
Additional Inherited Members | |
Public Types inherited from clang::ento::SymExpr | |
enum | Kind |
Protected Member Functions inherited from clang::ento::SymExpr | |
SymExpr (Kind k, SymbolID Sym) | |
Static Protected Member Functions inherited from clang::ento::SymExpr | |
static bool | isValidTypeForSymbol (QualType T) |
Protected Attributes inherited from clang::ento::SymExpr | |
unsigned | Complexity = 0 |
Represents a cast expression.
Definition at line 287 of file SymbolManager.h.
Definition at line 333 of file SymbolManager.h.
References classof(), clang::ento::SymExpr::getKind(), and clang::ento::SymExpr::SymExpr().
Referenced by classof().
Definition at line 334 of file SymbolManager.h.
References ClassKind.
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 306 of file SymbolManager.h.
References clang::ento::SymExpr::Complexity.
|
overridevirtual |
Reimplemented from clang::ento::SymExpr.
Definition at line 63 of file SymbolManager.cpp.
|
inline |
Definition at line 315 of file SymbolManager.h.
References clang::ento::SymExpr::SymExpr().
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 312 of file SymbolManager.h.
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 327 of file SymbolManager.h.
References Profile().
|
inlinestatic |
Definition at line 319 of file SymbolManager.h.
References ClassKind, and clang::ento::SymExpr::SymExpr().
Referenced by Profile().
|
friend |
Definition at line 296 of file SymbolManager.h.
References ClassKind, clang::ento::SymExpr::SymExpr(), and SymExprAllocator.
Referenced by SymExprAllocator.
|
staticconstexpr |
Definition at line 332 of file SymbolManager.h.
Referenced by classof(), Profile(), and SymExprAllocator.