Searched refs:YYERROR (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/scripts/genksyms/ |
D | parse.y | 300 YYERROR; 309 YYERROR;
|
D | parse.tab.c_shipped | 891 #define YYERROR goto yyerrorlab 894 /* Like YYERROR except do call yyerror. This remains here temporarily 895 to ease the transition to the new meaning of YYERROR, for GCC. 924 YYERROR; \ 1256 for details. YYERROR is fine as it does not invoke this 1885 YYERROR; 1897 YYERROR; 2166 YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or 2169 case of YYERROR or YYBACKUP, subsequent parser actions might lead 2270 | yyerrorlab -- error raised explicitly by YYERROR. | [all …]
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.tab.c_shipped | 825 #define YYERROR goto yyerrorlab 828 /* Like YYERROR except do call yyerror. This remains here temporarily 829 to ease the transition to the new meaning of YYERROR, for GCC. 858 YYERROR; \ 1219 for details. YYERROR is fine as it does not invoke this 1867 YYERROR; 1887 YYERROR; 2109 YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or 2112 case of YYERROR or YYBACKUP, subsequent parser actions might lead 2213 | yyerrorlab -- error raised explicitly by YYERROR. | [all …]
|
D | zconf.tab.c | 825 #define YYERROR goto yyerrorlab macro 858 YYERROR; \ 1867 YYERROR; 1887 YYERROR;
|
D | zconf.y | 295 YYERROR; 311 YYERROR;
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-parser.y | 452 YYERROR;
|
D | dtc-parser.tab.c_shipped | 707 #define YYERROR goto yyerrorlab 725 YYERROR; \ 1985 YYERROR; 2024 YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or 2027 case of YYERROR or YYBACKUP, subsequent parser actions might lead 2129 | yyerrorlab -- error raised explicitly by YYERROR. | 2134 YYERROR and the label yyerrorlab therefore never appears in user 2141 this YYERROR. */ 2150 | yyerrlab1 -- common code for both syntax error and YYERROR. |
|