Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DImmutableMap.h253 class ImmutableMapRef {
273 explicit ImmutableMapRef(const TreeTy* R, FactoryTy *F) in ImmutableMapRef() function
279 explicit ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, in ImmutableMapRef() function
286 ImmutableMapRef(const ImmutableMapRef &X) in ImmutableMapRef() function
292 ImmutableMapRef &operator=(const ImmutableMapRef &X) {
306 ~ImmutableMapRef() { in ~ImmutableMapRef()
311 static inline ImmutableMapRef getEmptyMap(FactoryTy *F) { in getEmptyMap()
312 return ImmutableMapRef(0, F); in getEmptyMap()
323 ImmutableMapRef add(key_type_ref K, data_type_ref D) const { in add()
325 return ImmutableMapRef(NewT, Factory); in add()
[all …]
/external/clang/lib/StaticAnalyzer/Core/
DEnvironment.cpp158 llvm::ImmutableMapRef<EnvironmentEntry,SVal> in removeDeadBindings()
DRegionStore.cpp143 typedef llvm::ImmutableMapRef<BindingKey, SVal> ClusterBindingsRef;
150 class RegionBindingsRef : public llvm::ImmutableMapRef<const MemRegion *,
154 typedef llvm::ImmutableMapRef<const MemRegion *, ClusterBindings>
160 : llvm::ImmutableMapRef<const MemRegion *, ClusterBindings>(T, F), in RegionBindingsRef()
164 : llvm::ImmutableMapRef<const MemRegion *, ClusterBindings>(P), in RegionBindingsRef()