Home
last modified time | relevance | path

Searched refs:RegionStoreManager (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp327 class RegionStoreManager : public StoreManager { class
365 RegionStoreManager(ProgramStateManager &mgr) in RegionStoreManager() function in __anone91272100411::RegionStoreManager
666 return std::make_unique<RegionStoreManager>(StMgr); in CreateRegionStoreManager()
696 RegionStoreManager &RM;
984 InvalidateRegionsWorker(RegionStoreManager &rm, in InvalidateRegionsWorker()
1315 RegionStoreManager::invalidateRegions(Store store, in invalidateRegions()
1820 Optional<SVal> RegionStoreManager::getSValFromInitListExpr( in getSValFromInitListExpr()
2257 const RegionStoreManager::SValListTy &
2333 bool RegionStoreManager::includedInBindings(Store store, in includedInBindings()
2473 RegionStoreManager::bindArray(RegionBindingsConstRef B, in bindArray()
[all …]
/llvm-project-15.0.7/clang/docs/analyzer/developer-docs/
H A DRegionStore.rst9 ``RegionStoreManager``. This store records bindings to memory regions using a
63 For more detail, read through ``RegionStoreManager::removeSubRegionBindings`` in
H A DInitializerLists.rst48 positives: when the list escapes, our ``RegionStoreManager`` is not magically
/llvm-project-15.0.7/clang/test/Analysis/
H A Dmisc-ps.m377 // RegionStoreManager previously crashed on this example. The problem is that
443 // RegionStoreManager (the crash doesn't exhibit in BasicStoreManager because
468 // This previously was a crash in RegionStoreManager.
549 // in RegionStoreManager. Previously the array access resulted in dereferencing
H A Dmisc-ps-region-store.m142 // assertion failure in RegionStoreManager::BindArray. Essentially the
404 // RegionStoreManager::RemoveDeadBindings(), the symbol for s->session->p