Showing 3,020 of 3,020 total issues
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)
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 args[0]
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
Avoid too many return
statements within this function. Open
Open
return op_zf
Avoid too many return
statements within this function. Open
Open
return ExprOp_inf_unsigned(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 args[0]
Avoid too many return
statements within this function. Open
Open
return ExprOp('*', *(list(args[:-1]) + [ExprInt(-int(args[-1]), expr.size)]))
Avoid too many return
statements within this function. Open
Open
return ExprCompose(*out)
Avoid too many return
statements within this function. Open
Open
return ret
Avoid too many return
statements within this function. Open
Open
return match_expr(expr.arg, pattern.arg, tks, result)
Avoid too many return
statements within this function. Open
Open
return args[0]