|
clang 22.0.0git
|
Template implementation for all binary symbolic expressions. More...
#include "clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h"
Public Member Functions | |
| void | dumpToStream (raw_ostream &os) const override |
| LHSTYPE | getLHS () const |
| RHSTYPE | getRHS () const |
| unsigned | computeComplexity () 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 ()=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, LHSTYPE lhs, BinaryOperator::Opcode op, RHSTYPE rhs, QualType t) |
| static bool | classof (const SymExpr *SE) |
| static constexpr bool | classof (Kind K) |
| Static Public Member Functions inherited from clang::ento::BinarySymExpr | |
| static bool | classof (const SymExpr *SE) |
| static constexpr bool | classof (Kind K) |
Static Public Attributes | |
| static constexpr Kind | ClassKind = ClassK |
Friends | |
| class | SymExprAllocator |
Additional Inherited Members | |
| Public Types inherited from clang::ento::SymExpr | |
| enum | Kind |
| Protected Member Functions inherited from clang::ento::BinarySymExpr | |
| BinarySymExpr (SymbolID Sym, Kind k, BinaryOperator::Opcode op, QualType t) | |
| Protected Member Functions inherited from clang::ento::SymExpr | |
| SymExpr (Kind k, SymbolID Sym) | |
| Static Protected Member Functions inherited from clang::ento::BinarySymExpr | |
| static unsigned | computeOperandComplexity (const SymExpr *Value) |
| static unsigned | computeOperandComplexity (const llvm::APSInt &Value) |
| static const llvm::APSInt * | getPointer (APSIntPtr Value) |
| static const SymExpr * | getPointer (const SymExpr *Value) |
| static void | dumpToStreamImpl (raw_ostream &os, const SymExpr *Value) |
| static void | dumpToStreamImpl (raw_ostream &os, const llvm::APSInt &Value) |
| static void | dumpToStreamImpl (raw_ostream &os, BinaryOperator::Opcode op) |
| Static Protected Member Functions inherited from clang::ento::SymExpr | |
| static bool | isValidTypeForSymbol (QualType T) |
| Protected Attributes inherited from clang::ento::SymExpr | |
| unsigned | Complexity = 0 |
Template implementation for all binary symbolic expressions.
Definition at line 434 of file SymbolManager.h.
|
inlinestatic |
Definition at line 478 of file SymbolManager.h.
Referenced by clang::ento::BinarySymExprImpl< const SymExpr *, APSIntPtr, SymExpr::Kind::SymIntExprKind >::classof().
|
inlinestaticconstexpr |
Definition at line 479 of file SymbolManager.h.
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 456 of file SymbolManager.h.
|
inlineoverridevirtual |
Reimplemented from clang::ento::SymExpr.
Definition at line 447 of file SymbolManager.h.
|
inline |
Definition at line 453 of file SymbolManager.h.
Referenced by clang::ento::SValExplainer::VisitSymIntExpr(), and clang::ento::SValExplainer::VisitSymSymExpr().
|
inline |
Definition at line 454 of file SymbolManager.h.
Referenced by clang::ento::SValExplainer::VisitSymIntExpr(), and clang::ento::SValExplainer::VisitSymSymExpr().
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 472 of file SymbolManager.h.
|
inlinestatic |
Definition at line 463 of file SymbolManager.h.
Referenced by clang::ento::BinarySymExprImpl< const SymExpr *, APSIntPtr, SymExpr::Kind::SymIntExprKind >::Profile().
|
friend |
Definition at line 438 of file SymbolManager.h.
|
staticconstexpr |
Definition at line 477 of file SymbolManager.h.