Searched refs:ClusterBindings (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 147 typedef llvm::ImmutableMap<BindingKey, SVal> ClusterBindings; typedef 151 typedef llvm::ImmutableMap<const MemRegion *, ClusterBindings> 156 ClusterBindings> { 157 ClusterBindings::Factory *CBFactory; 171 typedef llvm::ImmutableMapRef<const MemRegion *, ClusterBindings> 174 RegionBindingsRef(ClusterBindings::Factory &CBFactory, in RegionBindingsRef() 178 : llvm::ImmutableMapRef<const MemRegion *, ClusterBindings>(T, F), in RegionBindingsRef() 182 ClusterBindings::Factory &CBFactory, in RegionBindingsRef() 184 : llvm::ImmutableMapRef<const MemRegion *, ClusterBindings>(P), in RegionBindingsRef() 204 using llvm::ImmutableMapRef<const MemRegion *, ClusterBindings>::lookup; [all …]
|