Searched refs:correct_ec (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/utilities/charconv/charconv.msvc/ |
| H A D | test.hpp | 25 errc correct_ec; member 46 errc correct_ec; member
|
| H A D | test.cpp | 408 const errc correct_ec, const optional<T> opt_correct = nullopt, in test_from_chars() argument 422 assert(result.ec == correct_ec); in test_from_chars() 424 … if (correct_ec == errc{} || (is_floating_point_v<T> && correct_ec == errc::result_out_of_range)) { in test_from_chars() 989 test_from_chars<float>(t.input, t.fmt, t.correct_idx, t.correct_ec, t.correct_value); in all_floating_tests() 994 test_from_chars<double>(t.input, t.fmt, t.correct_idx, t.correct_ec, t.correct_value); in all_floating_tests()
|