Searched refs:retval_expr (Results 1 – 1 of 1) sorted by relevance
2324 struct expression *retval_expr = parse_expression (retval_exp); in return_command() local2325 struct cleanup *old_chain = make_cleanup (xfree, retval_expr); in return_command()2330 return_value = evaluate_expression (retval_expr); in return_command()2338 if (retval_expr->elts[0].opcode != UNOP_CAST in return_command()2339 && retval_expr->elts[0].opcode != UNOP_CAST_TYPE) in return_command()