Searched refs:CMPOP2 (Results 1 – 3 of 3) sorted by relevance
133 %left CMPOP2 /* < > <= >= */138 %token <op> EQUOP2 CMPOP2 ADDOP2 MULOP2168 | exp CMPOP2 exp302 result = CMPOP2;313 result = CMPOP2;
142 CMPOP2 = 259, enumerator1774 result = CMPOP2; in yylex()1785 result = CMPOP2; in yylex()
4034 (CMPOP2): New token.4038 (exp): Add rules for CMPOP2 and '!'. Don't call YYABORT.