Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
H A Dallocate_at_least.pass.cpp36 struct alignas(Align) AlignedType { struct
39 AlignedType() { ++constructed; } in AlignedType() function
40 AlignedType(AlignedType const&) { ++constructed; } in AlignedType() function
41 ~AlignedType() { --constructed; } in ~AlignedType() argument
/llvm-project-15.0.7/libcxx/test/libcxx/language.support/support.dynamic/
H A Dlibcpp_deallocate.sh.cpp179 struct TEST_ALIGNAS(128) AlignedType { struct
180 AlignedType() : elem(0) {} in AlignedType() argument
/llvm-project-15.0.7/libcxxabi/test/
H A Dtest_exception_address_alignment.pass.cpp27 struct __attribute__((aligned)) AlignedType {}; struct