Searched defs:ImmutableMapRef (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DImmutableMap.h252 class ImmutableMapRef { class in namespace:llvm
272 explicit ImmutableMapRef(const TreeTy *R, FactoryTy *F) function in class:llvm::ImmutableMapRef
279 explicit ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, function in class:llvm::ImmutableMapRef
286 ImmutableMapRef(const ImmutableMapRef &X) : Root(X.Root), Factory(X.Factory) { function in class:llvm::ImmutableMapRef
292 ImmutableMapRef &operator=(const ImmutableMapRef &X) {
306 ~ImmutableMapRef() {
311 static inline ImmutableMapRef getEmptyMap(FactoryTy *F) {
312 return ImmutableMapRef(
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DImmutableMap.h266 class ImmutableMapRef { class in namespace:llvm
286 explicit ImmutableMapRef(const TreeTy* R, FactoryTy *F) function in class:llvm::ImmutableMapRef
292 ImmutableMapRef(const ImmutableMapRef &X) function in class:llvm::ImmutableMapRef
298 ImmutableMapRef &operator=(const ImmutableMapRef &X) {
312 ~ImmutableMapRef() {
317 static inline ImmutableMapRef getEmptyMap(FactoryTy *F) {
318 return ImmutableMapRef(0, F);
321 ImmutableMapRef ad
[all...]

Completed in 106 milliseconds