Home
last modified time | relevance | path

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/
Dthousands_sep.pass.cpp107 #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()
Ddecimal_point.pass.cpp114 #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()
Dcurr_symbol.pass.cpp123 #if defined(TEST_GLIBC_PREREQ) in main()
124 #if TEST_GLIBC_PREREQ(2, 24) in main()
/external/llvm-project/libcxx/test/support/
Dtest_macros.h116 #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/
Dtest_macros.h96 #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/
Dthousands_sep.pass.cpp63 # if TEST_GLIBC_PREREQ(2, 27) in main()
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/
Dput_long_double_fr_FR.pass.cpp58 #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/
Dget_long_double_fr_FR.pass.cpp58 #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()