Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/cert/
DStrToNumCheck.cpp41 ToUInt, enumerator
100 CK = ConversionKind::ToUInt; in ClassifyFormatString()
141 case ConversionKind::ToUInt: in ClassifyConversionType()
159 case ConversionKind::ToUInt: in ClassifyReplacement()
/external/llvm-project/flang/include/flang/Evaluate/
Dinteger.h465 template <typename UINT = std::uint64_t> constexpr UINT ToUInt() const { in ToUInt() function
477 SINT n = ToUInt<UINT>(); in ToSInt()
485 constexpr std::uint64_t ToUInt64() const { return ToUInt<std::uint64_t>(); } in ToUInt64()
/external/llvm-project/flang/lib/Evaluate/
Dreal.cpp499 B value{word_.template ToUInt<typename B::RawType>()}; in AsFortran()