Home
last modified time | relevance | path

Searched refs:YY_DECL (Results 1 – 19 of 19) sorted by relevance

/external/libpcap/
Dscanner.h3 #ifndef YY_DECL
4 #define YY_DECL int yylex(void) macro
6 YY_DECL;
Drunlex.sh232 YY_DECL;
Dscanner.c2931 #ifndef YY_DECL
2936 #define YY_DECL int pcap_lex (void) macro
2956 YY_DECL
/external/bison/examples/calc++/
Dcalc++-driver.hh9 # define YY_DECL \ macro
15 YY_DECL;
Dcalc++-scanner.cc769 #ifndef YY_DECL
775 #define YY_DECL int yylex (void) macro
801 YY_DECL
/external/bison/src/
Dscan-skel.l41 #define YY_DECL static int skel_lex (void) macro
42 YY_DECL;
Dscan-skel.c639 #define YY_DECL static int skel_lex (void) macro
640 YY_DECL;
856 #ifndef YY_DECL
862 #define YY_DECL int skel_lex (void) macro
888 YY_DECL
Dscan-code.c695 # define YY_DECL static char *code_lex (code_props *self, int sc_context) macro
696 YY_DECL;
941 #ifndef YY_DECL
947 #define YY_DECL int code_lex (void) macro
973 YY_DECL
Dscan-gram.c988 #define YY_DECL GRAM_LEX_DECL macro
1265 #ifndef YY_DECL
1271 #define YY_DECL int gram_lex (void) macro
1300 YY_DECL
Dscan-code.l44 # define YY_DECL static char *code_lex (code_props *self, int sc_context) macro
45 YY_DECL;
Dscan-gram.l45 #define YY_DECL GRAM_LEX_DECL macro
/external/skia/src/sksl/
Dlex.layout.c784 #ifndef YY_DECL
789 #define YY_DECL int layoutlex (yyscan_t yyscanner) macro
809 YY_DECL
Dlex.sksl.c848 #ifndef YY_DECL
853 #define YY_DECL int sksllex (yyscan_t yyscanner) macro
873 YY_DECL
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp814 #ifndef YY_DECL
820 #define YY_DECL int pplex \ macro
841 YY_DECL
/external/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp1295 #ifndef YY_DECL
1301 #define YY_DECL int yylex \ macro
1322 YY_DECL
/external/toybox/kconfig/
Dlex.zconf.c_shipped925 #ifndef YY_DECL
930 #define YY_DECL int zconflex (void)
931 #endif /* !YY_DECL */
950 YY_DECL
/external/bison/doc/
Dbison.texi10068 @code{YY_DECL}, and the C++ parser expects it to be declared. We can
10074 # define YY_DECL \
10080 YY_DECL;
Dbison.info9477 signature of `yylex' to be defined in the macro `YY_DECL', and the C++
9481 # define YY_DECL \
9487 YY_DECL;
/external/bison/
DChangeLog-20125784 (YY_DECL): Use to declare skel_lex static.
7848 (YY_DECL, code_lex, handle_action_dollar, handle_action_at,
8209 (YY_DECL): Rename as...
14357 (YY_DECL): Don't use "yy" at start of local variables.