Home
last modified time | relevance | path

Searched defs:UIntType (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/utilities/charconv/charconv.msvc/
H A Dtest.cpp648 using UIntType = conditional_t<IsDouble, std::uint64_t, std::uint32_t>; in test_floating_hex_prefix() typedef
686 using UIntType = conditional_t<IsDouble, std::uint64_t, std::uint32_t>; in test_floating_precision_prefix() typedef
586 using UIntType = conditional_t<IsDouble, std::uint64_t, std::uint32_t>; test_floating_prefix() typedef