Searched defs:yyterminate (Results 1 - 12 of 12) sorted by relevance

/external/bison/examples/calc++/
H A Dcalc++-scanner.cc563 Unfortunately yyterminate by default returns 0, which is
565 #define yyterminate() return token::END macro
731 /* No semi-colon after return; correct usage is to write "yyterminate();" -
735 #ifndef yyterminate
736 #define yyterminate() return YY_NULL macro
980 yyterminate();
/external/bison/src/
H A Dscan-skel.c818 /* No semi-colon after return; correct usage is to write "yyterminate();" -
822 #ifndef yyterminate
823 #define yyterminate() return YY_NULL macro
H A Dscan-code.c903 /* No semi-colon after return; correct usage is to write "yyterminate();" -
907 #ifndef yyterminate
908 #define yyterminate() return YY_NULL macro
H A Dscan-gram.c1227 /* No semi-colon after return; correct usage is to write "yyterminate();" -
1231 #ifndef yyterminate
1232 #define yyterminate() return YY_NULL macro
1842 yyterminate ();
2437 yyterminate();
/external/chromium_org/third_party/angle_dx11/src/compiler/
H A Dglslang_lex.cpp976 /* No semi-colon after return; correct usage is to write "yyterminate();" -
980 #ifndef yyterminate
981 #define yyterminate() return YY_NULL macro
1711 { yyterminate(); }
/external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
H A DTokenizer.cpp736 /* No semi-colon after return; correct usage is to write "yyterminate();" -
740 #ifndef yyterminate
741 #define yyterminate() return YY_NULL macro
1150 yyterminate();
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-lex.c824 /* No semi-colon after return; correct usage is to write "yyterminate();" -
828 #ifndef yyterminate
829 #define yyterminate() return YY_NULL macro
1342 yyterminate();
H A Dglsl_lexer.cc1325 /* No semi-colon after return; correct usage is to write "yyterminate();" -
1329 #ifndef yyterminate
1330 #define yyterminate() return YY_NULL macro
2665 yyterminate();
H A Dlex.yy.c1366 /* No semi-colon after return; correct usage is to write "yyterminate();" -
1370 #ifndef yyterminate
1371 #define yyterminate() return YY_NULL macro
2492 yyterminate();
/external/elfutils/libcpu/
H A Di386_lex.c709 /* No semi-colon after return; correct usage is to write "yyterminate();" -
713 #ifndef yyterminate
714 #define yyterminate() return YY_NULL macro
976 yyterminate();
/external/elfutils/src/
H A Dldlex.c1285 /* No semi-colon after return; correct usage is to write "yyterminate();" -
1289 #ifndef yyterminate
1290 #define yyterminate() return YY_NULL macro
1768 yyterminate();
/external/libpcap/
H A Dscanner.c2594 /* No semi-colon after return; correct usage is to write "yyterminate();" -
2598 #ifndef yyterminate
2599 #define yyterminate() return YY_NULL macro
3458 yyterminate();

Completed in 1311 milliseconds