Home
last modified time | relevance | path

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

/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/
Dcurr_symbol.pass.cpp120 #if defined(TEST_GLIBC_PREREQ) && TEST_GLIBC_PREREQ(2, 24) in main()
132 #if defined(TEST_GLIBC_PREREQ) && TEST_GLIBC_PREREQ(2, 24) in main()
/external/libcxx/test/support/
Dtest_macros.h80 #define TEST_GLIBC_PREREQ(major, minor) __GLIBC_PREREQ(major, minor) macro