clang  3.9.0
Public Member Functions | Friends | List of all members
clang::ento::ProgramStateManager Class Reference

#include <ProgramState.h>

Public Member Functions

 ProgramStateManager (ASTContext &Ctx, StoreManagerCreator CreateStoreManager, ConstraintManagerCreator CreateConstraintManager, llvm::BumpPtrAllocator &alloc, SubEngine *subeng)
 
 ~ProgramStateManager ()
 
ProgramStateRef getInitialState (const LocationContext *InitLoc)
 
ASTContextgetContext ()
 
const ASTContextgetContext () const
 
BasicValueFactorygetBasicVals ()
 
SValBuildergetSValBuilder ()
 
SymbolManagergetSymbolManager ()
 
const SymbolManagergetSymbolManager () const
 
llvm::BumpPtrAllocator & getAllocator ()
 
MemRegionManagergetRegionManager ()
 
const MemRegionManagergetRegionManager () const
 
CallEventManagergetCallEventManager ()
 
StoreManagergetStoreManager ()
 
ConstraintManagergetConstraintManager ()
 
SubEnginegetOwningEngine ()
 
ProgramStateRef removeDeadBindings (ProgramStateRef St, const StackFrameContext *LCtx, SymbolReaper &SymReaper)
 
SVal ArrayToPointer (Loc Array, QualType ElementTy)
 
ProgramStateRef addGDM (ProgramStateRef St, void *Key, void *Data)
 
ProgramStateRef removeGDM (ProgramStateRef state, void *Key)
 
void iterBindings (ProgramStateRef state, StoreManager::BindingsHandler &F)
 
ProgramStateRef getPersistentState (ProgramState &Impl)
 
ProgramStateRef getPersistentStateWithGDM (ProgramStateRef FromState, ProgramStateRef GDMState)
 
bool haveEqualEnvironments (ProgramStateRef S1, ProgramStateRef S2)
 
bool haveEqualStores (ProgramStateRef S1, ProgramStateRef S2)
 
template<typename T >
ProgramStateRef set (ProgramStateRef st, typename ProgramStateTrait< T >::data_type D)
 
template<typename T >
ProgramStateRef set (ProgramStateRef st, typename ProgramStateTrait< T >::key_type K, typename ProgramStateTrait< T >::value_type V, typename ProgramStateTrait< T >::context_type C)
 
template<typename T >
ProgramStateRef add (ProgramStateRef st, typename ProgramStateTrait< T >::key_type K, typename ProgramStateTrait< T >::context_type C)
 
template<typename T >
ProgramStateRef remove (ProgramStateRef st, typename ProgramStateTrait< T >::key_type K, typename ProgramStateTrait< T >::context_type C)
 
template<typename T >
ProgramStateRef remove (ProgramStateRef st)
 
void * FindGDMContext (void *index, void *(*CreateContext)(llvm::BumpPtrAllocator &), void(*DeleteContext)(void *))
 
template<typename T >
ProgramStateTrait< T >
::context_type 
get_context ()
 
void EndPath (ProgramStateRef St)
 

Friends

class ProgramState
 
void ProgramStateRelease (const ProgramState *state)
 Decrement the number of times this state is referenced. More...
 

Detailed Description

Definition at line 445 of file ProgramState.h.

Constructor & Destructor Documentation

ProgramStateManager::ProgramStateManager ( ASTContext Ctx,
StoreManagerCreator  CreateStoreManager,
ConstraintManagerCreator  CreateConstraintManager,
llvm::BumpPtrAllocator &  alloc,
SubEngine subeng 
)

Definition at line 70 of file ProgramState.cpp.

ProgramStateManager::~ProgramStateManager ( )

Definition at line 83 of file ProgramState.cpp.

References E, and I.

Member Function Documentation

template<typename T >
ProgramStateRef clang::ento::ProgramStateManager::add ( ProgramStateRef  st,
typename ProgramStateTrait< T >::key_type  K,
typename ProgramStateTrait< T >::context_type  C 
)
inline

Definition at line 589 of file ProgramState.h.

References addGDM().

Referenced by clang::ento::ProgramState::add().

ProgramStateRef ProgramStateManager::addGDM ( ProgramStateRef  St,
void *  Key,
void *  Data 
)

Definition at line 484 of file ProgramState.cpp.

References getPersistentState().

Referenced by add(), remove(), and set().

SVal clang::ento::ProgramStateManager::ArrayToPointer ( Loc  Array,
QualType  ElementTy 
)
inline

Definition at line 527 of file ProgramState.h.

Referenced by clang::ento::SValBuilder::evalCast().

void clang::ento::ProgramStateManager::EndPath ( ProgramStateRef  St)
inline

Definition at line 623 of file ProgramState.h.

Referenced by clang::ento::ExprEngine::processEndOfFunction().

void * ProgramStateManager::FindGDMContext ( void *  index,
void *(*)(llvm::BumpPtrAllocator &)  CreateContext,
void(*)(void *)  DeleteContext 
)

Definition at line 471 of file ProgramState.cpp.

