Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DOptional.h69 constexpr OptionalStorage() noexcept : empty(), hasVal(false) {} in OptionalStorage() function
71 constexpr OptionalStorage(OptionalStorage const &other) : OptionalStorage() { in OptionalStorage() function
76 constexpr OptionalStorage(OptionalStorage &&other) : OptionalStorage() { in OptionalStorage() function
83 constexpr explicit OptionalStorage(in_place_t, Args &&... args) in OptionalStorage() function
174 constexpr OptionalStorage() noexcept : empty{} {} in OptionalStorage() function
183 constexpr explicit OptionalStorage(in_place_t, Args &&... args) in OptionalStorage() function