Home
last modified time | relevance | path

Searched refs:yywrap (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstreamer/gst/parse/
Dparse_lex.h207 #ifdef yywrap
210 #define yywrap priv_gst_parse_yywrap macro
511 extern "C" int yywrap ( yyscan_t yyscanner );
513 extern int yywrap ( yyscan_t yyscanner );
665 #undef yywrap
Dlex.priv_gst_parse_yy.c206 #ifdef yywrap
209 #define yywrap priv_gst_parse_yywrap macro
1201 extern "C" int yywrap ( yyscan_t yyscanner );
1203 extern int yywrap ( yyscan_t yyscanner );
1646 if ( yywrap( yyscanner ) )
1958 if ( yywrap( yyscanner ) ) in yyinput()
/third_party/boost/libs/spirit/example/lex/
Dword_count_functor_flex.cpp387 extern "C" int yywrap YY_PROTO(( void ));
389 extern int yywrap YY_PROTO(( void ));
724 if ( yywrap() )
1073 if ( yywrap() ) in yyinput()
1572 extern "C" int yywrap() in yywrap() function
Dword_count_functor.flex55 extern "C" int yywrap()
/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoomsl_lex.l93 int yywrap(void) { return 1; yyunput(0,0); }
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/
DTokenizer.cpp208 #ifdef yywrap
211 # define yywrap ppwrap macro
852 extern "C" int yywrap(yyscan_t yyscanner);
854 extern int yywrap(yyscan_t yyscanner);
1448 if (yywrap(yyscanner))
1753 if (yywrap(yyscanner)) in yyinput()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
Dpreprocessor_lex_autogen.cpp210 #ifdef yywrap
213 # define yywrap ppwrap macro
859 extern "C" int yywrap(yyscan_t yyscanner);
861 extern int yywrap(yyscan_t yyscanner);
1455 if (yywrap(yyscanner))
1760 if (yywrap(yyscanner)) in yyinput()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp273 #ifdef yywrap
276 #define yywrap ppwrap macro
1148 extern "C" int yywrap ( yyscan_t yyscanner );
1150 extern int yywrap ( yyscan_t yyscanner );
1794 if ( yywrap( yyscanner ) )
2113 if ( yywrap( yyscanner ) ) in yyinput()
/third_party/mesa3d/src/intel/tools/
Di965_lex.l418 #ifndef yywrap
419 int yywrap()
/third_party/ltp/pan/
Dscan.l434 yywrap(void)
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp489 #define yywrap(yyscanner) (/*CONSTCOND*/1) macro
1361 extern "C" int yywrap ( yyscan_t yyscanner );
1363 extern int yywrap ( yyscan_t yyscanner );
2429 if ( yywrap( yyscanner ) )
2748 if ( yywrap( yyscanner ) ) in yyinput()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_lex.cpp492 #define yywrap(yyscanner) (/*CONSTCOND*/1) macro
1414 extern "C" int yywrap ( yyscan_t yyscanner );
1416 extern int yywrap ( yyscan_t yyscanner );
2588 if ( yywrap( yyscanner ) )
2909 if ( yywrap( yyscanner ) ) in yyinput()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_lex_autogen.cpp395 #define yywrap(yyscanner) (/*CONSTCOND*/ 1) macro
1067 extern "C" int yywrap(yyscan_t yyscanner);
1069 extern int yywrap(yyscan_t yyscanner);
2221 if (yywrap(yyscanner))
2526 if (yywrap(yyscanner)) in yyinput()