Home | History | Annotate | Download | only in compiler

Lines Matching defs:yyss

1365        `yyss': related to states.
1373 yytype_int16 *yyss;
1405 yyss = yyssa;
1420 yyssp = yyss;
1436 if (yyss + yystacksize - 1 <= yyssp)
1439 YYSIZE_T yysize = yyssp - yyss + 1;
1447 yytype_int16 *yyss1 = yyss;
1458 yyss = yyss1;
1473 yytype_int16 *yyss1 = yyss;
1478 YYSTACK_RELOCATE (yyss_alloc, yyss);
1487 yyssp = yyss + yysize - 1;
1493 if (yyss + yystacksize - 1 <= yyssp)
1798 YY_STACK_PRINT (yyss, yyssp);
1903 YY_STACK_PRINT (yyss, yyssp);
1929 if (yyssp == yyss)
1937 YY_STACK_PRINT (yyss, yyssp);
1981 YY_STACK_PRINT (yyss, yyssp);
1982 while (yyssp != yyss)
1989 if (yyss != yyssa)
1990 YYSTACK_FREE (yyss);