Home
last modified time | relevance | path

Searched refs:NEW_YIELD (Results 1 – 6 of 6) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dnode.h294 #define NEW_YIELD(a,loc) NEW_NODE(NODE_YIELD,a,0,0,loc) macro
H A Dparse.y2406 $$ = NEW_YIELD(0, &@$);
2413 $$ = NEW_YIELD(0, &@$);
9988 return NEW_YIELD(node, loc);
H A Dparse.c7727 (yyval.node) = NEW_YIELD(0, &(yyloc)); in yyparse()
7738 (yyval.node) = NEW_YIELD(0, &(yyloc)); in yyparse()
16221 return NEW_YIELD(node, loc); in new_yield()
/dports/lang/ruby26/ruby-2.6.9/ext/ripper/
H A Dripper.y2406 $$ = NEW_YIELD(0, &@$);
2413 $$ = NEW_YIELD(0, &@$);
9988 return NEW_YIELD(node, loc);
H A Dripper.c7730 (yyval.val) = NEW_YIELD(0, &(yyloc)); in yyparse()
7741 (yyval.val) = NEW_YIELD(0, &(yyloc)); in yyparse()
16254 return NEW_YIELD(node, loc); in new_yield()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.0.016223 * node.h (NEW_YIELD), parse.y (new_yield_gen): array-values flags