Searched refs:ClusterBindings (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | RegionStore.cpp | 142 typedef llvm::ImmutableMap<BindingKey, SVal> ClusterBindings; typedef 146 typedef llvm::ImmutableMap<const MemRegion *, ClusterBindings> 151 ClusterBindings> { 152 ClusterBindings::Factory &CBFactory; 154 typedef llvm::ImmutableMapRef<const MemRegion *, ClusterBindings> 157 RegionBindingsRef(ClusterBindings::Factory &CBFactory, in RegionBindingsRef() 160 : llvm::ImmutableMapRef<const MemRegion *, ClusterBindings>(T, F), in RegionBindingsRef() 163 RegionBindingsRef(const ParentTy &P, ClusterBindings::Factory &CBFactory) in RegionBindingsRef() 164 : llvm::ImmutableMapRef<const MemRegion *, ClusterBindings>(P), in RegionBindingsRef() 189 const ClusterBindings *lookup(const MemRegion *R) const { in lookup() [all …]
|