Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang.l481 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() local
528 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_keyword_ES3_reserved() local
541 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES3_reserved_ES3_1_keyword() local
559 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES3_keyword() local
573 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_reserved_ES3_1_keyword() local
586 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES3_1_keyword() local
609 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in WEBGL_video_texture_extension() local
618 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_extension_2_ES3_keyword() local
[all …]
Dglslang_lex_autogen.cpp395 #define yywrap(yyscanner) (/*CONSTCOND*/ 1) argument
2415 static yy_state_type yy_get_previous_state(yyscan_t yyscanner) in yy_get_previous_state()
2448 static yy_state_type yy_try_NUL_trans(yy_state_type yy_current_state, yyscan_t yyscanner) in yy_try_NUL_trans()
2480 static int yyinput(yyscan_t yyscanner) in yyinput()
2566 void yyrestart(FILE *input_file, yyscan_t yyscanner) in yyrestart()
2584 void yy_switch_to_buffer(YY_BUFFER_STATE new_buffer, yyscan_t yyscanner) in yy_switch_to_buffer()
2616 static void yy_load_buffer_state(yyscan_t yyscanner) in yy_load_buffer_state()
2631 YY_BUFFER_STATE yy_create_buffer(FILE *file, int size, yyscan_t yyscanner) in yy_create_buffer()
2659 void yy_delete_buffer(YY_BUFFER_STATE b, yyscan_t yyscanner) in yy_delete_buffer()
2679 static void yy_init_buffer(YY_BUFFER_STATE b, FILE *file, yyscan_t yyscanner) in yy_init_buffer()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_lex.cpp492 #define yywrap(yyscanner) (/*CONSTCOND*/1) argument
2797 static yy_state_type yy_get_previous_state (yyscan_t yyscanner) in yy_get_previous_state()
2831 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) in yy_try_NUL_trans()
2863 static int yyinput (yyscan_t yyscanner) in yyinput()
2948 void yyrestart (FILE * input_file , yyscan_t yyscanner) in yyrestart()
2967 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) in yy_switch_to_buffer()
3000 static void yy_load_buffer_state (yyscan_t yyscanner) in yy_load_buffer_state()
3015 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size , yyscan_t yyscanner) in yy_create_buffer()
3044 void yy_delete_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) in yy_delete_buffer()
3065 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner) in yy_init_buffer()
[all …]
Dglslang.l449 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() local
484 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_keyword_ES3_reserved() local
497 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_ident_ES3_reserved_ES3_1_keyword() local
515 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_ident_ES3_keyword() local
529 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_and_ES3_reserved_ES3_1_keyword() local
542 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_and_ES3_ident_ES3_1_keyword() local
556 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_extension_ES3_keyword_else_reserved() local
570 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES3_extension_keyword_else_ident() local
[all …]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp489 #define yywrap(yyscanner) (/*CONSTCOND*/1) argument
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()
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()
[all …]
Dglslang.l421 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() local
459 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_keyword_ES3_reserved() local
472 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_identifier_ES3_keyword() local
520 int int_constant(yyscan_t yyscanner) { in int_constant()
528 int float_constant(yyscan_t yyscanner) { in float_constant()
Dglslang_tab.cpp1731 …const * const yyvaluep, YYLTYPE const * const yylocationp, TParseContext* context, void* yyscanner) in yy_symbol_value_print()
1753 …const * const yyvaluep, YYLTYPE const * const yylocationp, TParseContext* context, void* yyscanner) in yy_symbol_print()
1793 …_int16 *yyssp, YYSTYPE *yyvsp, YYLTYPE *yylsp, int yyrule, TParseContext* context, void* yyscanner) in yy_reduce_print()
2073 …ymsg, int yytype, YYSTYPE *yyvaluep, YYLTYPE *yylocationp, TParseContext* context, void* yyscanner) in yydestruct()
2096 yyparse (TParseContext* context, void* yyscanner) in yyparse()
/third_party/gstreamer/gstreamer/gst/parse/
Dlex.priv_gst_parse_yy.c545 #define priv_gst_parse_yywrap(yyscanner) (/*CONSTCOND*/1) argument
1709 static int yy_get_next_buffer (yyscan_t yyscanner) in yy_get_next_buffer()
1848 static yy_state_type yy_get_previous_state (yyscan_t yyscanner) in yy_get_previous_state()
1881 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) in yy_try_NUL_trans()
1912 static int yyinput (yyscan_t yyscanner) in yyinput()
1990 void yyrestart (FILE * input_file , yyscan_t yyscanner) in yyrestart()
2008 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) in yy_switch_to_buffer()
2040 static void yy_load_buffer_state (yyscan_t yyscanner) in yy_load_buffer_state()
2055 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size , yyscan_t yyscanner) in yy_create_buffer()
2083 void yy_delete_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) in yy_delete_buffer()
[all …]
Dparse_lex.h441 #define priv_gst_parse_yywrap(yyscanner) (/*CONSTCOND*/1) argument
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/
DTokenizer.cpp556 #define ppwrap(yyscanner) (/*CONSTCOND*/ 1) argument
1642 static yy_state_type yy_get_previous_state(yyscan_t yyscanner) in yy_get_previous_state()
1675 static yy_state_type yy_try_NUL_trans(yy_state_type yy_current_state, yyscan_t yyscanner) in yy_try_NUL_trans()
1707 static int yyinput(yyscan_t yyscanner) in yyinput()
1785 void yyrestart(FILE *input_file, yyscan_t yyscanner) in yyrestart()
1803 void yy_switch_to_buffer(YY_BUFFER_STATE new_buffer, yyscan_t yyscanner) in yy_switch_to_buffer()
1835 static void yy_load_buffer_state(yyscan_t yyscanner) in yy_load_buffer_state()
1850 YY_BUFFER_STATE yy_create_buffer(FILE *file, int size, yyscan_t yyscanner) in yy_create_buffer()
1878 void yy_delete_buffer(YY_BUFFER_STATE b, yyscan_t yyscanner) in yy_delete_buffer()
1898 static void yy_init_buffer(YY_BUFFER_STATE b, FILE *file, yyscan_t yyscanner) in yy_init_buffer()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp704 #define ppwrap(yyscanner) (/*CONSTCOND*/1) argument
2001 static yy_state_type yy_get_previous_state (yyscan_t yyscanner) in yy_get_previous_state()
2035 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) in yy_try_NUL_trans()
2067 static int yyinput (yyscan_t yyscanner) in yyinput()
2146 void yyrestart (FILE * input_file , yyscan_t yyscanner) in yyrestart()
2165 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) in yy_switch_to_buffer()
2198 static void yy_load_buffer_state (yyscan_t yyscanner) in yy_load_buffer_state()
2213 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size , yyscan_t yyscanner) in yy_create_buffer()
2242 void yy_delete_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) in yy_delete_buffer()
2263 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner) in yy_init_buffer()
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
Dpreprocessor_lex_autogen.cpp558 #define ppwrap(yyscanner) (/*CONSTCOND*/ 1) argument
1649 static yy_state_type yy_get_previous_state(yyscan_t yyscanner) in yy_get_previous_state()
1682 static yy_state_type yy_try_NUL_trans(yy_state_type yy_current_state, yyscan_t yyscanner) in yy_try_NUL_trans()
1714 static int yyinput(yyscan_t yyscanner) in yyinput()
1792 void yyrestart(FILE *input_file, yyscan_t yyscanner) in yyrestart()
1810 void yy_switch_to_buffer(YY_BUFFER_STATE new_buffer, yyscan_t yyscanner) in yy_switch_to_buffer()
1842 static void yy_load_buffer_state(yyscan_t yyscanner) in yy_load_buffer_state()
1857 YY_BUFFER_STATE yy_create_buffer(FILE *file, int size, yyscan_t yyscanner) in yy_create_buffer()
1885 void yy_delete_buffer(YY_BUFFER_STATE b, yyscan_t yyscanner) in yy_delete_buffer()
1905 static void yy_init_buffer(YY_BUFFER_STATE b, FILE *file, yyscan_t yyscanner) in yy_init_buffer()
[all …]