Home
last modified time | relevance | path

Searched refs:yyscan_t (Results 1 – 24 of 24) sorted by relevance

/third_party/gstreamer/gstreamer/gst/parse/
Dparse_lex.h335 typedef void* yyscan_t; typedef
423 void yyrestart ( FILE *input_file , yyscan_t yyscanner );
424 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer , yyscan_t yyscanner );
425 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size , yyscan_t yyscanner );
426 void yy_delete_buffer ( YY_BUFFER_STATE b , yyscan_t yyscanner );
427 void yy_flush_buffer ( YY_BUFFER_STATE b , yyscan_t yyscanner );
428 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer , yyscan_t yyscanner );
429 void yypop_buffer_state ( yyscan_t yyscanner );
431 YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size , yyscan_t yyscanner );
432 YY_BUFFER_STATE yy_scan_string ( const char *yy_str , yyscan_t yyscanner );
[all …]
Dlex.priv_gst_parse_yy.c342 typedef void* yyscan_t; typedef
501 void yyrestart ( FILE *input_file , yyscan_t yyscanner );
502 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer , yyscan_t yyscanner );
503 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size , yyscan_t yyscanner );
504 void yy_delete_buffer ( YY_BUFFER_STATE b , yyscan_t yyscanner );
505 void yy_flush_buffer ( YY_BUFFER_STATE b , yyscan_t yyscanner );
506 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer , yyscan_t yyscanner );
507 void yypop_buffer_state ( yyscan_t yyscanner );
509 static void yyensure_buffer_stack ( yyscan_t yyscanner );
510 static void yy_load_buffer_state ( yyscan_t yyscanner );
[all …]
Dgrammar.y1188 yyscan_t scanner;
Dgrammar.y.in1188 yyscan_t scanner;
Dgrammar.tab.c2865 yyscan_t scanner; in priv_gst_parse_launch()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_lex.cpp219 typedef void* yyscan_t; typedef
443 void yyrestart ( FILE *input_file , yyscan_t yyscanner );
444 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer , yyscan_t yyscanner );
445 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size , yyscan_t yyscanner );
446 void yy_delete_buffer ( YY_BUFFER_STATE b , yyscan_t yyscanner );
447 void yy_flush_buffer ( YY_BUFFER_STATE b , yyscan_t yyscanner );
448 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer , yyscan_t yyscanner );
449 void yypop_buffer_state ( yyscan_t yyscanner );
452 static void yyensure_buffer_stack ( yyscan_t yyscanner );
453 static void yy_load_buffer_state ( yyscan_t yyscanner );
[all …]
Dglslang.l80 static yy_size_t string_input(char* buf, yy_size_t max_size, yyscan_t yyscanner);
81 static int check_type(yyscan_t yyscanner);
82 static int reserved_word(yyscan_t yyscanner);
95 static int float_constant(yyscan_t yyscanner);
433 yy_size_t string_input(char* buf, yy_size_t max_size, yyscan_t yyscanner) {
449 int check_type(yyscan_t yyscanner) { in check_type()
463 int reserved_word(yyscan_t yyscanner) { in reserved_word()
472 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_reserved_ES3_keyword()
484 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_keyword_ES3_reserved()
497 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_ident_ES3_reserved_ES3_1_keyword()
[all …]
D64bit-lexer-safety.patch5 @@ -2698,8 +2703,10 @@ static int yy_get_next_buffer (yyscan_t yyscanner)
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_lex_autogen.cpp174 typedef void *yyscan_t; typedef
351 void yyrestart(FILE *input_file, yyscan_t yyscanner);
352 void yy_switch_to_buffer(YY_BUFFER_STATE new_buffer, yyscan_t yyscanner);
353 YY_BUFFER_STATE yy_create_buffer(FILE *file, int size, yyscan_t yyscanner);
354 void yy_delete_buffer(YY_BUFFER_STATE b, yyscan_t yyscanner);
355 void yy_flush_buffer(YY_BUFFER_STATE b, yyscan_t yyscanner);
356 void yypush_buffer_state(YY_BUFFER_STATE new_buffer, yyscan_t yyscanner);
357 void yypop_buffer_state(yyscan_t yyscanner);
359 static void yyensure_buffer_stack(yyscan_t yyscanner);
360 static void yy_load_buffer_state(yyscan_t yyscanner);
[all …]
Dglslang.l85 static yy_size_t string_input(char* buf, yy_size_t max_size, yyscan_t yyscanner);
86 static int check_type(yyscan_t yyscanner);
87 static int reserved_word(yyscan_t yyscanner);
118 static int float_constant(yyscan_t yyscanner);
465 yy_size_t string_input(char* buf, yy_size_t max_size, yyscan_t yyscanner) {
481 int check_type(yyscan_t yyscanner) { in check_type()
495 int reserved_word(yyscan_t yyscanner) { in reserved_word()
516 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_reserved_ES3_keyword()
528 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_keyword_ES3_reserved()
541 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES3_reserved_ES3_1_keyword()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp216 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 );
[all …]
Dglslang.l73 static yy_size_t string_input(char* buf, yy_size_t max_size, yyscan_t yyscanner);
74 static int check_type(yyscan_t yyscanner);
75 static int reserved_word(yyscan_t yyscanner);
80 static int int_constant(yyscan_t yyscanner);
81 static int float_constant(yyscan_t yyscanner);
405 yy_size_t string_input(char* buf, yy_size_t max_size, yyscan_t yyscanner) {
421 int check_type(yyscan_t yyscanner) { in check_type()
437 int reserved_word(yyscan_t yyscanner) { in reserved_word()
447 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_reserved_ES3_keyword()
459 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_keyword_ES3_reserved()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/
DTokenizer.cpp356 typedef void *yyscan_t; typedef
512 void yyrestart(FILE *input_file, yyscan_t yyscanner);
513 void yy_switch_to_buffer(YY_BUFFER_STATE new_buffer, yyscan_t yyscanner);
514 YY_BUFFER_STATE yy_create_buffer(FILE *file, int size, yyscan_t yyscanner);
515 void yy_delete_buffer(YY_BUFFER_STATE b, yyscan_t yyscanner);
516 void yy_flush_buffer(YY_BUFFER_STATE b, yyscan_t yyscanner);
517 void yypush_buffer_state(YY_BUFFER_STATE new_buffer, yyscan_t yyscanner);
518 void yypop_buffer_state(yyscan_t yyscanner);
520 static void yyensure_buffer_stack(yyscan_t yyscanner);
521 static void yy_load_buffer_state(yyscan_t yyscanner);
[all …]
D64bit-tokenizer-safety.patch5 @@ -1746,8 +1746,10 @@ static int yy_get_next_buffer (yyscan_t yyscanner)
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp450 typedef void* yyscan_t; typedef
655 void yyrestart ( FILE *input_file , yyscan_t yyscanner );
656 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer , yyscan_t yyscanner );
657 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size , yyscan_t yyscanner );
658 void yy_delete_buffer ( YY_BUFFER_STATE b , yyscan_t yyscanner );
659 void yy_flush_buffer ( YY_BUFFER_STATE b , yyscan_t yyscanner );
660 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer , yyscan_t yyscanner );
661 void yypop_buffer_state ( yyscan_t yyscanner );
664 static void yyensure_buffer_stack ( yyscan_t yyscanner );
665 static void yy_load_buffer_state ( yyscan_t yyscanner );
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
Dpreprocessor_lex_autogen.cpp358 typedef void *yyscan_t; typedef
514 void yyrestart(FILE *input_file, yyscan_t yyscanner);
515 void yy_switch_to_buffer(YY_BUFFER_STATE new_buffer, yyscan_t yyscanner);
516 YY_BUFFER_STATE yy_create_buffer(FILE *file, int size, yyscan_t yyscanner);
517 void yy_delete_buffer(YY_BUFFER_STATE b, yyscan_t yyscanner);
518 void yy_flush_buffer(YY_BUFFER_STATE b, yyscan_t yyscanner);
519 void yypush_buffer_state(YY_BUFFER_STATE new_buffer, yyscan_t yyscanner);
520 void yypop_buffer_state(yyscan_t yyscanner);
522 static void yyensure_buffer_stack(yyscan_t yyscanner);
523 static void yy_load_buffer_state(yyscan_t yyscanner);
[all …]
/third_party/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.h40 #define yyscan_t void* macro
189 yyscan_t scanner;
261 glcpp_lex_init_extra (glcpp_parser_t *parser, yyscan_t* scanner);
267 glcpp_lex (YYSTYPE *lvalp, YYLTYPE *llocp, yyscan_t scanner);
270 glcpp_lex_destroy (yyscan_t scanner);
Dglcpp-lex.l34 int glcpp_get_column (yyscan_t yyscanner);
35 void glcpp_set_column (int column_no , yyscan_t yyscanner);
/third_party/libnl/lib/route/
Dpktloc_grammar.l10 int pktloc_get_column(yyscan_t);
11 void pktloc_set_column(int, yyscan_t);
Dpktloc.c92 yyscan_t scanner = NULL; in read_pktlocs()
/third_party/libnl/lib/route/cls/
Dematch_grammar.l21 int ematch_get_column(yyscan_t);
22 void ematch_set_column(int, yyscan_t);
Dematch.c694 yyscan_t scanner = NULL; in rtnl_ematch_parse_expr()
/third_party/mesa3d/src/mesa/program/
Dprogram_lexer.l158 int yyget_column (yyscan_t yyscanner);
159 void yyset_column (int column_no , yyscan_t yyscanner);
/third_party/gstreamer/gstreamer/
DChangeLog38422 parse: Don't define yyscan_t twice