/external/bison/src/ |
D | reader.h | 54 # define YY_DECL int gram_lex (YYSTYPE *val, location *loc) macro 55 YY_DECL;
|
D | scan-skel.c | 803 #ifndef YY_DECL 809 #define YY_DECL int skel_lex (void) macro 835 YY_DECL 2115 #undef YY_DECL
|
D | scan-gram.c | 1193 #ifndef YY_DECL 1199 #define YY_DECL int gram_lex (void) macro 1228 YY_DECL 3357 #undef YY_DECL
|
/external/webkit/Source/WebCore/css/ |
D | maketokenizer | 34 data tables and the YY_DECL method over to this file. Remove the 35 init code from YY_DECL and change the YY_END_OF_BUFFER to only call 99 last if /^YY_DECL/;
|
D | CSSParser.cpp | 6797 #define YY_DECL int CSSParser::lex() macro
|
/external/bluetooth/bluez/tools/ |
D | lexer.c | 507 #define YY_DECL int yylex(void) macro 629 #ifndef YY_DECL 634 #define YY_DECL int yylex (void) macro 654 YY_DECL 1753 #undef YY_DECL
|
D | lexer.l | 47 #define YY_DECL int yylex(void) macro
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/ |
D | initscan-mvs.c | 150 #define YY_DECL int yylex YY_PROTO(( void )) macro 207 #undef YY_DECL 208 #define YY_DECL \ macro 1281 YY_DECL
|
/external/libpcap/ |
D | scanner.c | 2617 #ifndef YY_DECL 2622 #define YY_DECL int pcap_lex (void) macro 2642 YY_DECL 4420 #undef YY_DECL
|
/external/elfutils/libcpu/ |
D | i386_lex.c | 732 #ifndef YY_DECL 737 #define YY_DECL int i386_lex (void) macro 760 YY_DECL
|
/external/webkit/Tools/android/flex-2.5.4a/ |
D | initscan.c | 1287 #define YY_DECL \ macro 1458 #ifndef YY_DECL 1459 #define YY_DECL int yylex YY_PROTO(( void )) macro 1480 YY_DECL
|
D | scan.l | 44 #define YY_DECL \ macro
|
D | flex.skl | 427 #ifndef YY_DECL 429 #define YY_DECL int yylex YY_PROTO(( void )) 431 #define YY_DECL int yyFlexLexer::yylex() 449 YY_DECL
|
/external/elfutils/src/ |
D | ldlex.c | 1308 #ifndef YY_DECL 1313 #define YY_DECL int ldlex (void) macro 1336 YY_DECL
|
/external/mesa3d/src/glsl/glcpp/ |
D | glcpp-lex.c | 916 #ifndef YY_DECL 922 #define YY_DECL int glcpp_lex \ macro 946 YY_DECL
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | glslang_lex.cpp | 974 #ifndef YY_DECL 980 #define YY_DECL int yylex \ macro 1001 YY_DECL
|
/external/mesa3d/src/glsl/ |
D | glsl_lexer.cpp | 1255 #ifndef YY_DECL 1261 #define YY_DECL int _mesa_glsl_lex \ macro 1285 YY_DECL
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/ |
D | flex.info | 873 the "YY_DECL" macro. For example, you could use: 875 #define YY_DECL float lexscan( a, b ) float a, b; 2671 YY_DECL
|
D | flex.texi | 1054 changed by defining the "YY_DECL" macro. For example, you 1058 #define YY_DECL float lexscan( a, b ) float a, b; 3170 YY_DECL
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
D | flex.man | 978 changed by defining the "YY_DECL" macro. For example, you 981 #define YY_DECL float lexscan( a, b ) float a, b; 3339 YY_DECL
|
/external/bison/doc/ |
D | bison.texinfo | 7293 @code{YY_DECL}, and the C++ parser expects it to be declared. We can 7299 # define YY_DECL \ 7305 YY_DECL;
|
D | bison.info | 6711 signature of `yylex' to be defined in the macro `YY_DECL', and the C++ 6715 # define YY_DECL \ 6721 YY_DECL;
|
/external/bison/ |
D | ChangeLog | 6096 (YY_DECL): Don't use "yy" at start of local variables.
|