clang  3.7.0
Public Types | Public Member Functions | Friends | List of all members
clang::ento::nonloc::CompoundVal Class Reference

#include <SVals.h>

Inheritance diagram for clang::ento::nonloc::CompoundVal:
[legend]
Collaboration diagram for clang::ento::nonloc::CompoundVal:
[legend]

Public Types

typedef llvm::ImmutableList
< SVal >::iterator 
iterator
 
- Public Types inherited from clang::ento::SVal
enum  BaseKind { UndefinedKind = 0, UnknownKind = 1, LocKind = 2, NonLocKind = 3 }
 
enum  { BaseBits = 2, BaseMask = 0x3 }
 
typedef SmallVector< SVal, 5 > BufferTy
 BufferTy - A temporary buffer to hold a set of SVals. More...
 

Public Member Functions

const CompoundValDatagetValue () const
 
iterator begin () const
 
iterator end () const
 
- Public Member Functions inherited from clang::ento::NonLoc
void dumpToStream (raw_ostream &Out) const
 
- Public Member Functions inherited from clang::ento::SVal
 SVal ()
 
template<typename T >
castAs () const
 Convert to the specified SVal type, asserting that this SVal is of the desired type. More...
 
template<typename T >
Optional< T > getAs () const
 Convert to the specified SVal type, returning None if this SVal is not of the desired type. More...
 
unsigned getRawKind () const
 
BaseKind getBaseKind () const
 
unsigned getSubKind () const
 
void Profile (llvm::FoldingSetNodeID &ID) const
 
bool operator== (const SVal &R) const
 
bool operator!= (const SVal &R) const
 
bool isUnknown () const
 
bool isUndef () const
 
bool isUnknownOrUndef () const
 
bool isValid () const
 
bool isConstant () const
 
bool isConstant (int I) const
 
bool isZeroConstant () const
 
bool hasConjuredSymbol () const
 hasConjuredSymbol - If this SVal wraps a conjured symbol, return true; More...
 
const FunctionDeclgetAsFunctionDecl () const
 
SymbolRef getAsLocSymbol (bool IncludeBaseRegions=false) const
 If this SVal is a location and wraps a symbol, return that SymbolRef. Otherwise return 0. More...
 
SymbolRef getLocSymbolInBase () const
 Get the symbol in the SVal or its base region. More...
 
SymbolRef getAsSymbol (bool IncludeBaseRegions=false) const
 If this SVal wraps a symbol return that SymbolRef. Otherwise, return 0. More...
 
const SymExprgetAsSymbolicExpression () const
 
const SymExprgetAsSymExpr () const
 
const MemRegiongetAsRegion () const
 
void dumpToStream (raw_ostream &OS) const
 
void dump () const
 
SymExpr::symbol_iterator symbol_begin () const
 
SymExpr::symbol_iterator symbol_end () const
 

Friends

class ento::SValBuilder
 
class SVal
 

Additional Inherited Members

- Protected Member Functions inherited from clang::ento::NonLoc
 NonLoc ()
 
 NonLoc (unsigned SubKind, const void *d)
 
- Protected Member Functions inherited from clang::ento::DefinedSVal
 DefinedSVal ()
 
 DefinedSVal (const void *d, bool isLoc, unsigned ValKind)
 
- Protected Member Functions inherited from clang::ento::DefinedOrUnknownSVal
 DefinedOrUnknownSVal ()
 
 DefinedOrUnknownSVal (const void *d, bool isLoc, unsigned ValKind)
 
 DefinedOrUnknownSVal (BaseKind k, void *D=nullptr)
 
- Protected Member Functions inherited from clang::ento::SVal
 SVal (const void *d, bool isLoc, unsigned ValKind)
 
 SVal (BaseKind k, const void *D=nullptr)
 
- Protected Attributes inherited from clang::ento::SVal
const void * Data
 
unsigned Kind
 

Detailed Description

Definition at line 410 of file SVals.h.

Member Typedef Documentation

Definition at line 420 of file SVals.h.

Member Function Documentation

nonloc::CompoundVal::iterator nonloc::CompoundVal::begin ( ) const

Definition at line 162 of file SVals.cpp.

References getValue().

Referenced by clang::ento::NonLoc::dumpToStream(), and clang::ento::ScanReachableSymbols::scan().

nonloc::CompoundVal::iterator nonloc::CompoundVal::end ( ) const

Definition at line 166 of file SVals.cpp.

References getValue().

Referenced by clang::ento::NonLoc::dumpToStream(), and clang::ento::ScanReachableSymbols::scan().

const CompoundValData* clang::ento::nonloc::CompoundVal::getValue ( ) const
inline

Definition at line 416 of file SVals.h.

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

Friends And Related Function Documentation

friend class ento::SValBuilder
friend

Definition at line 411 of file SVals.h.

friend class SVal
friend

Definition at line 425 of file SVals.h.


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