clang  3.7.0
Public Member Functions | Static Public Member Functions | List of all members
clang::ento::SymIntExpr Class Reference

Represents a symbolic expression like 'x' + 3. More...

#include <SymbolManager.h>

Inheritance diagram for clang::ento::SymIntExpr:
[legend]
Collaboration diagram for clang::ento::SymIntExpr:
[legend]

Public Member Functions

 SymIntExpr (const SymExpr *lhs, BinaryOperator::Opcode op, const llvm::APSInt &rhs, QualType t)
 
void dumpToStream (raw_ostream &os) const override
 
const SymExprgetLHS () const
 
const llvm::APSInt & getRHS () 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 SymExpr *lhs, BinaryOperator::Opcode op, const llvm::APSInt &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 {
  RegionValueKind, ConjuredKind, DerivedKind, ExtentKind,
  MetadataKind, BEGIN_SYMBOLS = RegionValueKind, END_SYMBOLS = MetadataKind, SymIntKind,
  IntSymKind, SymSymKind, BEGIN_BINARYSYMEXPRS = SymIntKind, END_BINARYSYMEXPRS = SymSymKind,
  CastSymbolKind
}
 
- 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)
 

Detailed Description

Represents a symbolic expression like 'x' + 3.

Definition at line 368 of file SymbolManager.h.

Constructor & Destructor Documentation

clang::ento::SymIntExpr::SymIntExpr ( const SymExpr lhs,
BinaryOperator::Opcode  op,
const llvm::APSInt &  rhs,
QualType  t 
)
inline

Definition at line 373 of file SymbolManager.h.

Member Function Documentation

static bool clang::ento::SymIntExpr::classof ( const SymExpr SE)
inlinestatic
void SymIntExpr::dumpToStream ( raw_ostream &  os) const
overridevirtual
const SymExpr* clang::ento::SymIntExpr::getLHS ( ) const
inline

Definition at line 379 of file SymbolManager.h.

Referenced by dumpToStream().

const llvm::APSInt& clang::ento::SymIntExpr::getRHS ( ) const
inline

Definition at line 380 of file SymbolManager.h.

Referenced by dumpToStream().

static void clang::ento::SymIntExpr::Profile ( llvm::FoldingSetNodeID &  ID,
const SymExpr lhs,
BinaryOperator::Opcode  op,
const llvm::APSInt &  rhs,
QualType  t 
)
inlinestatic
void clang::ento::SymIntExpr::Profile ( llvm::FoldingSetNodeID &  ID)
inlineoverridevirtual

The documentation for this class was generated from the following files: