clang
3.9.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 |
![]() | |
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 |
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 llvm::APSInt &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 |
![]() | |
BinarySymExpr (Kind k, BinaryOperator::Opcode op, QualType t) | |
![]() | |
SymExpr (Kind k) | |
Represents a symbolic expression like 3 - 'x'.
Definition at line 321 of file SymbolManager.h.
|
inline |
Definition at line 326 of file SymbolManager.h.
Definition at line 350 of file SymbolManager.h.
References clang::ento::SymExpr::getKind().
|
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 333 of file SymbolManager.h.
Referenced by dumpToStream().
|
inline |
Definition at line 332 of file SymbolManager.h.
Referenced by dumpToStream().
|
inlinestatic |
Definition at line 335 of file SymbolManager.h.
Referenced by clang::ento::SymbolManager::getIntSymExpr(), and Profile().
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 345 of file SymbolManager.h.
References clang::ento::BinarySymExpr::getOpcode(), clang::ento::BinarySymExpr::getType(), and Profile().