Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dtest_macros.h95 #define TEST_ALIGNAS(...) alignas(__VA_ARGS__) macro
111 #define TEST_ALIGNAS(...) __attribute__((__aligned__(__VA_ARGS__))) macro