|
clang
5.0.0
|
Represents a symbolic expression like 'x' + 'y'. More...
#include "clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h"
Public Member Functions | |
| SymSymExpr (const SymExpr *lhs, BinaryOperator::Opcode op, const SymExpr *rhs, QualType t) | |
| const SymExpr * | getLHS () const |
| const SymExpr * | getRHS () const |
| void | dumpToStream (raw_ostream &os) const override |
| void | Profile (llvm::FoldingSetNodeID &ID) override |
Public Member Functions inherited from clang::ento::BinarySymExpr | |
| QualType | getType () const override |
| BinaryOperator::Opcode | getOpcode () const |
Public Member Functions inherited from clang::ento::SymExpr | |
| virtual | ~SymExpr () |
| Kind | getKind () const |
| virtual void | dump () const |
| symbol_iterator | symbol_begin () const |
| unsigned | computeComplexity () 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 *lhs, BinaryOperator::Opcode op, const SymExpr *rhs, QualType t) |
| static bool | classof (const SymExpr *SE) |
Static Public Member Functions inherited from clang::ento::BinarySymExpr | |
| static bool | classof (const SymExpr *SE) |
Static Public Member Functions inherited from clang::ento::SymExpr | |
| static symbol_iterator | symbol_end () |
Additional Inherited Members | |
Public Types inherited from clang::ento::SymExpr | |
| enum | Kind |
Protected Member Functions inherited from clang::ento::BinarySymExpr | |
| BinarySymExpr (Kind k, BinaryOperator::Opcode op, QualType t) | |
Protected Member Functions inherited from clang::ento::SymExpr | |
| SymExpr (Kind k) | |
Static Protected Member Functions inherited from clang::ento::SymExpr | |
| static bool | isValidTypeForSymbol (QualType T) |
Represents a symbolic expression like 'x' + 'y'.
Definition at line 395 of file SymbolManager.h.
|
inline |
Definition at line 400 of file SymbolManager.h.
Definition at line 426 of file SymbolManager.h.
References clang::ento::SymExpr::getKind().
|
overridevirtual |
Reimplemented from clang::ento::SymExpr.
Definition at line 51 of file SymbolManager.cpp.
References clang::ento::SymExpr::dumpToStream(), getLHS(), clang::ento::BinarySymExpr::getOpcode(), clang::BinaryOperator::getOpcodeStr(), and getRHS().
|
inline |
Definition at line 407 of file SymbolManager.h.
Referenced by dumpToStream(), and clang::ento::SValExplainer::VisitSymSymExpr().
|
inline |
Definition at line 408 of file SymbolManager.h.
Referenced by dumpToStream(), and clang::ento::SValExplainer::VisitSymSymExpr().
|
inlinestatic |
Definition at line 412 of file SymbolManager.h.
Referenced by Profile().
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 421 of file SymbolManager.h.
References clang::ento::BinarySymExpr::getOpcode(), clang::ento::BinarySymExpr::getType(), and Profile().
1.8.6