Searched refs:yysize1 (Results 1 – 3 of 3) sorted by relevance
2553 YYSIZE_T yysize1; local2603 yysize1 = yysize + yytnamerr (0, yytname[yyx]);2604 yysize_overflow |= yysize1 < yysize;2605 yysize = yysize1;2611 yysize1 = yysize + yystrlen (yyf);2612 yysize_overflow |= yysize1 < yysize;2613 yysize = yysize1;
1228 YYSIZE_T yysize1; in yysyntax_error() local1277 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error()1278 yysize_overflow |= (yysize1 < yysize); in yysyntax_error()1279 yysize = yysize1; in yysyntax_error()1285 yysize1 = yysize + yystrlen (yyf); in yysyntax_error()1286 yysize_overflow |= (yysize1 < yysize); in yysyntax_error()1287 yysize = yysize1; in yysyntax_error()
2081 YYPTRDIFF_T yysize1 in yysyntax_error() local2083 if (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM) in yysyntax_error()2084 yysize = yysize1; in yysyntax_error()