Searched refs:ast_return (Results 1 – 4 of 4) sorted by relevance
781 case ast_return: in print()799 if (mode == ast_return) in ast_jump_statement()
785 ast_return, enumerator
1887 $$ = new(ctx) ast_jump_statement(ast_jump_statement::ast_return, NULL);1893 $$ = new(ctx) ast_jump_statement(ast_jump_statement::ast_return, $2);
3364 case ast_return: { in hir()