Searched defs:ImmutableMapRef (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ImmutableMap.h | 277 explicit ImmutableMapRef(const TreeTy *R, FactoryTy *F) in ImmutableMapRef() function 284 explicit ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, in ImmutableMapRef() function 291 ImmutableMapRef(const ImmutableMapRef &X) : Root(X.Root), Factory(X.Factory) { in ImmutableMapRef() function 370 friend class ImmutableMapRef; variable
|
/external/llvm/include/llvm/ADT/ |
D | ImmutableMap.h | 272 explicit ImmutableMapRef(const TreeTy *R, FactoryTy *F) in ImmutableMapRef() function 279 explicit ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, in ImmutableMapRef() function 286 ImmutableMapRef(const ImmutableMapRef &X) : Root(X.Root), Factory(X.Factory) { in ImmutableMapRef() function 367 friend class ImmutableMapRef; variable
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | ImmutableMap.h | 259 ImmutableMapRef(const TreeTy *R, FactoryTy *F) in ImmutableMapRef() function 262 ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, in ImmutableMapRef() function 322 friend class ImmutableMapRef; variable
|