/external/angle/src/compiler/translator/ |
D | glslang.l | 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() 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 …]
|
D | glslang_lex_autogen.cpp | 395 #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 …]
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_lex.cpp | 489 #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 …]
|
D | glslang.l | 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() 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()
|
D | glslang_tab.cpp | 1731 …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()
|
/external/libpcap/ |
D | scanner.c | 568 #define pcap_wrap(yyscanner) (/*CONSTCOND*/1) argument 4547 static int yy_get_next_buffer (yyscan_t yyscanner) in yy_get_next_buffer() 4686 static yy_state_type yy_get_previous_state (yyscan_t yyscanner) in yy_get_previous_state() 4719 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) in yy_try_NUL_trans() 4750 static int yyinput (yyscan_t yyscanner) in yyinput() 4828 void yyrestart (FILE * input_file , yyscan_t yyscanner) in yyrestart() 4846 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) in yy_switch_to_buffer() 4878 static void yy_load_buffer_state (yyscan_t yyscanner) in yy_load_buffer_state() 4893 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size , yyscan_t yyscanner) in yy_create_buffer() 4921 void yy_delete_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) in yy_delete_buffer() [all …]
|
D | grammar.c | 1551 yy_symbol_value_print (FILE *yyo, int yytype, YYSTYPE const * const yyvaluep, void *yyscanner, comp… in yy_symbol_value_print() 1574 yy_symbol_print (FILE *yyo, int yytype, YYSTYPE const * const yyvaluep, void *yyscanner, compiler_s… in yy_symbol_print() 1612 yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp, int yyrule, void *yyscanner, compiler_state_t *… in yy_reduce_print() 1902 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, void *yyscanner, compiler_state_t *cs… in yydestruct() 1924 yyparse (void *yyscanner, compiler_state_t *cstate) in yyparse()
|
D | scanner.h | 467 #define pcap_wrap(yyscanner) (/*CONSTCOND*/1) argument
|
/external/angle/src/compiler/preprocessor/ |
D | preprocessor_lex_autogen.cpp | 558 #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 …]
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Tokenizer.cpp | 704 #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 …]
|