Home
last modified time | relevance | path

Searched refs:sub_with_overflow (Results 1 – 10 of 10) sorted by relevance

/third_party/rust/rust/tests/mir-opt/
Dlower_intrinsics.with_overflow.LowerIntrinsics.panic-abort.diff46 - _6 = sub_with_overflow::<i32>(move _7, move _8) -> [return: bb2, unwind unreachable];
Dlower_intrinsics.with_overflow.LowerIntrinsics.panic-unwind.diff46 - _6 = sub_with_overflow::<i32>(move _7, move _8) -> [return: bb2, unwind unreachable];
Dlower_intrinsics.rs124 let _y = core::intrinsics::sub_with_overflow(a, b); in with_overflow()
/third_party/rust/rust/compiler/rustc_mir_transform/src/
Dlower_intrinsics.rs125 sym::add_with_overflow | sym::sub_with_overflow | sym::mul_with_overflow => { in run_pass()
136 sym::sub_with_overflow => BinOp::Sub, in run_pass()
/third_party/rust/rust/compiler/rustc_hir_analysis/src/check/
Dintrinsic.rs89 | sym::sub_with_overflow in intrinsic_operation_unsafety()
345 sym::add_with_overflow | sym::sub_with_overflow | sym::mul_with_overflow => { in check_intrinsic_type()
/third_party/rust/rust/compiler/rustc_span/src/
Dsymbol.rs1486 sub_with_overflow,
/third_party/rust/rust/library/core/src/
Dintrinsics.rs2076 pub fn sub_with_overflow<T: Copy>(x: T, y: T) -> (T, bool); in sub_with_overflow() function
/third_party/rust/rust/library/core/src/num/
Duint_macros.rs1604 let (a, b) = intrinsics::sub_with_overflow(self as $ActualT, rhs as $ActualT);
Dint_macros.rs1640 let (a, b) = intrinsics::sub_with_overflow(self as $ActualT, rhs as $ActualT);
/third_party/rust/rust/src/tools/rust-analyzer/bench_data/
Dnumerous_macro_rules429 … rhs : Self )-> ( Self , bool ){ let ( a , b )= intrinsics :: sub_with_overflow ( self as $…
433 … rhs : Self )-> ( Self , bool ){ let ( a , b )= intrinsics :: sub_with_overflow ( self as $…