Showing 1,373 of 3,020 total issues
Avoid too many return
statements within this function. Open
Open
return True
Avoid too many return
statements within this function. Open
Open
return False
Avoid too many return
statements within this function. Open
Open
return "0x%X(%s)" % (int(expr.ptr.args[1]), expr.ptr.args[0])
Avoid too many return
statements within this function. Open
Open
return ExprMem(ptr, value.size)
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 ExprInt(value.value, 16)
Avoid too many return
statements within this function. Open
Open
return False
Avoid too many return
statements within this function. Open
Open
return self.name in ['call']
Avoid too many return
statements within this function. Open
Open
return False
Avoid too many return
statements within this function. Open
Open
return ExprInt(arg.value, 32)
Avoid too many return
statements within this function. Open
Open
return False
Avoid too many return
statements within this function. Open
Open
return ExprOp(arg.op, *args)
Avoid too many return
statements within this function. Open
Open
return None
Avoid too many return
statements within this function. Open
Open
return
Avoid too many return
statements within this function. Open
Open
return ExprOp(arg.op, *args)
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 True
Avoid too many return
statements within this function. Open
Open
return ExprInt(arg.value, 32)