Searched refs:__hex_to_upper (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/libcxx/include/__format/ |
H A D | formatter_output.h | 44 _LIBCPP_HIDE_FROM_ABI constexpr char __hex_to_upper(char __c) { in __hex_to_upper() function 211 __out_it = __formatter::__transform(__first, __last, _VSTD::move(__out_it), __hex_to_upper); in __write_using_decimal_separators()
|
H A D | formatter_integral.h | 258 …formatter::__write_transformed(__first, __last, __ctx.out(), __specs, __formatter::__hex_to_upper);
|
H A D | formatter_floating_point.h | 317 _VSTD::transform(__result.__integral, __result.__exponent, __result.__integral, __hex_to_upper);
|