Searched refs:ToUInt (Results 1 – 3 of 3) sorted by relevance
41 ToUInt, enumerator100 CK = ConversionKind::ToUInt; in classifyFormatString()141 case ConversionKind::ToUInt: in classifyConversionType()159 case ConversionKind::ToUInt: in classifyReplacement()
466 template <typename UINT = std::uint64_t> constexpr UINT ToUInt() const { in ToUInt() function478 SINT n = ToUInt<UINT>(); in ToSInt()486 constexpr std::uint64_t ToUInt64() const { return ToUInt<std::uint64_t>(); } in ToUInt64()
703 B value{word_.template ToUInt<typename B::RawType>()}; in AsFortran()