Searched defs:yyscanner (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_lex.cpp | 386 #define yywrap(yyscanner) (/*CONSTCOND*/1) argument 2419 static yy_state_type yy_get_previous_state (yyscan_t yyscanner) in yy_get_previous_state() 2452 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) in yy_try_NUL_trans() 2483 static int yyinput (yyscan_t yyscanner) in yyinput() 2568 void yyrestart (FILE * input_file , yyscan_t yyscanner) in yyrestart() 2586 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) in yy_switch_to_buffer() 2618 static void yy_load_buffer_state (yyscan_t yyscanner) in yy_load_buffer_state() 2633 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size , yyscan_t yyscanner) in yy_create_buffer() 2661 void yy_delete_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) in yy_delete_buffer() 2681 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner) in yy_init_buffer() [all …]
|
D | glslang.l | 431 int check_type(yyscan_t yyscanner) { in check_type() 447 int reserved_word(yyscan_t yyscanner) { in reserved_word() 457 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_reserved_ES3_keyword() local 469 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_keyword_ES3_reserved() local 482 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_identifier_ES3_keyword() local 497 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in uint_constant() local 529 int int_constant(yyscan_t yyscanner) { in int_constant() 537 int float_constant(yyscan_t yyscanner) { in float_constant()
|
D | glslang_tab.cpp | 1729 …const * const yyvaluep, YYLTYPE const * const yylocationp, TParseContext* context, void* yyscanner) in yy_symbol_value_print() 1751 …const * const yyvaluep, YYLTYPE const * const yylocationp, TParseContext* context, void* yyscanner) in yy_symbol_print() 1791 …_int16 *yyssp, YYSTYPE *yyvsp, YYLTYPE *yylsp, int yyrule, TParseContext* context, void* yyscanner) in yy_reduce_print() 2071 …ymsg, int yytype, YYSTYPE *yyvaluep, YYLTYPE *yylocationp, TParseContext* context, void* yyscanner) in yydestruct() 2094 yyparse (TParseContext* context, void* yyscanner) in yyparse()
|
/external/skia/src/sksl/ |
D | lex.sksl.c | 1579 static int yy_get_next_buffer (yyscan_t yyscanner) in yy_get_next_buffer() 1714 static yy_state_type yy_get_previous_state (yyscan_t yyscanner) in yy_get_previous_state() 1747 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) in yy_try_NUL_trans() 1772 static void yyunput (int c, register char * yy_bp , yyscan_t yyscanner) in yyunput() 1816 static int yyinput (yyscan_t yyscanner) in yyinput() 1901 void skslrestart (FILE * input_file , yyscan_t yyscanner) in skslrestart() 1919 void sksl_switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) in sksl_switch_to_buffer() 1951 static void sksl_load_buffer_state (yyscan_t yyscanner) in sksl_load_buffer_state() 1966 YY_BUFFER_STATE sksl_create_buffer (FILE * file, int size , yyscan_t yyscanner) in sksl_create_buffer() 1994 void sksl_delete_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) in sksl_delete_buffer() [all …]
|
D | lex.layout.c | 1161 static int yy_get_next_buffer (yyscan_t yyscanner) in yy_get_next_buffer() 1296 static yy_state_type yy_get_previous_state (yyscan_t yyscanner) in yy_get_previous_state() 1329 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) in yy_try_NUL_trans() 1353 static void yyunput (int c, register char * yy_bp , yyscan_t yyscanner) in yyunput() 1397 static int yyinput (yyscan_t yyscanner) in yyinput() 1482 void layoutrestart (FILE * input_file , yyscan_t yyscanner) in layoutrestart() 1500 void layout_switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) in layout_switch_to_buffer() 1532 static void layout_load_buffer_state (yyscan_t yyscanner) in layout_load_buffer_state() 1547 YY_BUFFER_STATE layout_create_buffer (FILE * file, int size , yyscan_t yyscanner) in layout_create_buffer() 1575 void layout_delete_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) in layout_delete_buffer() [all …]
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Tokenizer.cpp | 355 #define ppwrap(yyscanner) (/*CONSTCOND*/1) argument 1487 static yy_state_type yy_get_previous_state (yyscan_t yyscanner) in yy_get_previous_state() 1520 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) in yy_try_NUL_trans() 1551 static int yyinput (yyscan_t yyscanner) in yyinput() 1629 void pprestart (FILE * input_file , yyscan_t yyscanner) in pprestart() 1647 void pp_switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) in pp_switch_to_buffer() 1679 static void pp_load_buffer_state (yyscan_t yyscanner) in pp_load_buffer_state() 1694 YY_BUFFER_STATE pp_create_buffer (FILE * file, int size , yyscan_t yyscanner) in pp_create_buffer() 1722 void pp_delete_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) in pp_delete_buffer() 1742 static void pp_init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner) in pp_init_buffer() [all …]
|