Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/
H A Dallocate.cxx20.pass.cpp41 struct TEST_ALIGNAS(Align) AlignedType { in TEST_ALIGNAS() function
/llvm-project/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
H A Dallocate.pass.cpp38 struct TEST_ALIGNAS(Align) AlignedType { in TEST_ALIGNAS() function
/llvm-project/libcxx/test/support/
H A Dtest_macros.h119 # define TEST_ALIGNAS(...) alignas(__VA_ARGS__) macro
130 # define TEST_ALIGNAS(...) __attribute__((__aligned__(__VA_ARGS__))) macro