Home
last modified time | relevance | path

Searched defs:check_binop (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dint_plus_one.rs63 …fn check_binop(cx: &EarlyContext<'_>, binop: BinOpKind, lhs: &Expr, rhs: &Expr) -> Option<String> { in check_binop() method
/third_party/rust/rust/compiler/rustc_ty_utils/src/
Dconsts.rs80 fn check_binop(op: mir::BinOp) -> bool { in check_binop() function
/third_party/rust/rust/compiler/rustc_hir_typeck/src/
Dop.rs86 pub fn check_binop( in check_binop() method