Searched refs:yysize (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/scripts/kconfig/ |
D | zconf.tab.c | 401 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 1205 YYSIZE_T yysize = yysize0; in yysyntax_error() local 1265 yysize = yysize0; in yysyntax_error() 1269 yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]); in yysyntax_error() 1270 if (! (yysize <= yysize1 in yysyntax_error() 1273 yysize = yysize1; in yysyntax_error() 1293 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() 1294 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error() 1296 yysize = yysize1; in yysyntax_error() 1298 if (*yymsg_alloc < yysize) in yysyntax_error() [all …]
|
D | zconf.tab.c_shipped | 401 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 1205 YYSIZE_T yysize = yysize0; 1265 yysize = yysize0; 1269 yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]); 1270 if (! (yysize <= yysize1 1273 yysize = yysize1; 1293 yysize1 = yysize + yystrlen (yyformat); 1294 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) 1296 yysize = yysize1; 1298 if (*yymsg_alloc < yysize) [all …]
|
/linux-4.4.14/scripts/genksyms/ |
D | parse.tab.c_shipped | 410 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 1243 YYSIZE_T yysize = yysize0; 1302 yysize = yysize0; 1307 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]); 1308 if (! (yysize <= yysize1 1311 yysize = yysize1; 1333 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); 1334 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) 1336 yysize = yysize1; 1339 if (*yymsg_alloc < yysize) [all …]
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 407 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 1049 YYSIZE_T yysize = yysize0; 1104 yysize = yysize0; 1109 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); 1110 if (! (yysize <= yysize1 1113 yysize = yysize1; 1135 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); 1136 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) 1138 yysize = yysize1; 1141 if (*yymsg_alloc < yysize) [all …]
|