Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cert/
H A DStrToNumCheck.cpp41 ToUInt, enumerator
100 CK = ConversionKind::ToUInt; in classifyFormatString()
141 case ConversionKind::ToUInt: in classifyConversionType()
159 case ConversionKind::ToUInt: in classifyReplacement()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dinteger.h466 template <typename UINT = std::uint64_t> constexpr UINT ToUInt() const { in ToUInt() function
478 SINT n = ToUInt<UINT>(); in ToSInt()
486 constexpr std::uint64_t ToUInt64() const { return ToUInt<std::uint64_t>(); } in ToUInt64()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dreal.cpp703 B value{word_.template ToUInt<typename B::RawType>()}; in AsFortran()