Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dwstring_convert.h79 _LIBCPP_HIDE_FROM_ABI byte_string to_bytes(const _Elem* __wptr) { in to_bytes() argument
80 return to_bytes(__wptr, __wptr + char_traits<_Elem>::length(__wptr)); in to_bytes()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dlocale3177 _LIBCPP_HIDE_FROM_ABI byte_string to_bytes(const _Elem* __wptr) {
3178 return to_bytes(__wptr, __wptr + char_traits<_Elem>::length(__wptr));