Lines Matching refs:yyscan_t
154 typedef void* yyscan_t; typedef
338 void yyrestart (FILE *input_file ,yyscan_t yyscanner );
339 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
340 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ,yyscan_t yyscanner );
341 void yy_delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
342 void yy_flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
343 void yypush_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
344 void yypop_buffer_state (yyscan_t yyscanner );
346 static void yyensure_buffer_stack (yyscan_t yyscanner );
347 static void yy_load_buffer_state (yyscan_t yyscanner );
348 static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file ,yyscan_t yyscanner );
352 YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size ,yyscan_t yyscanner );
353 YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str ,yyscan_t yyscanner );
354 YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len ,yyscan_t yyscanner );
356 void *yyalloc (yy_size_t ,yyscan_t yyscanner );
357 void *yyrealloc (void *,yy_size_t ,yyscan_t yyscanner );
358 void yyfree (void * ,yyscan_t yyscanner );
395 static yy_state_type yy_get_previous_state (yyscan_t yyscanner );
396 static yy_state_type yy_try_NUL_trans (yy_state_type current_state ,yyscan_t yyscanner);
397 static int yy_get_next_buffer (yyscan_t yyscanner );
401 static void yy_fatal_error (yyconst char msg[] ,yyscan_t yyscanner );
1070 static yy_size_t string_input(char* buf, yy_size_t max_size, yyscan_t yyscanner);
1071 static int check_type(yyscan_t yyscanner);
1072 static int reserved_word(yyscan_t yyscanner);
1077 static int int_constant(yyscan_t yyscanner);
1078 static int float_constant(yyscan_t yyscanner);
1125 static int yy_init_globals (yyscan_t yyscanner );
1133 int yylex_init (yyscan_t* scanner);
1135 int yylex_init_extra (YY_EXTRA_TYPE user_defined,yyscan_t* scanner);
1140 int yylex_destroy (yyscan_t yyscanner );
1142 int yyget_debug (yyscan_t yyscanner );
1144 void yyset_debug (int debug_flag ,yyscan_t yyscanner );
1146 YY_EXTRA_TYPE yyget_extra (yyscan_t yyscanner );
1148 void yyset_extra (YY_EXTRA_TYPE user_defined ,yyscan_t yyscanner );
1150 FILE *yyget_in (yyscan_t yyscanner );
1152 void yyset_in (FILE * _in_str ,yyscan_t yyscanner );
1154 FILE *yyget_out (yyscan_t yyscanner );
1156 void yyset_out (FILE * _out_str ,yyscan_t yyscanner );
1158 yy_size_t yyget_leng (yyscan_t yyscanner );
1160 char *yyget_text (yyscan_t yyscanner );
1162 int yyget_lineno (yyscan_t yyscanner );
1164 void yyset_lineno (int _line_number ,yyscan_t yyscanner );
1166 int yyget_column (yyscan_t yyscanner );
1168 void yyset_column (int _column_no ,yyscan_t yyscanner );
1170 YYSTYPE * yyget_lval (yyscan_t yyscanner );
1172 void yyset_lval (YYSTYPE * yylval_param ,yyscan_t yyscanner );
1174 YYLTYPE *yyget_lloc (yyscan_t yyscanner );
1176 void yyset_lloc (YYLTYPE * yylloc_param ,yyscan_t yyscanner );
1184 extern "C" int yywrap (yyscan_t yyscanner );
1186 extern int yywrap (yyscan_t yyscanner );
1195 static void yy_flex_strncpy (char *,yyconst char *,int ,yyscan_t yyscanner);
1199 static int yy_flex_strlen (yyconst char * ,yyscan_t yyscanner);
1205 static int yyinput (yyscan_t yyscanner );
1207 static int input (yyscan_t yyscanner );
1212 static void yy_push_state (int _new_state ,yyscan_t yyscanner);
1214 static void yy_pop_state (yyscan_t yyscanner );
1216 static int yy_top_state (yyscan_t yyscanner );
1299 (YYSTYPE * yylval_param,YYLTYPE * yylloc_param ,yyscan_t yyscanner);
1302 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner)
2284 static int yy_get_next_buffer (yyscan_t yyscanner)
2419 static yy_state_type yy_get_previous_state (yyscan_t yyscanner) in yy_get_previous_state()
2452 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) in yy_try_NUL_trans()
2483 static int yyinput (yyscan_t yyscanner) in yyinput()
2485 static int input (yyscan_t yyscanner) in yyinput()
2568 void yyrestart (FILE * input_file , yyscan_t yyscanner) in yyrestart()
2586 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) in yy_switch_to_buffer()
2618 static void yy_load_buffer_state (yyscan_t yyscanner) in yy_load_buffer_state()
2633 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size , yyscan_t yyscanner) in yy_create_buffer()
2661 void yy_delete_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) in yy_delete_buffer()
2681 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner) in yy_init_buffer()
2710 void yy_flush_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) in yy_flush_buffer()
2740 void yypush_buffer_state (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) in yypush_buffer_state()
2771 void yypop_buffer_state (yyscan_t yyscanner) in yypop_buffer_state()
2791 static void yyensure_buffer_stack (yyscan_t yyscanner) in yyensure_buffer_stack()
2841 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size , yyscan_t yyscanner) in yy_scan_buffer()
2878 YY_BUFFER_STATE yy_scan_string (yyconst char * yystr , yyscan_t yyscanner) in yy_scan_string()
2891 YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len , yyscan_t yyscanne… in yy_scan_bytes()
2921 static void yy_push_state (int _new_state , yyscan_t yyscanner) in yy_push_state()
2946 static void yy_pop_state (yyscan_t yyscanner) in yy_pop_state()
2955 static int yy_top_state (yyscan_t yyscanner) in yy_top_state()
2965 static void yy_fatal_error (yyconst char* msg , yyscan_t yyscanner) in yy_fatal_error()
2995 YY_EXTRA_TYPE yyget_extra (yyscan_t yyscanner) in yyget_extra()
3004 int yyget_lineno (yyscan_t yyscanner) in yyget_lineno()
3017 int yyget_column (yyscan_t yyscanner) in yyget_column()
3030 FILE *yyget_in (yyscan_t yyscanner) in yyget_in()
3039 FILE *yyget_out (yyscan_t yyscanner) in yyget_out()
3048 yy_size_t yyget_leng (yyscan_t yyscanner) in yyget_leng()
3058 char *yyget_text (yyscan_t yyscanner) in yyget_text()
3068 void yyset_extra (YY_EXTRA_TYPE user_defined , yyscan_t yyscanner) in yyset_extra()
3078 void yyset_lineno (int _line_number , yyscan_t yyscanner) in yyset_lineno()
3093 void yyset_column (int _column_no , yyscan_t yyscanner) in yyset_column()
3110 void yyset_in (FILE * _in_str , yyscan_t yyscanner) in yyset_in()
3116 void yyset_out (FILE * _out_str , yyscan_t yyscanner) in yyset_out()
3122 int yyget_debug (yyscan_t yyscanner) in yyget_debug()
3128 void yyset_debug (int _bdebug , yyscan_t yyscanner) in yyset_debug()
3136 YYSTYPE * yyget_lval (yyscan_t yyscanner) in yyget_lval()
3142 void yyset_lval (YYSTYPE * yylval_param , yyscan_t yyscanner) in yyset_lval()
3148 YYLTYPE *yyget_lloc (yyscan_t yyscanner) in yyget_lloc()
3154 void yyset_lloc (YYLTYPE * yylloc_param , yyscan_t yyscanner) in yyset_lloc()
3167 int yylex_init(yyscan_t* ptr_yy_globals) in yylex_init()
3175 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL ); in yylex_init()
3196 int yylex_init_extra(YY_EXTRA_TYPE yy_user_defined,yyscan_t* ptr_yy_globals ) in yylex_init_extra()
3208 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); in yylex_init_extra()
3224 static int yy_init_globals (yyscan_t yyscanner) in yy_init_globals()
3258 int yylex_destroy (yyscan_t yyscanner) in yylex_destroy()
3292 static void yy_flex_strncpy (char* s1, yyconst char * s2, int n , yyscan_t yyscanner) in yy_flex_strncpy()
3304 static int yy_flex_strlen (yyconst char * s , yyscan_t yyscanner) in yy_flex_strlen()
3314 void *yyalloc (yy_size_t size , yyscan_t yyscanner) in yyalloc()
3321 void *yyrealloc (void * ptr, yy_size_t size , yyscan_t yyscanner) in yyrealloc()
3336 void yyfree (void * ptr , yyscan_t yyscanner) in yyfree()
3345 yy_size_t string_input(char* buf, yy_size_t max_size, yyscan_t yyscanner) { in string_input()
3361 int check_type(yyscan_t yyscanner) { in check_type()
3377 int reserved_word(yyscan_t yyscanner) { in reserved_word()
3387 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_reserved_ES3_keyword()
3399 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_keyword_ES3_reserved()
3412 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_identifier_ES3_keyword()
3427 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in uint_constant()
3459 int int_constant(yyscan_t yyscanner) { in int_constant()
3467 int float_constant(yyscan_t yyscanner) { in float_constant()
3487 yyscan_t scanner = NULL; in glslang_initialize()
3496 yyscan_t scanner = context->getScanner(); in glslang_finalize()