Searched refs:_LIBCPP_GLIBC_PREREQ (Results 1 – 2 of 2) sorted by relevance
37 # define _LIBCPP_GLIBC_PREREQ(a, b) __GLIBC_PREREQ(a, b) macro39 # define _LIBCPP_GLIBC_PREREQ(a, b) 0 macro
861 # elif defined(_LIBCPP_GLIBC_PREREQ)862 # if _LIBCPP_GLIBC_PREREQ(2, 30)1054 # if defined(_LIBCPP_GLIBC_PREREQ)1055 # if _LIBCPP_GLIBC_PREREQ(2, 36) && defined(__cpp_char8_t)