Showing 1,373 of 3,020 total issues
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]
Avoid too many return
statements within this function. Open
Open
return ret
Avoid too many return
statements within this function. Open
Open
return args[-1]
Avoid too many return
statements within this function. Open
Open
return -ExprOp(op_name, *new_args)
Avoid too many return
statements within this function. Open
Open
return ~op_nf
Avoid too many return
statements within this function. Open
Open
return repr(self) == repr(other)