Home
last modified time | relevance | path

Searched refs:TEST_ALIGNAS (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libcxx/test/support/
H A Dtest_macros.h119 # define TEST_ALIGNAS(...) alignas(__VA_ARGS__) macro
130 # define TEST_ALIGNAS(...) __attribute__((__aligned__(__VA_ARGS__))) macro
169 #define TEST_ALIGNAS_TYPE(...) TEST_ALIGNAS(TEST_ALIGNOF(__VA_ARGS__))
/llvm-project-15.0.7/libcxx/test/libcxx/language.support/support.dynamic/
H A Dlibcpp_deallocate.sh.cpp179 struct TEST_ALIGNAS(128) AlignedType {
181 TEST_ALIGNAS(128) char elem;
/llvm-project-15.0.7/libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/
H A Dallocate.cxx2a.pass.cpp41 struct TEST_ALIGNAS(Align) AlignedType { in TEST_ALIGNAS() function
/llvm-project-15.0.7/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
H A Dallocate.pass.cpp38 struct TEST_ALIGNAS(Align) AlignedType { in TEST_ALIGNAS() function