Showing 1,373 of 3,020 total issues
Avoid too many return
statements within this function. Open
Open
return start, stop
Avoid too many return
statements within this function. Open
Open
return tmp
Avoid too many return
statements within this function. Open
Open
return ExprCond(arg, expr.src2, expr.src1)
Avoid too many return
statements within this function. Open
Open
return expr
Avoid too many return
statements within this function. Open
Open
return expr
Avoid too many return
statements within this function. Open
Open
return ExprCond(cond, expr.src1, expr.src2)
Avoid too many return
statements within this function. Open
Open
return None
Avoid too many return
statements within this function. Open
Open
return "[%s]" % color_expr_html(expr.args[0], loc_db)
Avoid too many return
statements within this function. Open
Open
return False
Avoid too many return
statements within this function. Open
Open
return True
Avoid too many return
statements within this function. Open
Open
return ExprCond(expr.arg.cond, src1, src2)
Avoid too many return
statements within this function. Open
Open
return expr
Avoid too many return
statements within this function. Open
Open
return ExprOp(expr.arg.op, *args)
Avoid too many return
statements within this function. Open
Open
return expr
Avoid too many return
statements within this function. Open
Open
return ExprInt(0, expr.size)
Avoid too many return
statements within this function. Open
Open
return expr
Avoid too many return
statements within this function. Open
Open
return expr
Avoid too many return
statements within this function. Open
Open
return expr
Avoid too many return
statements within this function. Open
Open
return expr
Avoid too many return
statements within this function. Open
Open
return ExprCompose(*out).zeroExtend(expr.size)