clang
7.0.0
|
Represents a symbolic expression involving a binary operator. More...
#include "clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h"
Public Member Functions | |
QualType | getType () const override |
BinaryOperator::Opcode | getOpcode () const |
![]() | |
virtual | ~SymExpr ()=default |
Kind | getKind () const |
virtual void | dump () const |
virtual void | dumpToStream (raw_ostream &os) const |
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. More... | |
Static Public Member Functions | |
static bool | classof (const SymExpr *SE) |
![]() | |
static symbol_iterator | symbol_end () |
Protected Member Functions | |
BinarySymExpr (Kind k, BinaryOperator::Opcode op, QualType t) | |
![]() | |
SymExpr (Kind k) | |
Additional Inherited Members | |
![]() | |
enum | Kind |
![]() | |
static bool | isValidTypeForSymbol (QualType T) |
![]() | |
unsigned | Complexity = 0 |
Represents a symbolic expression involving a binary operator.
Definition at line 304 of file SymbolManager.h.
|
inlineprotected |
Definition at line 309 of file SymbolManager.h.
References clang::ento::SymbolRegionValue::classof(), and clang::ento::SymExpr::isValidTypeForSymbol().
Definition at line 323 of file SymbolManager.h.
References clang::ento::SymExpr::getKind().
|
inline |
Definition at line 320 of file SymbolManager.h.
Referenced by applyBitwiseConstraints(), clang::ento::SMTSolver::getSymBinExpr(), clang::ento::SValExplainer::VisitSymIntExpr(), and clang::ento::SValExplainer::VisitSymSymExpr().
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 318 of file SymbolManager.h.
Referenced by applyBitwiseConstraints().