HomeSort by: relevance | last modified time | path
    Searched defs:StoreManager (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 9 // This file defined the types Store and StoreManager.
53 class StoreManager {
58 /// MRMgr - Manages region objects associated with this StoreManager.
62 StoreManager(ProgramStateManager &stateMgr);
65 virtual ~StoreManager() = default;
192 /// If the StoreManager supports it, increment the reference count of
196 /// If the StoreManager supports it, decrement the reference count of
236 /// enterStackFrame - Let the StoreManager to do something when execution
256 virtual bool HandleBinding(StoreManager& SMgr, Store store,
270 bool HandleBinding(StoreManager& SMgr, Store store, const MemRegion* R
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
Store.cpp 9 // This file defined the types Store and StoreManager.
42 StoreManager::StoreManager(ProgramStateManager &stateMgr)
46 StoreRef StoreManager::enterStackFrame(Store OldStore,
60 const ElementRegion *StoreManager::MakeElementRegion(const SubRegion *Base,
67 const ElementRegion *StoreManager::GetElementZeroRegion(const SubRegion *R,
74 const MemRegion *StoreManager::castRegion(const MemRegion *R, QualType CastToTy) {
249 SVal StoreManager::evalDerivedToBase(SVal Derived, const CastExpr *Cast) {
265 SVal StoreManager::evalDerivedToBase(SVal Derived, const CXXBasePath &Path) {
274 SVal StoreManager::evalDerivedToBase(SVal Derived, QualType BaseType
    [all...]

Completed in 16 milliseconds