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

/macosx-10.9.5/ruby-104/ruby/
H A Dparse.h109 tCMP = 134, enumerator in enum:yytokentype
H A Dparse.y791 %token tCMP RUBY_TOKEN(CMP) "<=>"
841 %nonassoc tCMP tEQ tEQQ tNEQ tMATCH tNMATCH
1895 | tCMP { ifndef_ripper($$ = tCMP); }
2178 | arg tCMP arg
2181 $$ = call_bin_op($1, tCMP, $3);
7104 return tCMP;
8919 case tCMP:
9969 {tCMP, "<=>"},
H A Dparse.c842 tCMP = 134, enumerator in enum:yytokentype
6741 { ifndef_ripper((yyval.id) = tCMP); }
7302 (yyval.node) = call_bin_op((yyvsp[(1) - (3)].node), tCMP, (yyvsp[(3) - (3)].node));
13600 return tCMP;
15415 case tCMP:
16465 {tCMP, "<=>"},
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Deventids2.c198 {tCMP, &ripper_id_op},
H A Dripper.y791 %token tCMP 134 "<=>"
841 %nonassoc tCMP tEQ tEQQ tNEQ tMATCH tNMATCH
1895 | tCMP { ifndef_ripper($$ = tCMP); }
2178 | arg tCMP arg
2181 $$ = call_bin_op($1, tCMP, $3);
7104 return tCMP;
8919 case tCMP:
9969 {tCMP, "<=>"},
H A Dripper.c842 tCMP = 134, enumerator in enum:yytokentype
6741 { ifndef_ripper((yyval.val) = tCMP); }
7302 (yyval.val) = call_bin_op((yyvsp[(1) - (3)].val), tCMP, (yyvsp[(3) - (3)].val));
13690 return tCMP;
15505 case tCMP:
16555 {tCMP, "<=>"},

Completed in 418 milliseconds