Searched refs:ImmutableMapRef (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | ImmutableMap.h | 203 class ImmutableMapRef { 223 ImmutableMapRef(const TreeTy *R, FactoryTy *F) in ImmutableMapRef() function 226 ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, in ImmutableMapRef() function 230 static inline ImmutableMapRef getEmptyMap(FactoryTy *F) { in getEmptyMap() 231 return ImmutableMapRef(nullptr, F); in getEmptyMap() 245 return ImmutableMapRef(NewT, Factory); in add() 248 ImmutableMapRef remove(key_type_ref K) const { in remove() 250 return ImmutableMapRef(NewT, Factory); in remove() 261 bool operator==(const ImmutableMapRef &RHS) const { 265 bool operator!=(const ImmutableMapRef &RHS) const { [all …]
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | Environment.cpp | 189 llvm::ImmutableMapRef<EnvironmentEntry, SVal> in removeDeadBindings()
|
H A D | RegionStore.cpp | 147 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;
|