Searched refs:SubOverflow (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | Integral.h | 223 return llvm::SubOverflow<T>(A, B, R);
|
/netbsd-src/external/gpl3/gdb.old/dist/sim/arm/ |
H A D | armemu.h | 497 extern int SubOverflow (ARMword, ARMword, ARMword);
|
/netbsd-src/external/gpl3/gdb/dist/sim/arm/ |
H A D | armsupp.c | 434 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 D | MathExtras.h | 910 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 D | CGExprScalar.cpp | 1560 case BO_Sub: Check = SanitizerHandler::SubOverflow; break; in EmitBinOpCheck() 3276 OverflowKind = SanitizerHandler::SubOverflow; in EmitOverflowCheckedBinOp()
|
H A D | CodeGenFunction.h | 140 SANITIZER_CHECK(SubOverflow, sub_overflow, 0) \
|