Searched refs:TEST_GLIBC_PREREQ (Results 1 – 8 of 8) sorted by relevance
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/ |
D | thousands_sep.pass.cpp | 107 #ifndef TEST_GLIBC_PREREQ in main() 108 #define TEST_GLIBC_PREREQ(x, y) 0 in main() macro 110 #if defined(TEST_HAS_GLIBC) && TEST_GLIBC_PREREQ(2, 27) in main() 130 #elif TEST_GLIBC_PREREQ(2, 27) in main()
|
D | decimal_point.pass.cpp | 114 #ifndef TEST_GLIBC_PREREQ in main() 115 #define TEST_GLIBC_PREREQ(x, y) 0 in main() macro 117 #if !defined(TEST_HAS_GLIBC) || TEST_GLIBC_PREREQ(2, 27) in main()
|
D | curr_symbol.pass.cpp | 123 #if defined(TEST_GLIBC_PREREQ) in main() 124 #if TEST_GLIBC_PREREQ(2, 24) in main()
|
/external/llvm-project/libcxx/test/support/ |
D | test_macros.h | 116 #define TEST_GLIBC_PREREQ(major, minor) __GLIBC_PREREQ(major, minor) macro 191 # if defined(TEST_GLIBC_PREREQ) 192 # if TEST_GLIBC_PREREQ(2, 15) 195 # if TEST_GLIBC_PREREQ(2, 17)
|
/external/libcxx/test/support/ |
D | test_macros.h | 96 #define TEST_GLIBC_PREREQ(major, minor) __GLIBC_PREREQ(major, minor) macro 144 # if defined(TEST_GLIBC_PREREQ) 145 # if TEST_GLIBC_PREREQ(2, 17)
|
/external/libcxx/test/std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/ |
D | thousands_sep.pass.cpp | 63 # if TEST_GLIBC_PREREQ(2, 27) in main()
|
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/ |
D | put_long_double_fr_FR.pass.cpp | 58 #ifndef TEST_GLIBC_PREREQ in convert_thousands_sep() 59 #define TEST_GLIBC_PREREQ(x, y) 0 in convert_thousands_sep() macro 61 #if TEST_GLIBC_PREREQ(2,27) in convert_thousands_sep()
|
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/ |
D | get_long_double_fr_FR.pass.cpp | 58 #ifndef TEST_GLIBC_PREREQ in convert_thousands_sep() 59 #define TEST_GLIBC_PREREQ(x, y) 0 in convert_thousands_sep() macro 61 #if TEST_GLIBC_PREREQ(2,27) in convert_thousands_sep()
|