clang API Documentation

Public Member Functions | Friends
clang::ento::loc::ConcreteInt Class Reference

#include <SVals.h>

Inheritance diagram for clang::ento::loc::ConcreteInt:
Inheritance graph
[legend]
Collaboration diagram for clang::ento::loc::ConcreteInt:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ConcreteInt (const llvm::APSInt &V)
const llvm::APSInt & getValue () const
SVal evalBinOp (BasicValueFactory &BasicVals, BinaryOperator::Opcode Op, const ConcreteInt &R) const

Friends

class SVal

Detailed Description

Definition at line 529 of file SVals.h.


Constructor & Destructor Documentation

clang::ento::loc::ConcreteInt::ConcreteInt ( const llvm::APSInt &  V) [inline, explicit]

Definition at line 531 of file SVals.h.


Member Function Documentation

const llvm::APSInt& clang::ento::loc::ConcreteInt::getValue ( ) const [inline]

Definition at line 533 of file SVals.h.

References clang::ento::SVal::Data.

Referenced by evalBinOp().


Friends And Related Function Documentation

friend class SVal [friend]

Reimplemented from clang::ento::Loc.

Definition at line 542 of file SVals.h.


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