Lines Matching refs:yyscan_t
216 typedef void* yyscan_t; typedef
440 void yyrestart ( FILE *input_file , yyscan_t yyscanner );
441 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer , yyscan_t yyscanner );
442 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size , yyscan_t yyscanner );
443 void yy_delete_buffer ( YY_BUFFER_STATE b , yyscan_t yyscanner );
444 void yy_flush_buffer ( YY_BUFFER_STATE b , yyscan_t yyscanner );
445 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer , yyscan_t yyscanner );
446 void yypop_buffer_state ( yyscan_t yyscanner );
449 static void yyensure_buffer_stack ( yyscan_t yyscanner );
450 static void yy_load_buffer_state ( yyscan_t yyscanner );
451 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file , yyscan_t yyscanner );
455 YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size , yyscan_t yyscanner );
456 YY_BUFFER_STATE yy_scan_string ( const char *yy_str , yyscan_t yyscanner );
457 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len , yyscan_t yyscanner );
460 void *yyalloc ( yy_size_t , yyscan_t yyscanner );
461 void *yyrealloc ( void *, yy_size_t , yyscan_t yyscanner );
462 void yyfree ( void * , yyscan_t yyscanner );
503 static yy_state_type yy_get_previous_state ( yyscan_t yyscanner );
504 static yy_state_type yy_try_NUL_trans ( yy_state_type current_state , yyscan_t yyscanner);
505 static int yy_get_next_buffer ( yyscan_t yyscanner );
506 static void yynoreturn yy_fatal_error ( const char* msg , yyscan_t yyscanner );
1173 static yy_size_t string_input(char* buf, yy_size_t max_size, yyscan_t yyscanner);
1174 static int check_type(yyscan_t yyscanner);
1175 static int reserved_word(yyscan_t yyscanner);
1180 static int int_constant(yyscan_t yyscanner);
1181 static int float_constant(yyscan_t yyscanner);
1250 static int yy_init_globals ( yyscan_t yyscanner );
1266 int yylex_init (yyscan_t* scanner);
1268 int yylex_init_extra ( YY_EXTRA_TYPE user_defined, yyscan_t* scanner);
1276 int yylex_destroy ( yyscan_t yyscanner );
1280 int yyget_debug ( yyscan_t yyscanner );
1284 void yyset_debug ( int debug_flag , yyscan_t yyscanner );
1288 YY_EXTRA_TYPE yyget_extra ( yyscan_t yyscanner );
1292 void yyset_extra ( YY_EXTRA_TYPE user_defined , yyscan_t yyscanner );
1296 FILE *yyget_in ( yyscan_t yyscanner );
1300 void yyset_in ( FILE * _in_str , yyscan_t yyscanner );
1304 FILE *yyget_out ( yyscan_t yyscanner );
1308 void yyset_out ( FILE * _out_str , yyscan_t yyscanner );
1312 int yyget_leng ( yyscan_t yyscanner );
1316 char *yyget_text ( yyscan_t yyscanner );
1320 int yyget_lineno ( yyscan_t yyscanner );
1324 void yyset_lineno ( int _line_number , yyscan_t yyscanner );
1329 int yyget_column ( yyscan_t yyscanner );
1335 void yyset_column ( int _column_no , yyscan_t yyscanner );
1340 YYSTYPE * yyget_lval ( yyscan_t yyscanner );
1343 void yyset_lval ( YYSTYPE * yylval_param , yyscan_t yyscanner );
1347 YYLTYPE *yyget_lloc ( yyscan_t yyscanner );
1351 void yyset_lloc ( YYLTYPE * yylloc_param , yyscan_t yyscanner );
1361 extern "C" int yywrap ( yyscan_t yyscanner );
1363 extern int yywrap ( yyscan_t yyscanner );
1373 static void yy_flex_strncpy ( char *, const char *, int , yyscan_t yyscanner);
1377 static int yy_flex_strlen ( const char * , yyscan_t yyscanner);
1382 static int yyinput ( yyscan_t yyscanner );
1384 static int input ( yyscan_t yyscanner );
1504 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner);
1507 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner)
2496 static int yy_get_next_buffer (yyscan_t yyscanner)
2636 static yy_state_type yy_get_previous_state (yyscan_t yyscanner) in yy_get_previous_state()
2670 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) in yy_try_NUL_trans()
2702 static int yyinput (yyscan_t yyscanner) in yyinput()
2704 static int input (yyscan_t yyscanner) in yyinput()
2787 void yyrestart (FILE * input_file , yyscan_t yyscanner) in yyrestart()
2806 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) in yy_switch_to_buffer()
2839 static void yy_load_buffer_state (yyscan_t yyscanner) in yy_load_buffer_state()
2854 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size , yyscan_t yyscanner) in yy_create_buffer()
2883 void yy_delete_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) in yy_delete_buffer()
2904 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner) in yy_init_buffer()
2936 void yy_flush_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) in yy_flush_buffer()
2966 void yypush_buffer_state (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) in yypush_buffer_state()
2998 void yypop_buffer_state (yyscan_t yyscanner) in yypop_buffer_state()
3019 static void yyensure_buffer_stack (yyscan_t yyscanner) in yyensure_buffer_stack()
3074 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size , yyscan_t yyscanner) in yy_scan_buffer()
3114 YY_BUFFER_STATE yy_scan_string (const char * yystr , yyscan_t yyscanner) in yy_scan_string()
3130 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len , yyscan_t yyscanner) in yy_scan_bytes()
3174 static void yynoreturn yy_fatal_error (const char* msg , yyscan_t yyscanner) in yy_fatal_error()
3207 YY_EXTRA_TYPE yyget_extra (yyscan_t yyscanner) in yyget_extra()
3218 int yyget_lineno (yyscan_t yyscanner) in yyget_lineno()
3235 int yyget_column (yyscan_t yyscanner) in yyget_column()
3252 FILE *yyget_in (yyscan_t yyscanner) in yyget_in()
3263 FILE *yyget_out (yyscan_t yyscanner) in yyget_out()
3274 int yyget_leng (yyscan_t yyscanner) in yyget_leng()
3285 char *yyget_text (yyscan_t yyscanner) in yyget_text()
3297 void yyset_extra (YY_EXTRA_TYPE user_defined , yyscan_t yyscanner) in yyset_extra()
3309 void yyset_lineno (int _line_number , yyscan_t yyscanner) in yyset_lineno()
3328 void yyset_column (int _column_no , yyscan_t yyscanner) in yyset_column()
3350 void yyset_in (FILE * _in_str , yyscan_t yyscanner) in yyset_in()
3358 void yyset_out (FILE * _out_str , yyscan_t yyscanner) in yyset_out()
3367 int yyget_debug (yyscan_t yyscanner) in yyget_debug()
3375 void yyset_debug (int _bdebug , yyscan_t yyscanner) in yyset_debug()
3385 YYSTYPE * yyget_lval (yyscan_t yyscanner) in yyget_lval()
3393 void yyset_lval (YYSTYPE * yylval_param , yyscan_t yyscanner) in yyset_lval()
3402 YYLTYPE *yyget_lloc (yyscan_t yyscanner) in yyget_lloc()
3410 void yyset_lloc (YYLTYPE * yylloc_param , yyscan_t yyscanner) in yyset_lloc()
3426 int yylex_init(yyscan_t* ptr_yy_globals) in yylex_init()
3433 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL ); in yylex_init()
3454 int yylex_init_extra( YY_EXTRA_TYPE yy_user_defined, yyscan_t* ptr_yy_globals ) in yylex_init_extra()
3465 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); in yylex_init_extra()
3482 static int yy_init_globals (yyscan_t yyscanner) in yy_init_globals()
3526 int yylex_destroy (yyscan_t yyscanner) in yylex_destroy()
3568 static void yy_flex_strncpy (char* s1, const char * s2, int n , yyscan_t yyscanner) in yy_flex_strncpy()
3582 static int yy_flex_strlen (const char * s , yyscan_t yyscanner) in yy_flex_strlen()
3594 void *yyalloc (yy_size_t size , yyscan_t yyscanner) in yyalloc()
3603 void *yyrealloc (void * ptr, yy_size_t size , yyscan_t yyscanner) in yyrealloc()
3620 void yyfree (void * ptr , yyscan_t yyscanner) in yyfree()
3637 yy_size_t string_input(char* buf, yy_size_t max_size, yyscan_t yyscanner) { in string_input()
3653 int check_type(yyscan_t yyscanner) { in check_type()
3669 int reserved_word(yyscan_t yyscanner) { in reserved_word()
3679 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_reserved_ES3_keyword()
3691 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_keyword_ES3_reserved()
3704 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_identifier_ES3_keyword()
3750 int int_constant(yyscan_t yyscanner) { in int_constant()
3758 int float_constant(yyscan_t yyscanner) { in float_constant()
3778 yyscan_t scanner = NULL; in glslang_initialize()
3787 yyscan_t scanner = context->getScanner(); in glslang_finalize()