Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/expected/
H A Dtypes.h267 struct IntWithoutPadding { struct
268 constexpr explicit IntWithoutPadding() noexcept : IntWithoutPadding(0) {} in IntWithoutPadding() argument
269 constexpr IntWithoutPadding(int val) noexcept { in IntWithoutPadding() argument
275 constexpr IntWithoutPadding(const IntWithoutPadding& other) noexcept : IntWithoutPadding(other.val_) {} in IntWithoutPadding() argument
[all...]