Home
last modified time | relevance | path

Searched refs:yysize1 (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/bsd/elftosb/dist/elftosb2/
Delftosb_parser.tab.cpp2553 YYSIZE_T yysize1; local
2603 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;
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dgetdate.c1228 YYSIZE_T yysize1; in yysyntax_error() local
1277 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()
/netbsd/src/external/gpl3/binutils/dist/gold/
Dyyscript.c2081 YYPTRDIFF_T yysize1 in yysyntax_error() local
2083 if (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM) in yysyntax_error()
2084 yysize = yysize1; in yysyntax_error()