Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/support/
H A Dtest_macros.h118 # define TEST_ALIGNOF(...) alignof(__VA_ARGS__) macro
126 # define TEST_ALIGNOF(...) _Alignof(__VA_ARGS__) macro
128 # define TEST_ALIGNOF(...) __alignof(__VA_ARGS__) macro