Home
last modified time | relevance | path

Searched refs:SubOverflow (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DIntegral.h223 return llvm::SubOverflow<T>(A, B, R);
/netbsd-src/external/gpl3/gdb.old/dist/sim/arm/
H A Darmemu.h497 extern int SubOverflow (ARMword, ARMword, ARMword);
/netbsd-src/external/gpl3/gdb/dist/sim/arm/
H A Darmsupp.c434 SubOverflow (ARMword a, ARMword b, ARMword result) in SubOverflow() function
471 ASSIGNV (SubOverflow (a, b, result)); in ARMul_SubOverflow()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DMathExtras.h910 std::enable_if_t<std::is_signed<T>::value, T> SubOverflow(T X, T Y, T &Result) {
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp1560 case BO_Sub: Check = SanitizerHandler::SubOverflow; break; in EmitBinOpCheck()
3276 OverflowKind = SanitizerHandler::SubOverflow; in EmitOverflowCheckedBinOp()
H A DCodeGenFunction.h140 SANITIZER_CHECK(SubOverflow, sub_overflow, 0) \