Home
last modified time | relevance | path

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

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