Searched defs:convertToInteger (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ | ||
H A D | Floating.h | 50 APFloat::opStatus convertToInteger(APSInt &Result) const { in convertToInteger() function |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | APFloat.h | 1185 opStatus convertToInteger(MutableArrayRef<integerPart> Input, convertToInteger() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ | ||
H A D | APFloat.cpp | 2699 IEEEFloat::convertToInteger(MutableArrayRef<integerPart> parts, convertToInteger() function in llvm::detail::IEEEFloat |