Home
last modified time | relevance | path

Searched defs:yyscanner (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglcpp-lex.c1481 static int yy_get_next_buffer (yyscan_t yyscanner) in yy_get_next_buffer()
1616 static yy_state_type yy_get_previous_state (yyscan_t yyscanner) in yy_get_previous_state()
1650 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) in yy_try_NUL_trans()
1674 static void yyunput (int c, register char * yy_bp , yyscan_t yyscanner) in yyunput()
1714 static int yyinput (yyscan_t yyscanner) in yyinput()
1794 void glcpp_restart (FILE * input_file , yyscan_t yyscanner) in glcpp_restart()
1812 void glcpp__switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) in glcpp__switch_to_buffer()
1844 static void glcpp__load_buffer_state (yyscan_t yyscanner) in glcpp__load_buffer_state()
1859 YY_BUFFER_STATE glcpp__create_buffer (FILE * file, int size , yyscan_t yyscanner) in glcpp__create_buffer()
1887 void glcpp__delete_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) in glcpp__delete_buffer()
[all …]
Dglsl_lexer.cc2939 static yy_state_type yy_get_previous_state (yyscan_t yyscanner) in yy_get_previous_state()
2973 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) in yy_try_NUL_trans()
2999 static int yyinput (yyscan_t yyscanner) in yyinput()
3079 void _mesa_glsl_restart (FILE * input_file , yyscan_t yyscanner) in _mesa_glsl_restart()
3097 void _mesa_glsl__switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) in _mesa_glsl__switch_to_buffer()
3129 static void _mesa_glsl__load_buffer_state (yyscan_t yyscanner) in _mesa_glsl__load_buffer_state()
3144 YY_BUFFER_STATE _mesa_glsl__create_buffer (FILE * file, int size , yyscan_t yyscanner) in _mesa_glsl__create_buffer()
3172 void _mesa_glsl__delete_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) in _mesa_glsl__delete_buffer()
3192 static void _mesa_glsl__init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner) in _mesa_glsl__init_buffer()
3221 void _mesa_glsl__flush_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) in _mesa_glsl__flush_buffer()
[all …]
Dlex.yy.c2630 static int yy_get_next_buffer (yyscan_t yyscanner) in yy_get_next_buffer()
2765 static yy_state_type yy_get_previous_state (yyscan_t yyscanner) in yy_get_previous_state()
2798 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) in yy_try_NUL_trans()
2822 static void yyunput (int c, register char * yy_bp , yyscan_t yyscanner) in yyunput()
2862 static int yyinput (yyscan_t yyscanner) in yyinput()
2940 void _mesa_program_restart (FILE * input_file , yyscan_t yyscanner) in _mesa_program_restart()
2958 void _mesa_program__switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) in _mesa_program__switch_to_buffer()
2990 static void _mesa_program__load_buffer_state (yyscan_t yyscanner) in _mesa_program__load_buffer_state()
3005 YY_BUFFER_STATE _mesa_program__create_buffer (FILE * file, int size , yyscan_t yyscanner) in _mesa_program__create_buffer()
3033 void _mesa_program__delete_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) in _mesa_program__delete_buffer()
[all …]
/external/chromium_org/third_party/angle/src/compiler/
Dglslang_lex.cpp1996 static yy_state_type yy_get_previous_state (yyscan_t yyscanner) in yy_get_previous_state()
2029 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) in yy_try_NUL_trans()
2055 static int yyinput (yyscan_t yyscanner) in yyinput()
2140 void yyrestart (FILE * input_file , yyscan_t yyscanner) in yyrestart()
2158 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) in yy_switch_to_buffer()
2190 static void yy_load_buffer_state (yyscan_t yyscanner) in yy_load_buffer_state()
2205 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size , yyscan_t yyscanner) in yy_create_buffer()
2233 void yy_delete_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) in yy_delete_buffer()
2253 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner) in yy_init_buffer()
2282 void yy_flush_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) in yy_flush_buffer()
[all …]
Dglslang.l271 int check_type(yyscan_t yyscanner) { in check_type()
285 int reserved_word(yyscan_t yyscanner) { in reserved_word()
298 int int_constant(yyscan_t yyscanner) { in int_constant()
306 int float_constant(yyscan_t yyscanner) { in float_constant()
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
DTokenizer.cpp1430 static yy_state_type yy_get_previous_state (yyscan_t yyscanner) in yy_get_previous_state()
1463 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) in yy_try_NUL_trans()
1489 static int yyinput (yyscan_t yyscanner) in yyinput()
1567 void pprestart (FILE * input_file , yyscan_t yyscanner) in pprestart()
1585 void pp_switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) in pp_switch_to_buffer()
1617 static void pp_load_buffer_state (yyscan_t yyscanner) in pp_load_buffer_state()
1632 YY_BUFFER_STATE pp_create_buffer (FILE * file, int size , yyscan_t yyscanner) in pp_create_buffer()
1660 void pp_delete_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) in pp_delete_buffer()
1680 static void pp_init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner) in pp_init_buffer()
1709 void pp_flush_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) in pp_flush_buffer()
[all …]