Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp155 typedef llvm::ImmutableMap<BindingKey, SVal> ClusterBindings; typedef
159 typedef llvm::ImmutableMap<const MemRegion *, ClusterBindings>
164 ClusterBindings> {
165 ClusterBindings::Factory *CBFactory;
179 typedef llvm::ImmutableMapRef<const MemRegion *, ClusterBindings>
182 RegionBindingsRef(ClusterBindings::Factory &CBFactory, in RegionBindingsRef()
187 RegionBindingsRef(const ParentTy &P, ClusterBindings::Factory &CBFactory, in RegionBindingsRef()
203 using llvm::ImmutableMapRef<const MemRegion *, ClusterBindings>::lookup;
324 const ClusterBindings &Bindings) const;
415 const MemRegion *BaseRegion, const ClusterBindings &Bindings) const { in commitBindingsToCluster()
[all …]