Home
last modified time | relevance | path

Searched refs:binop_with_overflow (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_const_eval/src/interpret/
Dstep.rs174 self.binop_with_overflow(bin_op, &left, &right, &dest)?; in eval_rvalue_into_place()
Doperator.rs16 pub fn binop_with_overflow( in binop_with_overflow() method