Home
last modified time | relevance | path

Searched refs:yyterminate (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/freedreno/afuc/
Dlexer.l96 … fprintf(stderr, "error at line %d: Unknown token: %s\n", yyget_lineno(), yytext); yyterminate();
/external/dtc/
Ddtc-lexer.l91 yyterminate();
/external/bcc/src/cc/frontends/b/
Dlexer.ll108 . printf("Unknown token \"%s\"\n", yytext); yyterminate();
/external/iproute2/tc/
Demp_ematch.lex.c726 #ifndef yyterminate
727 #define yyterminate() return YY_NULL macro
1020 yyterminate();
/external/mesa3d/src/freedreno/ir3/
Dir3_lexer.l324 …printf(stderr, "error at line %d: Unknown token: %s\n", ir3_yyget_lineno(), yytext); yyterminate();
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.l308 yyterminate();
DTokenizer.cpp1246 #ifndef yyterminate
1247 #define yyterminate() return YY_NULL macro
1711 yyterminate();
/external/angle/src/compiler/preprocessor/
Dpreprocessor.l308 yyterminate();
Dpreprocessor_lex_autogen.cpp948 #ifndef yyterminate
949 # define yyterminate() return YY_NULL macro
1371 yyterminate();
/external/swiftshader/src/OpenGL/compiler/
Dglslang.l400 <*><<EOF>> { context->AfterEOF = true; yyterminate(); }
Dglslang_lex.cpp1459 #ifndef yyterminate
1460 #define yyterminate() return YY_NULL macro
2343 { context->AfterEOF = true; yyterminate(); }
/external/libpcap/
Dscanner.c3332 #ifndef yyterminate
3333 #define yyterminate() return YY_NULL macro
4407 yyterminate();
/external/toybox/kconfig/
Dlex.zconf.c_shipped902 /* No semi-colon after return; correct usage is to write "yyterminate();" -
906 #ifndef yyterminate
907 #define yyterminate() return YY_NULL
1279 yyterminate();
/external/angle/src/compiler/translator/
Dglslang_lex_autogen.cpp1156 #ifndef yyterminate
1157 # define yyterminate() return YY_NULL macro
2130 yyterminate();
Dglslang.l460 <*><<EOF>> { yyterminate(); }