Searched refs:ast_return (Results 1 – 4 of 4) sorted by relevance
1141 ast_return, enumerator
1429 case ast_return: in print()1448 if (mode == ast_return) in ast_jump_statement()
2719 $$ = new(ctx) ast_jump_statement(ast_jump_statement::ast_return, NULL);2725 $$ = new(ctx) ast_jump_statement(ast_jump_statement::ast_return, $2);
5822 case ast_return: { in hir()