Searched refs:ast_return (Results 1 – 4 of 4) sorted by relevance
1174 ast_return, enumerator
1462 case ast_return: in print()1481 if (mode == ast_return) in ast_jump_statement()
2651 $$ = new(ctx) ast_jump_statement(ast_jump_statement::ast_return, NULL);2657 $$ = new(ctx) ast_jump_statement(ast_jump_statement::ast_return, $2);
6152 case ast_return: { in hir()