Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/libcxx/utilities/expected/expected.expected/
H A Dno_unique_address.compile.pass.cpp33 struct BoolWithPadding { global() struct
49 bBoolWithPadding global() argument
/llvm-project/libcxx/test/libcxx/utilities/expected/expected.void/
H A Dno_unique_address.compile.pass.cpp35 struct BoolWithPadding { global() struct
47 bBoolWithPadding global() argument
/llvm-project/libcxx/test/std/utilities/expected/
H A Dtypes.h244 struct BoolWithPadding { struct
245 constexpr explicit BoolWithPadding() noexcept : BoolWithPadding(false) {} in BoolWithPadding() argument
246 constexpr BoolWithPadding(bool val) noexcept { in BoolWithPadding() argument
252 constexpr BoolWithPadding(const BoolWithPadding& other) noexcept : BoolWithPadding(other.val_) {} in BoolWithPadding() argument
[all...]