Home
last modified time | relevance | path

Searched refs:handleOverflow (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.h165 static bool handleOverflow(InterpState &S, CodePtr OpPC, const T &SrcValue) { in handleOverflow() function
402 if (!handleOverflow(S, OpPC, Value)) { in AddSubMulHelper()
806 return handleOverflow(S, OpPC, NegatedValue); in Neg()
876 return handleOverflow(S, OpPC, APResult); in IncDecHelper()
2300 return handleOverflow(S, OpPC, R64); in SubPtr()
2453 return handleOverflow(S, OpPC, F.getAPFloat()); in CastFloatingIntegralAP()
2474 return handleOverflow(S, OpPC, F.getAPFloat()); in CastFloatingIntegralAPS()
2555 if (Overflow && !handleOverflow(S, OpPC, Int)) in CastFixedPointIntegral()
H A DInterpBuiltin.cpp1657 (void)handleOverflow(S, OpPC, in interp__builtin_vector_reduce()
1665 (void)handleOverflow(S, OpPC, in interp__builtin_vector_reduce()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp1593 APFloat::opStatus IEEEFloat::handleOverflow(roundingMode rounding_mode) { in handleOverflow() function in llvm::detail::IEEEFloat
1684 return handleOverflow(rounding_mode); in normalize()
1721 return handleOverflow(rounding_mode); in normalize()
1759 return handleOverflow(sign ? rmTowardNegative : rmTowardPositive); in normalize()
1771 return handleOverflow(rounding_mode); in normalize()
3175 fs = handleOverflow(rounding_mode); in convertFromDecimalString()
3193 fs = handleOverflow(rounding_mode); in convertFromDecimalString()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h716 opStatus handleOverflow(roundingMode);
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc23457 {"_ZN4llvm7APFloat14handleOverflowENS0_12roundingModeE", "llvm::APFloat::handleOverflow(llvm::APFlo…