Searched refs:RegionStoreFeatures (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp329 class RegionStoreFeatures { class in namespace:__anon2364
332 RegionStoreFeatures(minimal_features_tag) : function in class:__anon2364::RegionStoreFeatures
335 RegionStoreFeatures(maximal_features_tag) : function in class:__anon2364::RegionStoreFeatures
353 const RegionStoreFeatures Features;
381 RegionStoreManager(ProgramStateManager& mgr, const RegionStoreFeatures &f)
669 RegionStoreFeatures F = maximal_features_tag();
675 RegionStoreFeatures F = minimal_features_tag();

Completed in 64 milliseconds