Home
last modified time | relevance | path

Searched defs:StorageImpl (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/include/llvm/ADT/
DAny.h35 template <typename T> struct StorageImpl : public StorageBase { struct
36 explicit StorageImpl(const T &Value) : Value(Value) {} in StorageImpl() argument
38 explicit StorageImpl(T &&Value) : Value(std::move(Value)) {} in StorageImpl() argument
41 return std::make_unique<StorageImpl<T>>(Value); in clone() argument
49 StorageImpl &operator=(const StorageImpl &Other) = delete; argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAny.h35 template <typename T> struct StorageImpl : public StorageBase { struct
36 explicit StorageImpl(const T &Value) : Value(Value) {} in StorageImpl() function
38 explicit StorageImpl(T &&Value) : Value(std::move(Value)) {} in StorageImpl() function
41 return std::make_unique<StorageImpl<T>>(Value); in clone() argument
49 StorageImpl &operator=(const StorageImpl &Other) = delete; argument