Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dzconf.tab.c1184 YYSIZE_T yysize1; in yysyntax_error() local
1247 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error()
1248 if (! (yysize <= yysize1 in yysyntax_error()
1249 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
1251 yysize = yysize1; in yysyntax_error()
1271 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
1272 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
1274 yysize = yysize1; in yysyntax_error()
Dzconf.tab.c_shipped1184 YYSIZE_T yysize1;
1247 yysize1 = yysize + yytnamerr (0, yytname[yyx]);
1248 if (! (yysize <= yysize1
1249 && yysize1 <= YYSTACK_ALLOC_MAXIMUM))
1251 yysize = yysize1;
1271 yysize1 = yysize + yystrlen (yyformat);
1272 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM))
1274 yysize = yysize1;
/linux-4.1.27/scripts/genksyms/
Dparse.tab.c_shipped1259 YYSIZE_T yysize1;
1322 yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]);
1323 if (! (yysize <= yysize1
1324 && yysize1 <= YYSTACK_ALLOC_MAXIMUM))
1326 yysize = yysize1;
1346 yysize1 = yysize + yystrlen (yyformat);
1347 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM))
1349 yysize = yysize1;
/linux-4.1.27/scripts/dtc/
Ddtc-parser.tab.c_shipped1150 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]);
1151 if (! (yysize <= yysize1
1152 && yysize1 <= YYSTACK_ALLOC_MAXIMUM))
1154 yysize = yysize1;
1176 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
1177 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM))
1179 yysize = yysize1;