Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__configuration/
H A Dplatform.h37 # define _LIBCPP_GLIBC_PREREQ(a, b) __GLIBC_PREREQ(a, b) macro
39 # define _LIBCPP_GLIBC_PREREQ(a, b) 0 macro
/freebsd/contrib/llvm-project/libcxx/include/
H A D__config861 # 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)