Home
last modified time | relevance | path

Searched refs:with_overflow (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/rust/tests/mir-opt/
Dlower_intrinsics.with_overflow.LowerIntrinsics.panic-abort.diff1 - // MIR for `with_overflow` before LowerIntrinsics
2 + // MIR for `with_overflow` after LowerIntrinsics
4 fn with_overflow(_1: i32, _2: i32) -> () {
Dlower_intrinsics.with_overflow.LowerIntrinsics.panic-unwind.diff1 - // MIR for `with_overflow` before LowerIntrinsics
2 + // MIR for `with_overflow` after LowerIntrinsics
4 fn with_overflow(_1: i32, _2: i32) -> () {
Dlower_intrinsics.rs122 pub fn with_overflow(a: i32, b: i32) { in with_overflow() function
/third_party/skia/m133/third_party/externals/harfbuzz/src/
Dtest-repacker.cc799 populate_serializer_with_repack_last (hb_serialize_context_t* c, bool with_overflow) in populate_serializer_with_repack_last() argument
807 if (with_overflow) { in populate_serializer_with_repack_last()
823 if (!with_overflow) { in populate_serializer_with_repack_last()
847 populate_serializer_spaces (hb_serialize_context_t* c, bool with_overflow) in populate_serializer_spaces() argument
854 if (with_overflow) in populate_serializer_spaces()
869 if (!with_overflow) in populate_serializer_spaces()
/third_party/skia/third_party/externals/harfbuzz/src/
Dtest-repacker.cc320 populate_serializer_spaces (hb_serialize_context_t* c, bool with_overflow) in populate_serializer_spaces() argument
327 if (with_overflow) in populate_serializer_spaces()
342 if (!with_overflow) in populate_serializer_spaces()