Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/charconv/charconv.msvc/
H A Dtest.cpp191 const char* const correct_first = correct.data(); in test_integer_to_chars() local
192 const char* const correct_last = correct_first + correct.size(); in test_integer_to_chars()
197 (opt_base.has_value() ? from_chars(correct_first, correct_last, dest, opt_base.value()) in test_integer_to_chars()
198 : from_chars(correct_first, correct_last, dest)); in test_integer_to_chars()