Lines Matching refs:errc

558       return {last, std::errc::value_too_large};  in to_chars()
562 return {first, std::errc{}}; in to_chars()
570 return {first + len, std::errc{}}; in to_chars()
616 return {{last, errc::value_too_large}}; in __handle_special_value()
620 return {{first, errc{}}}; in __handle_special_value()
641 return {{last, errc::value_too_large}}; in __handle_special_value()
668 return {{last, errc::value_too_large}}; in __handle_special_value()
676 return {{first, errc{}}}; in __handle_special_value()
829 return {last, errc::value_too_large}; in __floating_to_chars_hex()
880 __glibcxx_assert(result.ec == errc{} && result.ptr == expected_output_end); in __floating_to_chars_hex()
979 return {last, errc::value_too_large}; in __floating_to_chars_shortest()
983 return {first + output_length, errc{}}; in __floating_to_chars_shortest()
1006 return {last, errc::value_too_large}; in __floating_to_chars_shortest()
1033 __glibcxx_assert(result.ec == errc{}); in __floating_to_chars_shortest()
1054 return {first + output_length, errc{}}; in __floating_to_chars_shortest()
1061 return {first + output_length, errc{}}; in __floating_to_chars_shortest()
1075 return {last, errc::value_too_large}; in __floating_to_chars_shortest()
1091 && result.ec == errc{}); in __floating_to_chars_shortest()
1101 __glibcxx_assert(result.ec == errc{}); in __floating_to_chars_shortest()
1268 return {last, errc::value_too_large}; in __floating_to_chars_precision()
1293 return {first, errc{}}; in __floating_to_chars_precision()
1345 return {last, errc::value_too_large}; in __floating_to_chars_precision()
1352 return {last, errc::value_too_large}; in __floating_to_chars_precision()
1365 return {first, errc{}}; in __floating_to_chars_precision()
1404 return {last, errc::value_too_large}; in __floating_to_chars_precision()
1414 return {first, errc{}}; in __floating_to_chars_precision()
1568 return {last, errc::value_too_large}; in __floating_to_chars_precision()
1571 return {first + output_length, errc{}}; in __floating_to_chars_precision()