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

/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp142 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,
160 : llvm::ImmutableMapRef<const MemRegion *, ClusterBindings>(T, F),
163 RegionBindingsRef(const ParentTy &P, ClusterBindings::Factory &CBFactory)
164 : llvm::ImmutableMapRef<const MemRegion *, ClusterBindings>(P),
189 const ClusterBindings *looku
[all...]

Completed in 322 milliseconds