Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/support/
Dtest_macros.h121 # define TEST_ALIGNOF(...) alignof(__VA_ARGS__) macro
129 # define TEST_ALIGNOF(...) _Alignof(__VA_ARGS__) macro
131 # define TEST_ALIGNOF(...) __alignof(__VA_ARGS__) macro
/external/libcxx/test/support/
Dtest_macros.h101 #define TEST_ALIGNOF(...) alignof(__VA_ARGS__) macro
118 #define TEST_ALIGNOF(...) __alignof(__VA_ARGS__) macro