Home
last modified time | relevance | path

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

/external/bison/src/
Dreader.h54 # define YY_DECL int gram_lex (YYSTYPE *val, location *loc) macro
55 YY_DECL;
Dscan-skel.c803 #ifndef YY_DECL
809 #define YY_DECL int skel_lex (void) macro
835 YY_DECL
2115 #undef YY_DECL
Dscan-gram.c1193 #ifndef YY_DECL
1199 #define YY_DECL int gram_lex (void) macro
1228 YY_DECL
3357 #undef YY_DECL
/external/webkit/Source/WebCore/css/
Dmaketokenizer34 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/;
DCSSParser.cpp6797 #define YY_DECL int CSSParser::lex() macro
/external/bluetooth/bluez/tools/
Dlexer.c507 #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
Dlexer.l47 #define YY_DECL int yylex(void) macro
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
Dinitscan-mvs.c150 #define YY_DECL int yylex YY_PROTO(( void )) macro
207 #undef YY_DECL
208 #define YY_DECL \ macro
1281 YY_DECL
/external/libpcap/
Dscanner.c2617 #ifndef YY_DECL
2622 #define YY_DECL int pcap_lex (void) macro
2642 YY_DECL
4420 #undef YY_DECL
/external/elfutils/libcpu/
Di386_lex.c732 #ifndef YY_DECL
737 #define YY_DECL int i386_lex (void) macro
760 YY_DECL
/external/webkit/Tools/android/flex-2.5.4a/
Dinitscan.c1287 #define YY_DECL \ macro
1458 #ifndef YY_DECL
1459 #define YY_DECL int yylex YY_PROTO(( void )) macro
1480 YY_DECL
Dscan.l44 #define YY_DECL \ macro
Dflex.skl427 #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/
Dldlex.c1308 #ifndef YY_DECL
1313 #define YY_DECL int ldlex (void) macro
1336 YY_DECL
/external/mesa3d/src/glsl/glcpp/
Dglcpp-lex.c916 #ifndef YY_DECL
922 #define YY_DECL int glcpp_lex \ macro
946 YY_DECL
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang_lex.cpp974 #ifndef YY_DECL
980 #define YY_DECL int yylex \ macro
1001 YY_DECL
/external/mesa3d/src/glsl/
Dglsl_lexer.cpp1255 #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/
Dflex.info873 the "YY_DECL" macro. For example, you could use:
875 #define YY_DECL float lexscan( a, b ) float a, b;
2671 YY_DECL
Dflex.texi1054 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/
Dflex.man978 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/
Dbison.texinfo7293 @code{YY_DECL}, and the C++ parser expects it to be declared. We can
7299 # define YY_DECL \
7305 YY_DECL;
Dbison.info6711 signature of `yylex' to be defined in the macro `YY_DECL', and the C++
6715 # define YY_DECL \
6721 YY_DECL;
/external/bison/
DChangeLog6096 (YY_DECL): Don't use "yy" at start of local variables.