Searched refs:SubOverflow (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DIntegral.h223 return llvm::SubOverflow<T>(A, B, R);
/netbsd-current/external/gpl3/gdb.old/dist/sim/arm/
H A Darmemu.h497 extern int SubOverflow (ARMword, ARMword, ARMword);
H A Darmsupp.c431 SubOverflow (ARMword a, ARMword b, ARMword result) function
468 ASSIGNV (SubOverflow (a, b, result));
H A Dmaverick.c238 v = SubOverflow (DSPregs[SRC1_REG].lower.i, DSPregs[SRC2_REG].lower.i,
H A Darmemu.c2303 if (SubOverflow (op1, op2, result))
2603 if (SubOverflow (op1, op2d, result))
/netbsd-current/external/gpl3/gdb/dist/sim/arm/
H A Darmemu.h497 extern int SubOverflow (ARMword, ARMword, ARMword);
H A Darmsupp.c434 SubOverflow (ARMword a, ARMword b, ARMword result) function
471 ASSIGNV (SubOverflow (a, b, result));
H A Dmaverick.c241 v = SubOverflow (DSPregs[SRC1_REG].lower.i, DSPregs[SRC2_REG].lower.i,
H A Darmemu.c2367 if (SubOverflow (op1, op2, result))
2667 if (SubOverflow (op1, op2d, result))
/netbsd-current/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) { function
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp1560 case BO_Sub: Check = SanitizerHandler::SubOverflow; break;
3276 OverflowKind = SanitizerHandler::SubOverflow;
H A DCodeGenFunction.h140 SANITIZER_CHECK(SubOverflow, sub_overflow, 0) \

Completed in 174 milliseconds