clang API Documentation

Public Member Functions | Static Public Member Functions
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

Static Public Member Functions

static bool classof (const SVal *V)
static bool classof (const Loc *V)

Detailed Description

Definition at line 460 of file SVals.h.


Constructor & Destructor Documentation

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

Definition at line 462 of file SVals.h.


Member Function Documentation

static bool clang::ento::loc::ConcreteInt::classof ( const SVal V) [inline, static]
static bool clang::ento::loc::ConcreteInt::classof ( const Loc V) [inline, static]

Definition at line 478 of file SVals.h.

References clang::ento::loc::ConcreteIntKind, and clang::ento::SVal::getSubKind().

SVal loc::ConcreteInt::evalBinOp ( BasicValueFactory BasicVals,
BinaryOperator::Opcode  Op,
const ConcreteInt R 
) const
const llvm::APSInt& clang::ento::loc::ConcreteInt::getValue ( ) const [inline]

Definition at line 464 of file SVals.h.

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


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