HomeSort by relevance Sort by last modified time
    Searched defs:yyterminate (Results 1 - 13 of 13) sorted by null

  /external/bison/examples/calc++/
calc++-scanner.cc 563 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();
    [all...]
  /external/bison/src/
scan-skel.c 818 /* No semi-colon after return; correct usage is to write "yyterminate();" -
822 #ifndef yyterminate
823 #define yyterminate() return YY_NULL macro
    [all...]
scan-code.c 903 /* No semi-colon after return; correct usage is to write "yyterminate();" -
907 #ifndef yyterminate
908 #define yyterminate() return YY_NULL macro
    [all...]
scan-gram.c 1232 #define yyterminate macro
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/
glslang_lex.cpp 981 #define yyterminate macro
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
Tokenizer.cpp 736 /* No semi-colon after return; correct usage is to write "yyterminate();" -
740 #ifndef yyterminate
741 #define yyterminate() return YY_NULL macro
1150 yyterminate();
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-lex.c 824 /* No semi-colon after return; correct usage is to write "yyterminate();" -
828 #ifndef yyterminate
829 #define yyterminate() return YY_NULL macro
    [all...]
glsl_lexer.cc 1330 #define yyterminate macro
    [all...]
lex.yy.c 1371 #define yyterminate macro
    [all...]
  /external/elfutils/libcpu/
i386_lex.c 709 /* No semi-colon after return; correct usage is to write "yyterminate();" -
713 #ifndef yyterminate
714 #define yyterminate() return YY_NULL macro
976 yyterminate();
    [all...]
  /external/elfutils/src/
ldlex.c 1290 #define yyterminate macro
    [all...]
  /external/libpcap/
scanner.c 2599 #define yyterminate macro
    [all...]
  /system/core/sh/
arith_lex.c 622 /* No semi-colon after return; correct usage is to write "yyterminate();" -
626 #ifndef yyterminate
627 #define yyterminate() return YY_NULL macro
916 yyterminate();
    [all...]

Completed in 731 milliseconds