Referenced by get_context().

template<typename T >
ProgramStateTrait<T>::context_type clang::ento::ProgramStateManager::get_context ( )
inline

Definition at line 615 of file ProgramState.h.

References FindGDMContext().

Referenced by clang::ento::ProgramState::get_context().

llvm::BumpPtrAllocator& clang::ento::ProgramStateManager::getAllocator ( )
inline

Definition at line 506 of file ProgramState.h.

BasicValueFactory& clang::ento::ProgramStateManager::getBasicVals ( )
inline
CallEventManager& clang::ento::ProgramStateManager::getCallEventManager ( )
inline
ConstraintManager& clang::ento::ProgramStateManager::getConstraintManager ( )
inline
ASTContext& clang::ento::ProgramStateManager::getContext ( )
inline

Definition at line 488 of file ProgramState.h.

Referenced by clang::ento::StoreManager::castRegion().

const ASTContext& clang::ento::ProgramStateManager::getContext ( ) const
inline

Definition at line 489 of file ProgramState.h.

ProgramStateRef ProgramStateManager::getInitialState ( const LocationContext InitLoc)
SubEngine* clang::ento::ProgramStateManager::getOwningEngine ( )
inline
ProgramStateRef ProgramStateManager::getPersistentState ( ProgramState Impl)
ProgramStateRef ProgramStateManager::getPersistentStateWithGDM ( ProgramStateRef  FromState,
ProgramStateRef  GDMState 
)

Definition at line 373 of file ProgramState.cpp.

References getPersistentState().

Referenced by clang::ento::ExprEngine::removeDead().

MemRegionManager& clang::ento::ProgramStateManager::getRegionManager ( )
inline
const MemRegionManager& clang::ento::ProgramStateManager::getRegionManager ( ) const
inline

Definition at line 511 of file ProgramState.h.

StoreManager& clang::ento::ProgramStateManager::getStoreManager ( )
inline
SValBuilder& clang::ento::ProgramStateManager::getSValBuilder ( )
inline
SymbolManager& clang::ento::ProgramStateManager::getSymbolManager ( )
inline

Definition at line 499 of file ProgramState.h.

Referenced by clang::ento::ProgramState::getSymbolManager().

const SymbolManager& clang::ento::ProgramStateManager::getSymbolManager ( ) const
inline

Definition at line 502 of file ProgramState.h.

bool clang::ento::ProgramStateManager::haveEqualEnvironments ( ProgramStateRef  S1,
ProgramStateRef  S2 
)
inline

Definition at line 545 of file ProgramState.h.

Referenced by clang::ento::ExprEngine::removeDead().

bool clang::ento::ProgramStateManager::haveEqualStores ( ProgramStateRef  S1,
ProgramStateRef  S2 
)
inline

Definition at line 549 of file ProgramState.h.

Referenced by clang::ento::ExprEngine::removeDead().

void clang::ento::ProgramStateManager::iterBindings ( ProgramStateRef  state,
StoreManager::BindingsHandler F 
)
inline

Definition at line 537 of file ProgramState.h.

Referenced by GetAllocationSite().

template<typename T >
ProgramStateRef clang::ento::ProgramStateManager::remove ( ProgramStateRef  st,
typename ProgramStateTrait< T >::key_type  K,
typename ProgramStateTrait< T >::context_type  C 
)
inline

Definition at line 597 of file ProgramState.h.

References addGDM(), and AttributeLangSupport::C.

Referenced by clang::ento::ProgramState::remove().

template<typename T >
ProgramStateRef clang::ento::ProgramStateManager::remove ( ProgramStateRef  st)
inline

Definition at line 606 of file ProgramState.h.

References removeGDM().

ProgramStateRef ProgramStateManager::removeDeadBindings ( ProgramStateRef  St,
const StackFrameContext LCtx,
SymbolReaper SymReaper 
)
ProgramStateRef ProgramStateManager::removeGDM ( ProgramStateRef  state,
void *  Key 
)

Definition at line 496 of file ProgramState.cpp.

References getPersistentState(), and clang::CodeGen::state.

Referenced by remove().

template<typename T >
ProgramStateRef clang::ento::ProgramStateManager::set ( ProgramStateRef  st,
typename ProgramStateTrait< T >::data_type  D 
)
inline

Definition at line 573 of file ProgramState.h.

References addGDM().

Referenced by clang::ento::ProgramState::set().

template<typename T >
ProgramStateRef clang::ento::ProgramStateManager::set ( ProgramStateRef  st,
typename ProgramStateTrait< T >::key_type  K,
typename ProgramStateTrait< T >::value_type  V,
typename ProgramStateTrait< T >::context_type  C 
)
inline

Definition at line 579 of file ProgramState.h.

References addGDM().

Friends And Related Function Documentation

friend class ProgramState
friend

Definition at line 446 of file ProgramState.h.

Referenced by getPersistentState().

void ProgramStateRelease ( const ProgramState state)
friend

Decrement the number of times this state is referenced.

Definition at line 33 of file ProgramState.cpp.


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