Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/support/
H A Darchetypes.h202 struct TrivialValueBase { struct
204 explicit constexpr TrivialValueBase(int x) : value(x) {} in TrivialValueBase() argument
206 constexpr TrivialValueBase(int x) : value(x) {} in TrivialValueBase() argument
208 explicit constexpr TrivialValueBase(int, int y) : value(y) {} in TrivialValueBase() argument
210 constexpr TrivialValueBase(int, int y) : value(y) {} in TrivialValueBase() argument
219 constexpr TrivialValueBase() noexcept : value(0) {} in TrivialValueBase() argument
[all...]