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()
465 template <typename UINT = std::uint64_t> constexpr UINT ToUInt() const { in ToUInt() function477 SINT n = ToUInt<UINT>(); in ToSInt()485 constexpr std::uint64_t ToUInt64() const { return ToUInt<std::uint64_t>(); } in ToUInt64()
499 B value{word_.template ToUInt<typename B::RawType>()}; in AsFortran()