Home
last modified time | relevance | path

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

/external/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
518 int int_constant(yyscan_t yyscanner) { in int_constant()
526 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()
/external/libpcap/
Dscanner.c352 #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 …]
Dscanner.h239 #define pcap_wrap(yyscanner) (/*CONSTCOND*/1) argument
Dgrammar.c1471 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/
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 …]