Searched refs:tUMINUS (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/
H A Dparse.h107 tUMINUS = 131, enumerator in enum:yytokentype
H A Dparse.y789 %token tUMINUS RUBY_TOKEN(UMINUS) "unary-"
848 %right tUMINUS_NUM tUMINUS
1918 | tUMINUS { ifndef_ripper($$ = tUMINUS); }
2123 $$ = NEW_CALL(call_bin_op($2, tPOW, $4), tUMINUS, 0);
2132 $$ = NEW_CALL(call_bin_op($2, tPOW, $4), tUMINUS, 0);
2146 | tUMINUS arg
2149 $$ = call_uni_op($2, tUMINUS);
7326 return tUMINUS;
7346 return tUMINUS;
[all...]
H A Dparse.c840 tUMINUS = 131, enumerator in enum:yytokentype
6902 { ifndef_ripper((yyval.id) = tUMINUS); }
7209 (yyval.node) = NEW_CALL(call_bin_op((yyvsp[(2) - (4)].node), tPOW, (yyvsp[(4) - (4)].node)), tUMINUS, 0);
7223 (yyval.node) = NEW_CALL(call_bin_op((yyvsp[(2) - (4)].node), tPOW, (yyvsp[(4) - (4)].node)), tUMINUS, 0);
7250 (yyval.node) = call_uni_op((yyvsp[(2) - (2)].node), tUMINUS);
13822 return tUMINUS;
13842 return tUMINUS;
15411 case tUMINUS:
15818 node->nd_lit = rb_funcall(node->nd_lit,tUMINUS,0,0);
16464 {tUMINUS, "
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Deventids2.c250 {tUMINUS, &ripper_id_op},
H A Dripper.y789 %token tUMINUS 131 "unary-"
848 %right tUMINUS_NUM tUMINUS
1918 | tUMINUS { ifndef_ripper($$ = tUMINUS); }
2123 $$ = NEW_CALL(call_bin_op($2, tPOW, $4), tUMINUS, 0);
2132 $$ = NEW_CALL(call_bin_op($2, tPOW, $4), tUMINUS, 0);
2146 | tUMINUS arg
2149 $$ = call_uni_op($2, tUMINUS);
7326 return tUMINUS;
7346 return tUMINUS;
[all...]
H A Dripper.c840 tUMINUS = 131, enumerator in enum:yytokentype
6902 { ifndef_ripper((yyval.val) = tUMINUS); }
7209 (yyval.val) = NEW_CALL(call_bin_op((yyvsp[(2) - (4)].val), tPOW, (yyvsp[(4) - (4)].val)), tUMINUS, 0);
7223 (yyval.val) = NEW_CALL(call_bin_op((yyvsp[(2) - (4)].val), tPOW, (yyvsp[(4) - (4)].val)), tUMINUS, 0);
7250 (yyval.val) = call_uni_op((yyvsp[(2) - (2)].val), tUMINUS);
13912 return tUMINUS;
13932 return tUMINUS;
15501 case tUMINUS:
15908 node->nd_lit = rb_funcall(node->nd_lit,tUMINUS,0,0);
16554 {tUMINUS, "
[all...]

Completed in 164 milliseconds