Searched refs:YYERROR (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 878 #define YYERROR goto yyerrorlab 881 /* Like YYERROR except do call yyerror. This remains here temporarily 882 to ease the transition to the new meaning of YYERROR, for GCC. 911 YYERROR; \ 1272 for details. YYERROR is fine as it does not invoke this 1909 YYERROR; 2178 YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or 2181 case of YYERROR or YYBACKUP, subsequent parser actions might lead 2282 | yyerrorlab -- error raised explicitly by YYERROR. | 2287 YYERROR and the label yyerrorlab therefore never appears in user [all …]
|
D | parse.y | 300 YYERROR;
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c_shipped | 806 #define YYERROR goto yyerrorlab 809 /* Like YYERROR except do call yyerror. This remains here temporarily 810 to ease the transition to the new meaning of YYERROR, for GCC. 838 YYERROR; \ 1197 for details. YYERROR is fine as it does not invoke this 1845 YYERROR; 1865 YYERROR; 2067 YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or 2070 case of YYERROR or YYBACKUP, subsequent parser actions might lead 2171 | yyerrorlab -- error raised explicitly by YYERROR. | [all …]
|
D | zconf.tab.c | 806 #define YYERROR goto yyerrorlab macro 838 YYERROR; \ 1845 YYERROR; 1865 YYERROR;
|
D | zconf.y | 290 YYERROR; 306 YYERROR;
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 738 #define YYERROR goto yyerrorlab 741 /* Like YYERROR except do call yyerror. This remains here temporarily 742 to ease the transition to the new meaning of YYERROR, for GCC. 771 YYERROR; \ 1099 for details. YYERROR is fine as it does not invoke this 2041 YYERROR; 2080 YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or 2083 case of YYERROR or YYBACKUP, subsequent parser actions might lead 2184 | yyerrorlab -- error raised explicitly by YYERROR. | 2189 YYERROR and the label yyerrorlab therefore never appears in user [all …]
|
D | dtc-parser.y | 451 YYERROR;
|