clang
3.7.0
|
Represents a symbolic expression like 'x' + 'y'. More...
#include <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 |
![]() | |
QualType | getType () const override |
BinaryOperator::Opcode | getOpcode () const |
![]() | |
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 SymExpr *lhs, BinaryOperator::Opcode op, const SymExpr *rhs, QualType t) |
static bool | classof (const SymExpr *SE) |
![]() | |
static bool | classof (const SymExpr *SE) |
![]() | |
static symbol_iterator | symbol_end () |
Additional Inherited Members | |
![]() | |
enum | Kind { RegionValueKind, ConjuredKind, DerivedKind, ExtentKind, MetadataKind, BEGIN_SYMBOLS = RegionValueKind, END_SYMBOLS = MetadataKind, SymIntKind, IntSymKind, SymSymKind, BEGIN_BINARYSYMEXPRS = SymIntKind, END_BINARYSYMEXPRS = SymSymKind, CastSymbolKind } |
![]() | |
BinarySymExpr (Kind k, BinaryOperator::Opcode op, QualType t) | |
![]() | |
SymExpr (Kind k) | |
Represents a symbolic expression like 'x' + 'y'.
Definition at line 438 of file SymbolManager.h.
|
inline |
Definition at line 443 of file SymbolManager.h.
Definition at line 466 of file SymbolManager.h.
References clang::ento::SymExpr::getKind(), and clang::ento::SymExpr::SymSymKind.
|
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 447 of file SymbolManager.h.
Referenced by dumpToStream(), and clang::ento::ScanReachableSymbols::scan().
|
inline |
Definition at line 448 of file SymbolManager.h.
Referenced by dumpToStream(), and clang::ento::ScanReachableSymbols::scan().
|
inlinestatic |
Definition at line 452 of file SymbolManager.h.
References clang::ento::SymExpr::SymSymKind.
Referenced by clang::ento::SymbolManager::getSymSymExpr(), and Profile().
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 461 of file SymbolManager.h.
References clang::ento::BinarySymExpr::getOpcode(), clang::ento::BinarySymExpr::getType(), and Profile().