Searched refs:ImmutableMapRef (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | ImmutableMap.h | 258 class ImmutableMapRef { 292 ImmutableMapRef(const ImmutableMapRef &X) : Root(X.Root), Factory(X.Factory) { in ImmutableMapRef() function 298 ~ImmutableMapRef() { in ~ImmutableMapRef() 303 ImmutableMapRef &operator=(const ImmutableMapRef &X) { 318 return ImmutableMapRef(0, F); in getEmptyMap() 331 return ImmutableMapRef(NewT, Factory); in add() 334 ImmutableMapRef remove(key_type_ref K) const { in remove() 336 return ImmutableMapRef(NewT, Factory); in remove() 347 bool operator==(const ImmutableMapRef &RHS) const { 351 bool operator!=(const ImmutableMapRef &RHS) const { [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | Environment.cpp | 180 llvm::ImmutableMapRef<EnvironmentEntry, SVal> in removeDeadBindings()
|
| H A D | RegionStore.cpp | 149 typedef llvm::ImmutableMapRef<BindingKey, SVal> ClusterBindingsRef; 156 class RegionBindingsRef : public llvm::ImmutableMapRef<const MemRegion *, 161 typedef llvm::ImmutableMapRef<const MemRegion *, ClusterBindings> 167 : llvm::ImmutableMapRef<const MemRegion *, ClusterBindings>(T, F), in RegionBindingsRef() 171 : llvm::ImmutableMapRef<const MemRegion *, ClusterBindings>(P), in RegionBindingsRef() 191 using llvm::ImmutableMapRef<const MemRegion *, ClusterBindings>::lookup;
|