Home
last modified time | relevance | path

Searched refs:yy_push_state (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/glsl/glcpp/
Dglcpp-lex.l112 "/*" { yy_push_state(COMMENT, yyscanner); }
189 yy_push_state(DEFINE, yyscanner);
/external/iproute2/tc/
Demp_ematch.l35 static void __attribute__ ((unused)) yy_push_state (int new_state );
/external/swiftshader/src/OpenGL/compiler/
Dglslang.l107 "/*" { yy_push_state(COMMENT, yyscanner); }
Dglslang_lex.cpp1212 static void yy_push_state (int _new_state ,yyscan_t yyscanner);
1435 { yy_push_state(COMMENT, yyscanner); }
2921 static void yy_push_state (int _new_state , yyscan_t yyscanner) in yy_push_state() function
/external/bison/
DChangeLog-201215099 ("/*"): BEGIN SC_YACC_COMMENT, not yy_push_state (SC_COMMENT).