Searched refs:getRetVarExpr (Results 1 – 5 of 5) sorted by relevance
320 retVar = api.getRetVarExpr()486 callLhs = api.getRetVarExpr()517 cgen.stmt("return %s" % api.getRetVarExpr())523 retVar = api.getRetVarExpr()531 cgen.stmt("return %s" % api.getRetVarExpr())
154 api.getRetVarExpr(),215 if api.getRetVarExpr() is not None:216 params.append(api.getRetVarExpr())459 retVar = api.getRetVarExpr()468 retVar = api.getRetVarExpr()552 retExpr = api.getRetVarExpr()
385 (api.getRetVarExpr(), WRITE_STREAM))404 retVar = api.getRetVarExpr()472 retVar = api.getRetVarExpr()
626 retVar = api.getRetVarExpr()
886 def getRetVarExpr(self): member in VulkanAPI