Home
last modified time | relevance | path

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

/llvm-project/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() argument
41 ~AlignedType() { --constructed; } in ~AlignedType() argument
/llvm-project/libcxx/test/libcxx/language.support/support.dynamic/
H A Dlibcpp_deallocate.sh.cpp184 AlignedType() : elem(0) {} struct
185 AlignedTypeAlignedType AlignedType() argument
[all...]
/llvm-project/libcxxabi/test/
H A Dtest_exception_address_alignment.pass.cpp21 struct __attribute__((aligned)) AlignedType {}; struct