Searched defs:check_binop (Results 1 – 3 of 3) sorted by relevance
63 …fn check_binop(cx: &EarlyContext<'_>, binop: BinOpKind, lhs: &Expr, rhs: &Expr) -> Option<String> { in check_binop() method
80 fn check_binop(op: mir::BinOp) -> bool { in check_binop() function
86 pub fn check_binop( in check_binop() method