Home
last modified time | relevance | path

Searched refs:fromIntegral (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DFloating.h119 static APFloat::opStatus fromIntegral(APSInt Val, in fromIntegral() function
H A DInterp.h2054 auto Status = Floating::fromIntegral(FromAP, *Sem, RM, Result); in CastIntegralFloating()