|
clang
3.8.0
|
Represents a symbolic expression like 3 - 'x'. More...
#include <SymbolManager.h>
Public Member Functions | |
| IntSymExpr (const llvm::APSInt &lhs, BinaryOperator::Opcode op, const SymExpr *rhs, QualType t) | |
| void | dumpToStream (raw_ostream &os) const override |
| const SymExpr * | getRHS () const |
| const llvm::APSInt & | getLHS () const |
| 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 |
Static Public Member Functions | |
| static void | Profile (llvm::FoldingSetNodeID &ID, const llvm::APSInt &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 { SymbolRegionValueKind, SymbolConjuredKind, SymbolDerivedKind, SymbolExtentKind, SymbolMetadataKind, BEGIN_SYMBOLS = SymbolRegionValueKind, END_SYMBOLS = SymbolMetadataKind, SymIntExprKind, IntSymExprKind, SymSymExprKind, BEGIN_BINARYSYMEXPRS = SymIntExprKind, END_BINARYSYMEXPRS = SymSymExprKind, SymbolCastKind } |
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) | |
Represents a symbolic expression like 3 - 'x'.
Definition at line 409 of file SymbolManager.h.
|
inline |
Definition at line 414 of file SymbolManager.h.
Definition at line 438 of file SymbolManager.h.
References clang::ento::SymExpr::getKind(), and clang::ento::SymExpr::IntSymExprKind.
|
overridevirtual |
Reimplemented from clang::ento::SymExpr.
Definition at line 40 of file SymbolManager.cpp.
References clang::ento::SymExpr::dumpToStream(), getLHS(), clang::ento::BinarySymExpr::getOpcode(), clang::BinaryOperator::getOpcodeStr(), and getRHS().
|
inline |
Definition at line 421 of file SymbolManager.h.
Referenced by dumpToStream().
|
inline |
Definition at line 420 of file SymbolManager.h.
Referenced by dumpToStream().
|
inlinestatic |
Definition at line 423 of file SymbolManager.h.
References clang::ento::SymExpr::IntSymExprKind.
Referenced by clang::ento::SymbolManager::getIntSymExpr(), and Profile().
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 433 of file SymbolManager.h.
References clang::ento::BinarySymExpr::getOpcode(), clang::ento::BinarySymExpr::getType(), and Profile().
1.8.6