Home | History | Annotate | Download | only in compiler

Lines Matching defs:yyx

575 #define YYTRANSLATE(YYX)						\
576 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
1189 int yyx;
1211 /* Start YYX at -YYN if negative to avoid negative indexes in
1223 for (yyx = yyxbegin; yyx < yyxend; ++yyx)
1224 if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR)
1233 yyarg[yycount++] = yytname[yyx];
1234 yysize1 = yysize + yytnamerr (0, yytname[yyx]);