Home
last modified time | relevance | path

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

/third_party/boost/libs/spirit/example/lex/
Dword_count_functor_flex.cpp684 yy_state_type yy_next_state;
699 yy_next_state = yy_try_NUL_trans( yy_current_state );
703 if ( yy_next_state )
707 yy_current_state = yy_next_state;
/third_party/gstreamer/gstreamer/gst/parse/
Dlex.priv_gst_parse_yy.c1605 yy_state_type yy_next_state; variable
1620 yy_next_state = yy_try_NUL_trans( yy_current_state , yyscanner);
1624 if ( yy_next_state )
1628 yy_current_state = yy_next_state;
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/
DTokenizer.cpp1406 yy_state_type yy_next_state;
1421 yy_next_state = yy_try_NUL_trans(yy_current_state, yyscanner);
1425 if (yy_next_state)
1429 yy_current_state = yy_next_state;
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
Dpreprocessor_lex_autogen.cpp1413 yy_state_type yy_next_state;
1428 yy_next_state = yy_try_NUL_trans(yy_current_state, yyscanner);
1432 if (yy_next_state)
1436 yy_current_state = yy_next_state;
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp1753 yy_state_type yy_next_state;
1768 yy_next_state = yy_try_NUL_trans( yy_current_state , yyscanner);
1772 if ( yy_next_state )
1776 yy_current_state = yy_next_state;
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp2388 yy_state_type yy_next_state;
2403 yy_next_state = yy_try_NUL_trans( yy_current_state , yyscanner);
2407 if ( yy_next_state )
2411 yy_current_state = yy_next_state;
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_lex.cpp2547 yy_state_type yy_next_state;
2562 yy_next_state = yy_try_NUL_trans( yy_current_state , yyscanner);
2566 if ( yy_next_state )
2570 yy_current_state = yy_next_state;
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_lex_autogen.cpp2179 yy_state_type yy_next_state;
2194 yy_next_state = yy_try_NUL_trans(yy_current_state, yyscanner);
2198 if (yy_next_state)
2202 yy_current_state = yy_next_state;
/third_party/toybox/kconfig/
Dlex.zconf.c_shipped1321 yy_state_type yy_next_state;
1336 yy_next_state = yy_try_NUL_trans( yy_current_state );
1340 if ( yy_next_state )
1344 yy_current_state = yy_next_state;