Searched refs:SubOverflow (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | InstructionCost.h | 122 if (SubOverflow(Value, RHS.Value, Result))
|
H A D | MathExtras.h | 724 std::enable_if_t<std::is_signed<T>::value, T> SubOverflow(T X, T Y, T &Result) { in SubOverflow() function
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | Sequence.h | 159 if (SubOverflow(Value, Other.Value, Result))
|
/openbsd/gnu/llvm/clang/lib/AST/Interp/ |
H A D | Integral.h | 257 return llvm::SubOverflow<T>(A, B, R);
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 1604 case BO_Sub: Check = SanitizerHandler::SubOverflow; break; in EmitBinOpCheck() 3520 OverflowKind = SanitizerHandler::SubOverflow; in EmitOverflowCheckedBinOp()
|
H A D | CodeGenFunction.h | 135 SANITIZER_CHECK(SubOverflow, sub_overflow, 0) \
|