Home
last modified time | relevance | path

Searched refs:CreateRegionStoreManager (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyses.def18 ANALYSIS_STORE(RegionStore, "region", "Use region-based analyzer store", CreateRegionStoreManager)
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h331 CreateRegionStoreManager(ProgramStateManager &StMgr);
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp630 ento::CreateRegionStoreManager(ProgramStateManager &StMgr) { in CreateRegionStoreManager() function in ento