Searched refs:sub_overflow (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/libc/src/__support/ |
| H A D | math_extras.h | 63 [[nodiscard]] LIBC_INLINE constexpr bool sub_overflow(T a, T b, T &res) { in sub_overflow() function 117 T carry1 = sub_overflow(a, b, sub); in sub_with_borrow() 118 T carry2 = sub_overflow(sub, carry_in, sub); in sub_with_borrow()
|
| H A D | big_int.h | 573 LIBC_INLINE constexpr WordType sub_overflow(const BigInt &rhs) { 579 result.sub_overflow(other); // Returned carry value is ignored. 585 result.sub_overflow(other); // Returned carry value is ignored. 591 sub_overflow(other); // Returned carry value is ignored.
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | SanitizerHandler.h | 38 SANITIZER_CHECK(SubOverflow, sub_overflow, 0) \
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/ubsan_minimal/ |
| H A D | ubsan_minimal_handlers.cpp | 141 HANDLER(sub_overflow, "sub-overflow")
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_handlers.h | 61 RECOVERABLE(sub_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS)
|