Home
last modified time | relevance | path

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

/external/libpcap/
Dscanner.h3 #ifndef YY_DECL
4 #define YY_DECL int yylex(void) macro
6 YY_DECL;
Drunlex.sh234 YY_DECL;
Dscanner.c2929 #ifndef YY_DECL
2934 #define YY_DECL int pcap_lex (void) macro
2954 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/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dparse-events-flex.h324 #ifndef YY_DECL
330 #define YY_DECL int parse_events_lex \ macro
345 #undef YY_DECL
Dpmu-flex.c661 #ifndef YY_DECL
666 #define YY_DECL int perf_pmu_lex (void) macro
686 YY_DECL
Dparse-events-flex.c1314 #ifndef YY_DECL
1320 #define YY_DECL int parse_events_lex \ macro
1341 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-code.l44 # define YY_DECL static char *code_lex (code_props *self, int sc_context) macro
45 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-gram.l45 #define YY_DECL GRAM_LEX_DECL macro
/external/elfutils/0.153/libcpu/
Di386_lex.c732 #ifndef YY_DECL
737 #define YY_DECL int i386_lex (void) macro
760 YY_DECL
/external/elfutils/0.153/src/
Dldlex.c1308 #ifndef YY_DECL
1313 #define YY_DECL int ldlex (void) macro
1336 YY_DECL
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglcpp-lex.c847 #ifndef YY_DECL
853 #define YY_DECL int glcpp_lex \ macro
877 YY_DECL
Dglsl_lexer.cc1348 #ifndef YY_DECL
1354 #define YY_DECL int _mesa_glsl_lex \ macro
1378 YY_DECL
Dlex.yy.c1389 #ifndef YY_DECL
1395 #define YY_DECL int _mesa_program_lex \ macro
1416 YY_DECL
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
DTokenizer.cpp783 #ifndef YY_DECL
789 #define YY_DECL int pplex \ macro
810 YY_DECL
/external/chromium_org/third_party/angle/src/compiler/translator/
Dglslang_lex.cpp1225 #ifndef YY_DECL
1231 #define YY_DECL int yylex \ macro
1252 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.