Searched refs:ImmutableMapRef (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/ADT/ |
D | ImmutableMap.h | 272 class ImmutableMapRef { 292 explicit ImmutableMapRef(const TreeTy* R, FactoryTy *F) in ImmutableMapRef() function 298 explicit ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, in ImmutableMapRef() function 305 ImmutableMapRef(const ImmutableMapRef &X) in ImmutableMapRef() function 311 ImmutableMapRef &operator=(const ImmutableMapRef &X) { 325 ~ImmutableMapRef() { in ~ImmutableMapRef() 330 static inline ImmutableMapRef getEmptyMap(FactoryTy *F) { in getEmptyMap() 331 return ImmutableMapRef(0, F); in getEmptyMap() 342 ImmutableMapRef add(key_type_ref K, data_type_ref D) const { in add() 344 return ImmutableMapRef(NewT, Factory); in add() [all …]
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | Environment.cpp | 158 llvm::ImmutableMapRef<EnvironmentEntry,SVal> in removeDeadBindings()
|
D | RegionStore.cpp | 143 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()
|