HomeSort by relevance Sort by last modified time
    Searched refs:YY_DECL (Results 1 - 15 of 15) sorted by null

  /external/bison/examples/calc++/
calc++-driver.hh 9 # define YY_DECL \
15 YY_DECL;
calc++-scanner.cc 769 #ifndef YY_DECL
775 #define YY_DECL int yylex (void)
779 #endif /* !YY_DECL */
801 YY_DECL
    [all...]
  /frameworks/compile/mclinker/include/mcld/Script/
ScriptScanner.h 20 #ifndef YY_DECL
21 #define YY_DECL \
  /external/bison/src/
scan-skel.l 41 #define YY_DECL static int skel_lex (void)
42 YY_DECL;
scan-skel.c 639 #define YY_DECL static int skel_lex (void)
640 YY_DECL;
856 #ifndef YY_DECL
862 #define YY_DECL int skel_lex (void)
866 #endif /* !YY_DECL */
888 YY_DECL
    [all...]
scan-code.c 695 # define YY_DECL static char *code_lex (code_props *self, int sc_context)
696 YY_DECL;
941 #ifndef YY_DECL
947 #define YY_DECL int code_lex (void)
951 #endif /* !YY_DECL */
973 YY_DECL
    [all...]
scan-code.l 44 # define YY_DECL static char *code_lex (code_props *self, int sc_context)
45 YY_DECL;
scan-gram.c     [all...]
scan-gram.l 45 #define YY_DECL GRAM_LEX_DECL
  /external/libpcap/
scanner.h 335 #ifndef YY_DECL
341 #define YY_DECL int pcap_lex \
343 #endif /* !YY_DECL */
356 #undef YY_DECL
scanner.c     [all...]
  /external/skia/src/sksl/
lex.layout.c 804 #ifndef YY_DECL
809 #define YY_DECL int layoutlex (yyscan_t yyscanner)
810 #endif /* !YY_DECL */
829 YY_DECL
    [all...]
lex.sksl.c 870 #ifndef YY_DECL
875 #define YY_DECL int sksllex (yyscan_t yyscanner)
876 #endif /* !YY_DECL */
895 YY_DECL
    [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Tokenizer.cpp 814 #ifndef YY_DECL
820 #define YY_DECL int pplex \
822 #endif /* !YY_DECL */
841 YY_DECL
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang_lex.cpp     [all...]

Completed in 700 milliseconds