Home
last modified time | relevance | path

Searched refs:yy_init (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/spirit/example/lex/
Dword_count_functor_flex.cpp224 static int yy_init = 1; /* whether we need to initialize */ variable
545 if ( yy_init )
547 yy_init = 0;
/third_party/gstreamer/gstreamer/gst/parse/
Dlex.priv_gst_parse_yy.c1128 int yy_init; member
1341 if ( !yyg->yy_init )
1343 yyg->yy_init = 1;
2601 yyg->yy_init = 0; in yy_init_globals()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/
DTokenizer.cpp771 int yy_init; member
995 if (!yyg->yy_init)
997 yyg->yy_init = 1;
2412 yyg->yy_init = 0; in yy_init_globals()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp1004 int yy_init; member
1337 if ( !yyg->yy_init )
1339 yyg->yy_init = 1;
2853 yyg->yy_init = 0; in yy_init_globals()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
Dpreprocessor_lex_autogen.cpp778 int yy_init; member
1002 if (!yyg->yy_init)
1004 yyg->yy_init = 1;
2419 yyg->yy_init = 0; in yy_init_globals()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp1217 int yy_init; member
1550 if ( !yyg->yy_init )
1552 yyg->yy_init = 1;
3496 yyg->yy_init = 0; in yy_init_globals()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_lex.cpp1270 int yy_init; member
1603 if ( !yyg->yy_init )
1605 yyg->yy_init = 1;
3657 yyg->yy_init = 0; in yy_init_globals()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_lex_autogen.cpp986 int yy_init; member
1210 if (!yyg->yy_init)
1212 yyg->yy_init = 1;
3193 yyg->yy_init = 0; in yy_init_globals()
/third_party/toybox/kconfig/
Dlex.zconf.c_shipped282 static int yy_init = 0; /* whether we need to initialize */
959 if ( !(yy_init) )
961 (yy_init) = 1;
2152 (yy_init) = 0;