|
clang
3.8.0
|
Represents a symbolic expression involving a binary operator. More...
#include <SymbolManager.h>
Public Member Functions | |
| 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 |
| virtual void | dumpToStream (raw_ostream &os) const |
| virtual void | Profile (llvm::FoldingSetNodeID &profile)=0 |
| symbol_iterator | symbol_begin () const |
| unsigned | computeComplexity () const |
Static Public Member Functions | |
| static bool | classof (const SymExpr *SE) |
Static Public Member Functions inherited from clang::ento::SymExpr | |
| static symbol_iterator | symbol_end () |
Protected Member Functions | |
| BinarySymExpr (Kind k, BinaryOperator::Opcode op, QualType t) | |
Protected Member Functions inherited from clang::ento::SymExpr | |
| SymExpr (Kind k) | |
Additional Inherited Members | |
Public Types inherited from clang::ento::SymExpr | |
| enum | Kind { SymbolRegionValueKind, SymbolConjuredKind, SymbolDerivedKind, SymbolExtentKind, SymbolMetadataKind, BEGIN_SYMBOLS = SymbolRegionValueKind, END_SYMBOLS = SymbolMetadataKind, SymIntExprKind, IntSymExprKind, SymSymExprKind, BEGIN_BINARYSYMEXPRS = SymIntExprKind, END_BINARYSYMEXPRS = SymSymExprKind, SymbolCastKind } |
Represents a symbolic expression involving a binary operator.
Definition at line 351 of file SymbolManager.h.
|
inlineprotected |
Definition at line 356 of file SymbolManager.h.
Definition at line 367 of file SymbolManager.h.
References clang::ento::SymExpr::BEGIN_BINARYSYMEXPRS, clang::ento::SymExpr::END_BINARYSYMEXPRS, and clang::ento::SymExpr::getKind().
|
inline |
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 362 of file SymbolManager.h.
Referenced by clang::ento::SymIntExpr::Profile(), clang::ento::IntSymExpr::Profile(), and clang::ento::SymSymExpr::Profile().
1.8.6