Home
last modified time | relevance | path

Searched refs:yywrap (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A 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()
1835 * EOF (yywrap()) processing, but the only time this flag in yy_switch_to_buffer()
1836 * is looked at is after yywrap() is called, so it's safe in yy_switch_to_buffer()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A 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()
2190 * EOF (yywrap()) processing, but the only time this flag in yy_switch_to_buffer()
2191 * is looked at is after yywrap() is called, so it's safe in yy_switch_to_buffer()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A 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()
2609 * EOF (yywrap()) processing, but the only time this flag in yy_switch_to_buffer()
2610 * is looked at is after yywrap() is called, so it's safe in yy_switch_to_buffer()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A 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()
2831 * EOF (yywrap()) processing, but the only time this flag in yy_switch_to_buffer()
2832 * is looked at is after yywrap() is called, so it's safe in yy_switch_to_buffer()

Completed in 16 milliseconds