Home
last modified time | relevance | path

Searched refs:TEST_STRINGIZE_IMPL (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/test/support/
H A Dtest_macros.h26 #define TEST_STRINGIZE_IMPL(x) #x macro
27 #define TEST_STRINGIZE(x) TEST_STRINGIZE_IMPL(x)