Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dmath_extras.h63 [[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 Dbig_int.h573 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 DSanitizerHandler.h38 SANITIZER_CHECK(SubOverflow, sub_overflow, 0) \
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan_minimal/
H A Dubsan_minimal_handlers.cpp141 HANDLER(sub_overflow, "sub-overflow")
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h61 RECOVERABLE(sub_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS)