Home
last modified time | relevance | path

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

/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