Showing 1,373 of 3,020 total issues
Avoid too many return
statements within this function. Open
Open
return ExprCompose(*args)
Avoid too many return
statements within this function. Open
Open
return op_zf | (op_nf ^ op_of)
Avoid too many return
statements within this function. Open
Open
return ~(op_nf ^ op_of)
Avoid too many return
statements within this function. Open
Open
return expr
Avoid too many return
statements within this function. Open
Open
return cmp_elts(expr1.size, expr2.size)
Avoid too many return
statements within this function. Open
Open
return False
Avoid too many return
statements within this function. Open
Open
return False
Avoid too many return
statements within this function. Open
Open
return ExprOp('+', args[0], -args[1])
Avoid too many return
statements within this function. Open
Open
return ExprInt(0, args[0].size)
Avoid too many return
statements within this function. Open
Open
return op_nf ^ op_of
Avoid too many return
statements within this function. Open
Open
return ExprOp_inf_signed(r[jok1], r[jok2])
Avoid too many return
statements within this function. Open
Open
return ret
Avoid too many return
statements within this function. Open
Open
return False
Avoid too many return
statements within this function. Open
Open
return result
Avoid too many return
statements within this function. Open
Open
return expr
Avoid too many return
statements within this function. Open
Open
return ExprOp('&', *args)
Avoid too many return
statements within this function. Open
Open
return ~(op_cf | op_zf)
Avoid too many return
statements within this function. Open
Open
return True
Avoid too many return
statements within this function. Open
Open
return "? %d" % node.size
Avoid too many return
statements within this function. Open
Open
return compare_expr_list_compose(expr1.args, expr2.args)