/external/libpcap/ |
D | scanner.h | 3 #ifndef YY_DECL 4 #define YY_DECL int yylex(void) macro 6 YY_DECL;
|
D | runlex.sh | 234 YY_DECL;
|
D | scanner.c | 2929 #ifndef YY_DECL 2934 #define YY_DECL int pcap_lex (void) macro 2954 YY_DECL
|
/external/bison/examples/calc++/ |
D | calc++-driver.hh | 9 # define YY_DECL \ macro 15 YY_DECL;
|
D | calc++-scanner.cc | 769 #ifndef YY_DECL 775 #define YY_DECL int yylex (void) macro 801 YY_DECL
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | parse-events-flex.h | 324 #ifndef YY_DECL 330 #define YY_DECL int parse_events_lex \ macro 345 #undef YY_DECL
|
D | pmu-flex.c | 661 #ifndef YY_DECL 666 #define YY_DECL int perf_pmu_lex (void) macro 686 YY_DECL
|
D | parse-events-flex.c | 1314 #ifndef YY_DECL 1320 #define YY_DECL int parse_events_lex \ macro 1341 YY_DECL
|
/external/bison/src/ |
D | scan-skel.l | 41 #define YY_DECL static int skel_lex (void) macro 42 YY_DECL;
|
D | scan-skel.c | 639 #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
|
D | scan-code.c | 695 # 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
|
D | scan-code.l | 44 # define YY_DECL static char *code_lex (code_props *self, int sc_context) macro 45 YY_DECL;
|
D | scan-gram.c | 988 #define YY_DECL GRAM_LEX_DECL macro 1265 #ifndef YY_DECL 1271 #define YY_DECL int gram_lex (void) macro 1300 YY_DECL
|
D | scan-gram.l | 45 #define YY_DECL GRAM_LEX_DECL macro
|
/external/elfutils/0.153/libcpu/ |
D | i386_lex.c | 732 #ifndef YY_DECL 737 #define YY_DECL int i386_lex (void) macro 760 YY_DECL
|
/external/elfutils/0.153/src/ |
D | ldlex.c | 1308 #ifndef YY_DECL 1313 #define YY_DECL int ldlex (void) macro 1336 YY_DECL
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glcpp-lex.c | 847 #ifndef YY_DECL 853 #define YY_DECL int glcpp_lex \ macro 877 YY_DECL
|
D | glsl_lexer.cc | 1348 #ifndef YY_DECL 1354 #define YY_DECL int _mesa_glsl_lex \ macro 1378 YY_DECL
|
D | lex.yy.c | 1389 #ifndef YY_DECL 1395 #define YY_DECL int _mesa_program_lex \ macro 1416 YY_DECL
|
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
D | Tokenizer.cpp | 783 #ifndef YY_DECL 789 #define YY_DECL int pplex \ macro 810 YY_DECL
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
D | glslang_lex.cpp | 1225 #ifndef YY_DECL 1231 #define YY_DECL int yylex \ macro 1252 YY_DECL
|
/external/bison/doc/ |
D | bison.texi | 10068 @code{YY_DECL}, and the C++ parser expects it to be declared. We can 10074 # define YY_DECL \ 10080 YY_DECL;
|
D | bison.info | 9477 signature of `yylex' to be defined in the macro `YY_DECL', and the C++ 9481 # define YY_DECL \ 9487 YY_DECL;
|
/external/bison/ |
D | ChangeLog-2012 | 5784 (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.
|