Home | History | Annotate | Download | only in MachineIndependent

Lines Matching defs:yyss

3132        'yyss': related to states.
3140 yytype_int16 *yyss;
3171 yyssp = yyss = yyssa;
3194 if (yyss + yystacksize - 1 <= yyssp)
3197 YYSIZE_T yysize = yyssp - yyss + 1;
3205 yytype_int16 *yyss1 = yyss;
3216 yyss = yyss1;
3231 yytype_int16 *yyss1 = yyss;
3236 YYSTACK_RELOCATE (yyss_alloc, yyss);
3245 yyssp = yyss + yysize - 1;
3251 if (yyss + yystacksize - 1 <= yyssp)
8018 YY_STACK_PRINT (yyss, yyssp);
8126 YY_STACK_PRINT (yyss, yyssp);
8152 if (yyssp == yyss)
8160 YY_STACK_PRINT (yyss, yyssp);
8211 YY_STACK_PRINT (yyss, yyssp);
8212 while (yyssp != yyss)
8219 if (yyss != yyssa)
8220 YYSTACK_FREE (yyss);