/external/angle/src/compiler/translator/ |
D | glslang.l | 470 int check_type(yyscan_t yyscanner) { in check_type() 484 int reserved_word(yyscan_t yyscanner) { in reserved_word() 505 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_reserved_ES3_keyword() local 517 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_keyword_ES3_reserved() local 530 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES3_reserved_ES3_1_keyword() local 548 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES3_keyword() local 562 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_reserved_ES3_1_keyword() local 575 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES3_1_keyword() local 598 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in WEBGL_video_texture_extension() local 606 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_reserved_ES2_extension_ES3_keyword() local [all …]
|
D | glslang_lex_autogen.cpp | 395 #define yywrap(yyscanner) (/*CONSTCOND*/ 1) argument 2262 static yy_state_type yy_get_previous_state(yyscan_t yyscanner) in yy_get_previous_state() 2295 static yy_state_type yy_try_NUL_trans(yy_state_type yy_current_state, yyscan_t yyscanner) in yy_try_NUL_trans() 2327 static int yyinput(yyscan_t yyscanner) in yyinput() 2413 void yyrestart(FILE *input_file, yyscan_t yyscanner) in yyrestart() 2431 void yy_switch_to_buffer(YY_BUFFER_STATE new_buffer, yyscan_t yyscanner) in yy_switch_to_buffer() 2463 static void yy_load_buffer_state(yyscan_t yyscanner) in yy_load_buffer_state() 2478 YY_BUFFER_STATE yy_create_buffer(FILE *file, int size, yyscan_t yyscanner) in yy_create_buffer() 2506 void yy_delete_buffer(YY_BUFFER_STATE b, yyscan_t yyscanner) in yy_delete_buffer() 2526 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 518 int int_constant(yyscan_t yyscanner) { in int_constant() 526 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 | 352 #define pcap_wrap(yyscanner) (/*CONSTCOND*/1) argument 4400 static int yy_get_next_buffer (yyscan_t yyscanner) in yy_get_next_buffer() 4535 static yy_state_type yy_get_previous_state (yyscan_t yyscanner) in yy_get_previous_state() 4568 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) in yy_try_NUL_trans() 4599 static int yyinput (yyscan_t yyscanner) in yyinput() 4677 void pcap_restart (FILE * input_file , yyscan_t yyscanner) in pcap_restart() 4695 void pcap__switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) in pcap__switch_to_buffer() 4727 static void pcap__load_buffer_state (yyscan_t yyscanner) in pcap__load_buffer_state() 4742 YY_BUFFER_STATE pcap__create_buffer (FILE * file, int size , yyscan_t yyscanner) in pcap__create_buffer() 4770 void pcap__delete_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) in pcap__delete_buffer() [all …]
|
D | scanner.h | 239 #define pcap_wrap(yyscanner) (/*CONSTCOND*/1) argument
|
D | grammar.c | 1471 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, void *yyscanner,… in yy_symbol_value_print() 1492 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, void *yyscanner, compi… in yy_symbol_print() 1530 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule, void *yyscanner, compiler_state_t… in yy_reduce_print() 1810 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, void *yyscanner, compiler_state_t *cs… in yydestruct() 1832 yyparse (void *yyscanner, compiler_state_t *cstate) in yyparse()
|
/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 …]
|
/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 …]
|