Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/charconv/charconv.msvc/
H A Dtest.cpp568 void assert_message_bits(const bool b, const char* const msg, const uint32_t bits) { in assert_message_bits() function
578 void assert_message_bits(const bool b, const char* const msg, const uint64_t bits) { in assert_message_bits() function
638 assert_message_bits(to_result.ec == errc{}, "to_result.ec", bits); in test_floating_prefix()
645 assert_message_bits(from_result.ptr == last, "from_result.ptr", bits); in test_floating_prefix()
646 assert_message_bits(from_result.ec == errc{}, "from_result.ec", bits); in test_floating_prefix()
659 assert_message_bits(stdio_ret != -1, "stdio_ret", bits); in test_floating_prefix()
661 assert_message_bits(fixed_sv == stdio_sv, "fixed_sv", bits); in test_floating_prefix()
691 assert_message_bits(to_result.ec == errc{}, "(hex) to_result.ec", bits); in test_floating_hex_prefix()
738 assert_message_bits(result.ec == errc{}, "to_chars fixed precision", bits); in test_floating_precision_prefix()
742 assert_message_bits(stdio_ret != -1, "sprintf_s fixed precision", bits); in test_floating_precision_prefix()
[all …]