Searched defs:YY_DECL (Results 1 - 11 of 11) sorted by relevance

/external/libpcap/
H A Dscanner.h3 #ifndef YY_DECL
4 #define YY_DECL int yylex(void) macro
6 YY_DECL;
H A Dscanner.c2931 #ifndef YY_DECL
2936 #define YY_DECL int pcap_lex (void) macro
2937 #endif /* !YY_DECL */
2956 YY_DECL
/external/bison/examples/calc++/
H A Dcalc++-driver.hh9 # define YY_DECL \ macro
15 YY_DECL;
H A Dcalc++-scanner.cc769 #ifndef YY_DECL
775 #define YY_DECL int yylex (void) macro
779 #endif /* !YY_DECL */
801 YY_DECL
/external/bison/src/
H A 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
866 #endif /* !YY_DECL */
888 YY_DECL
H A 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
951 #endif /* !YY_DECL */
973 YY_DECL
H A Dscan-gram.c988 #define YY_DECL GRAM_LEX_DECL macro
1265 #ifndef YY_DECL
1271 #define YY_DECL int gram_lex (void) macro
1275 #endif /* !YY_DECL */
1300 YY_DECL
/external/skia/src/sksl/
H A Dlex.layout.c784 #ifndef YY_DECL
789 #define YY_DECL int layoutlex (yyscan_t yyscanner) macro
790 #endif /* !YY_DECL */
809 YY_DECL
H A Dlex.sksl.c848 #ifndef YY_DECL
853 #define YY_DECL int sksllex (yyscan_t yyscanner) macro
854 #endif /* !YY_DECL */
873 YY_DECL
/external/swiftshader/src/OpenGL/compiler/preprocessor/
H A DTokenizer.cpp814 #ifndef YY_DECL
820 #define YY_DECL int pplex \ macro
822 #endif /* !YY_DECL */
841 YY_DECL
/external/swiftshader/src/OpenGL/compiler/
H A Dglslang_lex.cpp1295 #ifndef YY_DECL
1301 #define YY_DECL int yylex \ macro
1303 #endif /* !YY_DECL */
1322 YY_DECL

Completed in 297 milliseconds