Home
last modified time | relevance | path

Searched defs:TEST_ALIGNAS (Results 1 – 2 of 2) 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/libcxx/test/support/
Dtest_macros.h102 #define TEST_ALIGNAS(...) alignas(__VA_ARGS__) macro
119 #define TEST_ALIGNAS(...) __attribute__((__aligned__(__VA_ARGS__))) macro