Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DImmutableMap.h239 class ImmutableMapRef {
259 ImmutableMapRef(const TreeTy *R, FactoryTy *F) in ImmutableMapRef() function
262 ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, in ImmutableMapRef() function
266 static inline ImmutableMapRef getEmptyMap(FactoryTy *F) { in getEmptyMap()
267 return ImmutableMapRef(0, F); in getEmptyMap()
278 ImmutableMapRef add(key_type_ref K, data_type_ref D) const { in add()
281 return ImmutableMapRef(NewT, Factory); in add()
284 ImmutableMapRef remove(key_type_ref K) const { in remove()
286 return ImmutableMapRef(NewT, Factory); in remove()
297 bool operator==(const ImmutableMapRef &RHS) const {
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp189 llvm::ImmutableMapRef<EnvironmentEntry, SVal> in removeDeadBindings()
H A DRegionStore.cpp147 typedef llvm::ImmutableMapRef<BindingKey, SVal> ClusterBindingsRef;
154 class RegionBindingsRef : public llvm::ImmutableMapRef<const MemRegion *,
170 typedef llvm::ImmutableMapRef<const MemRegion *, ClusterBindings>
177 : llvm::ImmutableMapRef<const MemRegion *, ClusterBindings>(T, F), in RegionBindingsRef()
183 : llvm::ImmutableMapRef<const MemRegion *, ClusterBindings>(P), in RegionBindingsRef()
203 using llvm::ImmutableMapRef<const MemRegion *, ClusterBindings>::lookup;