clang 20.0.0git
|
Represents a symbolic expression involving a unary operator. More...
#include "clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h"
Public Member Functions | |
unsigned | computeComplexity () const override |
const SymExpr * | getOperand () const |
UnaryOperator::Opcode | getOpcode () const |
QualType | getType () const override |
void | dumpToStream (raw_ostream &os) const override |
void | Profile (llvm::FoldingSetNodeID &ID) override |
![]() | |
virtual | ~SymExpr ()=default |
Kind | getKind () const |
SymbolID | getSymbolID () const |
Get a unique identifier for this symbol. | |
virtual void | dump () const |
virtual void | dumpToStream (raw_ostream &os) const |
virtual QualType | getType () const =0 |
virtual void | Profile (llvm::FoldingSetNodeID &profile)=0 |
llvm::iterator_range< symbol_iterator > | symbols () 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, UnaryOperator::Opcode Op, QualType T) |
static bool | classof (const SymExpr *SE) |
Friends | |
class | SymExprAllocator |
Additional Inherited Members | |
![]() | |
enum | Kind |
![]() | |
SymExpr (Kind k, SymbolID Sym) | |
![]() | |
static bool | isValidTypeForSymbol (QualType T) |
![]() | |
unsigned | Complexity = 0 |
Represents a symbolic expression involving a unary operator.
Definition at line 337 of file SymbolManager.h.
Definition at line 382 of file SymbolManager.h.
References clang::ento::SymExpr::getKind().
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 357 of file SymbolManager.h.
References clang::ento::SymExpr::Complexity.
|
overridevirtual |
Reimplemented from clang::ento::SymExpr.
Definition at line 73 of file SymbolManager.cpp.
References clang::ento::SymExpr::dumpToStream(), and clang::UnaryOperator::getOpcodeStr().
|
inline |
Definition at line 364 of file SymbolManager.h.
|
inline |
Definition at line 363 of file SymbolManager.h.
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 365 of file SymbolManager.h.
References clang::T.
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 377 of file SymbolManager.h.
|
inlinestatic |
Definition at line 369 of file SymbolManager.h.
Referenced by clang::ento::SymbolManager::getUnarySymExpr(), and Profile().
|
friend |
Definition at line 342 of file SymbolManager.h.