Searched refs:ripper_intern (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.y570 #define ripper_intern(s) ID2SYM(rb_intern(s))
1220 $$ = new_attr_op_assign($1, ripper_intern("::"), $3, $4, $5);
1289 $$ = dispatch3(binary, $1, ripper_intern("and"), $3);
1297 $$ = dispatch3(binary, $1, ripper_intern("or"), $3);
1305 $$ = dispatch2(unary, ripper_intern("not"), $3);
1428 $$ = dispatch4(command_call, $1, ripper_intern("::"), $3, $4);
1439 $$ = dispatch4(command_call, $1, ripper_intern("::"), $3, $4);
1755 $$ = dispatch3(field, $1, ripper_intern("::"), $3);
2011 $$ = new_attr_op_assign($1, ripper_intern("::"), $3, $4, $5);
2117 $$ = dispatch3(binary, $1, ripper_intern("**"),
[all...]
H A Dripper.c630 #define ripper_intern(s) ID2SYM(rb_intern(s)) macro
5750 (yyval.val) = new_attr_op_assign((yyvsp[(1) - (5)].val), ripper_intern("::"), (yyvsp[(3) - (5)].val), (yyvsp[(4) - (5)].val), (yyvsp[(5) - (5)].val));
5847 (yyval.val) = dispatch3(binary, (yyvsp[(1) - (3)].val), ripper_intern("and"), (yyvsp[(3) - (3)].val));
5860 (yyval.val) = dispatch3(binary, (yyvsp[(1) - (3)].val), ripper_intern("or"), (yyvsp[(3) - (3)].val));
5873 (yyval.val) = dispatch2(unary, ripper_intern("not"), (yyvsp[(3) - (3)].val));
6033 (yyval.val) = dispatch4(command_call, (yyvsp[(1) - (4)].val), ripper_intern("::"), (yyvsp[(3) - (4)].val), (yyvsp[(4) - (4)].val));
6049 (yyval.val) = dispatch4(command_call, (yyvsp[(1) - (5)].val), ripper_intern("::"), (yyvsp[(3) - (5)].val), (yyvsp[(4) - (5)].val));
6526 (yyval.val) = dispatch3(field, (yyvsp[(1) - (3)].val), ripper_intern("::"), (yyvsp[(3) - (3)].val));
7037 (yyval.val) = new_attr_op_assign((yyvsp[(1) - (5)].val), ripper_intern("::"), (yyvsp[(3) - (5)].val), (yyvsp[(4) - (5)].val), (yyvsp[(5) - (5)].val));
7198 (yyval.val) = dispatch3(binary, (yyvsp[(1) - (3)].val), ripper_intern("**"), (yyvs
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.y570 #define ripper_intern(s) ID2SYM(rb_intern(s))
1220 $$ = new_attr_op_assign($1, ripper_intern("::"), $3, $4, $5);
1289 $$ = dispatch3(binary, $1, ripper_intern("and"), $3);
1297 $$ = dispatch3(binary, $1, ripper_intern("or"), $3);
1305 $$ = dispatch2(unary, ripper_intern("not"), $3);
1428 $$ = dispatch4(command_call, $1, ripper_intern("::"), $3, $4);
1439 $$ = dispatch4(command_call, $1, ripper_intern("::"), $3, $4);
1755 $$ = dispatch3(field, $1, ripper_intern("::"), $3);
2011 $$ = new_attr_op_assign($1, ripper_intern("::"), $3, $4, $5);
2117 $$ = dispatch3(binary, $1, ripper_intern("**"),
[all...]
H A Dparse.c630 #define ripper_intern(s) ID2SYM(rb_intern(s)) macro
5750 (yyval.node) = new_attr_op_assign((yyvsp[(1) - (5)].node), ripper_intern("::"), (yyvsp[(3) - (5)].id), (yyvsp[(4) - (5)].id), (yyvsp[(5) - (5)].node));
5847 $$ = dispatch3(binary, $1, ripper_intern("and"), $3);
5860 $$ = dispatch3(binary, $1, ripper_intern("or"), $3);
5873 $$ = dispatch2(unary, ripper_intern("not"), $3);
6033 $$ = dispatch4(command_call, $1, ripper_intern("::"), $3, $4);
6049 $$ = dispatch4(command_call, $1, ripper_intern("::"), $3, $4);
6526 $$ = dispatch3(field, $1, ripper_intern("::"), $3);
7037 (yyval.node) = new_attr_op_assign((yyvsp[(1) - (5)].node), ripper_intern("::"), (yyvsp[(3) - (5)].id), (yyvsp[(4) - (5)].id), (yyvsp[(5) - (5)].node));
7198 $$ = dispatch3(binary, $1, ripper_intern("**"),
[all...]

Completed in 160 milliseconds