Searched refs:ast_return (Results 1 – 4 of 4) sorted by relevance
1218 ast_return, enumerator
1508 case ast_return: in print()1527 if (mode == ast_return) in ast_jump_statement()
2805 $$ = new(ctx) ast_jump_statement(ast_jump_statement::ast_return, NULL);2811 $$ = new(ctx) ast_jump_statement(ast_jump_statement::ast_return, $2);
6386 case ast_return: { in hir()