Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcxx/test/support/
H A Dtest_macros.h102 #define TEST_ALIGNAS(...) alignas(__VA_ARGS__) macro
119 #define TEST_ALIGNAS(...) __attribute__((__aligned__(__VA_ARGS__))) macro
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dtest_macros.h119 # define TEST_ALIGNAS(...) alignas(__VA_ARGS__) macro
130 # define TEST_ALIGNAS(...) __attribute__((__aligned__(__VA_ARGS__))) macro
/aosp_15_r20/external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
H A Dallocate.pass.cpp40 struct TEST_ALIGNAS(Align) AlignedType { in TEST_ALIGNAS() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/depr/depr.default.allocator/allocator.members/
H A Dallocate.cxx20.pass.cpp41 struct TEST_ALIGNAS(Align) AlignedType { in TEST_ALIGNAS() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/default.allocator/allocator.members/
H A Dallocate.pass.cpp38 struct TEST_ALIGNAS(Align) AlignedType { in TEST_ALIGNAS() function