Home
last modified time | relevance | path

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

/external/llvm-libc/src/__support/CPP/
Doptional.h32 struct OptionalStorage { struct
40 LIBC_INLINE ~OptionalStorage() { reset(); } in ~OptionalStorage() argument
42 LIBC_INLINE constexpr OptionalStorage() : empty() {} in OptionalStorage() argument
45 LIBC_INLINE constexpr explicit OptionalStorage(in_place_t, Args &&...args) in OptionalStorage() argument
57 template <typename U> struct OptionalStorage<U, false> { argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DOptional.h46 OptionalStorage() noexcept : empty(), hasVal(false) {} in OptionalStorage() function
48 OptionalStorage(OptionalStorage const &other) : OptionalStorage() { in OptionalStorage() function
53 OptionalStorage(OptionalStorage &&other) : OptionalStorage() { in OptionalStorage() function
60 explicit OptionalStorage(in_place_t, Args &&... args) in OptionalStorage() function
151 OptionalStorage() noexcept : empty{} {} in OptionalStorage() function
160 explicit OptionalStorage(in_place_t, Args &&... args) in OptionalStorage() function