Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp144 typedef llvm::ImmutableMap<BindingKey, SVal> ClusterBindings; typedef
148 typedef llvm::ImmutableMap<const MemRegion *, ClusterBindings>
153 ClusterBindings> {
154 ClusterBindings::Factory *CBFactory;
157 typedef llvm::ImmutableMapRef<const MemRegion *, ClusterBindings>
160 RegionBindingsRef(ClusterBindings::Factory &CBFactory, in RegionBindingsRef()
163 : llvm::ImmutableMapRef<const MemRegion *, ClusterBindings>(T, F), in RegionBindingsRef()
166 RegionBindingsRef(const ParentTy &P, ClusterBindings::Factory &CBFactory) in RegionBindingsRef()
167 : llvm::ImmutableMapRef<const MemRegion *, ClusterBindings>(P), in RegionBindingsRef()
187 using llvm::ImmutableMapRef<const MemRegion *, ClusterBindings>::lookup;
[all …]