Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/afuc/
Dlexer.l96 … fprintf(stderr, "error at line %d: Unknown token: %s\n", yyget_lineno(), yytext); yyterminate();
/third_party/boost/libs/spirit/example/lex/
Dword_count_functor_flex.cpp499 #ifndef yyterminate
500 #define yyterminate() return YY_NULL macro
648 yyterminate();
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.l308 yyterminate();
DTokenizer.cpp1246 #ifndef yyterminate
1247 #define yyterminate() return YY_NULL macro
1711 yyterminate();
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/
DTokenizer.l300 yyterminate();
DTokenizer.cpp941 #ifndef yyterminate
942 # define yyterminate() return YY_NULL macro
1364 yyterminate();
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
Dpreprocessor.l308 yyterminate();
Dpreprocessor_lex_autogen.cpp948 #ifndef yyterminate
949 # define yyterminate() return YY_NULL macro
1371 yyterminate();
/third_party/gstreamer/gstreamer/gst/parse/
Dlex.priv_gst_parse_yy.c1286 #ifndef yyterminate
1287 #define yyterminate() return YY_NULL macro
1569 yyterminate();
/third_party/mesa3d/src/freedreno/ir3/
Dir3_lexer.l416 …printf(stderr, "error at line %d: Unknown token: %s\n", ir3_yyget_lineno(), yytext); yyterminate();
/third_party/skia/third_party/externals/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(); }
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_lex.cpp1512 #ifndef yyterminate
1513 #define yyterminate() return YY_NULL macro
2502 { yyterminate(); }
Dglslang.l428 <*><<EOF>> { yyterminate(); }
/third_party/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();
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_lex_autogen.cpp1156 #ifndef yyterminate
1157 # define yyterminate() return YY_NULL macro
2130 yyterminate();
Dglslang.l460 <*><<EOF>> { yyterminate(); }