/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_lex.cpp | 272 #define YY_NEW_FILE yyrestart( yyin , yyscanner ) 348 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) 440 void yyrestart ( FILE *input_file , yyscan_t yyscanner ); 441 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer , yyscan_t yyscanner ); 442 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size , yyscan_t yyscanner ); 443 void yy_delete_buffer ( YY_BUFFER_STATE b , yyscan_t yyscanner ); 444 void yy_flush_buffer ( YY_BUFFER_STATE b , yyscan_t yyscanner ); 445 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer , yyscan_t yyscanner ); 446 void yypop_buffer_state ( yyscan_t yyscanner ); 449 static void yyensure_buffer_stack ( yyscan_t yyscanner ); [all …]
|
D | glslang.l | 71 result = string_input(buf, max_size, yyscanner); 73 static yy_size_t string_input(char* buf, yy_size_t max_size, yyscan_t yyscanner); 74 static int check_type(yyscan_t yyscanner); 75 static int reserved_word(yyscan_t yyscanner); 80 static int int_constant(yyscan_t yyscanner); 81 static int float_constant(yyscan_t yyscanner); 256 return check_type(yyscanner); 258 return reserved_word(yyscanner); 266 return check_type(yyscanner); 269 return reserved_word(yyscanner); [all …]
|
D | glslang_tab.cpp | 333 int yyparse (TParseContext* context, void* yyscanner); 340 extern int yylex(YYSTYPE* yylval, YYLTYPE* yylloc, void* yyscanner); 1618 yyerror (&yylloc, context, yyscanner, YY_("syntax error: cannot back up")); \ 1720 Type, Value, Location, context, yyscanner); \ 1731 …const * const yyvaluep, YYLTYPE const * const yylocationp, TParseContext* context, void* yyscanner) in yy_symbol_value_print() argument 1737 YYUSE (yyscanner); in yy_symbol_value_print() 1753 …const * const yyvaluep, YYLTYPE const * const yylocationp, TParseContext* context, void* yyscanner) in yy_symbol_print() argument 1760 yy_symbol_value_print (yyoutput, yytype, yyvaluep, yylocationp, context, yyscanner); in yy_symbol_print() 1793 …_int16 *yyssp, YYSTYPE *yyvsp, YYLTYPE *yylsp, int yyrule, TParseContext* context, void* yyscanner) in yy_reduce_print() argument 1807 , &(yylsp[(yyi + 1) - (yynrhs)]) , context, yyscanner); in yy_reduce_print() [all …]
|
D | glslang_tab.h | 246 int yyparse (TParseContext* context, void* yyscanner);
|
D | glslang.y | 62 %param {void* yyscanner} 104 extern int yylex(YYSTYPE* yylval, YYLTYPE* yylloc, void* yyscanner);
|
/external/angle/src/compiler/preprocessor/ |
D | preprocessor_lex_autogen.cpp | 386 #define YY_NEW_FILE yyrestart(yyin, yyscanner) 435 #define unput(c) yyunput(c, yyg->yytext_ptr, yyscanner) 514 void yyrestart(FILE *input_file, yyscan_t yyscanner); 515 void yy_switch_to_buffer(YY_BUFFER_STATE new_buffer, yyscan_t yyscanner); 516 YY_BUFFER_STATE yy_create_buffer(FILE *file, int size, yyscan_t yyscanner); 517 void yy_delete_buffer(YY_BUFFER_STATE b, yyscan_t yyscanner); 518 void yy_flush_buffer(YY_BUFFER_STATE b, yyscan_t yyscanner); 519 void yypush_buffer_state(YY_BUFFER_STATE new_buffer, yyscan_t yyscanner); 520 void yypop_buffer_state(yyscan_t yyscanner); 522 static void yyensure_buffer_stack(yyscan_t yyscanner); [all …]
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Tokenizer.cpp | 506 #define YY_NEW_FILE yyrestart( yyin , yyscanner ) 563 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) 655 void yyrestart ( FILE *input_file , yyscan_t yyscanner ); 656 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer , yyscan_t yyscanner ); 657 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size , yyscan_t yyscanner ); 658 void yy_delete_buffer ( YY_BUFFER_STATE b , yyscan_t yyscanner ); 659 void yy_flush_buffer ( YY_BUFFER_STATE b , yyscan_t yyscanner ); 660 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer , yyscan_t yyscanner ); 661 void yypop_buffer_state ( yyscan_t yyscanner ); 664 static void yyensure_buffer_stack ( yyscan_t yyscanner ); [all …]
|
/external/angle/src/compiler/translator/ |
D | glslang_lex_autogen.cpp | 202 #define YY_NEW_FILE yyrestart(yyin, yyscanner) 272 #define unput(c) yyunput(c, yyg->yytext_ptr, yyscanner) 351 void yyrestart(FILE *input_file, yyscan_t yyscanner); 352 void yy_switch_to_buffer(YY_BUFFER_STATE new_buffer, yyscan_t yyscanner); 353 YY_BUFFER_STATE yy_create_buffer(FILE *file, int size, yyscan_t yyscanner); 354 void yy_delete_buffer(YY_BUFFER_STATE b, yyscan_t yyscanner); 355 void yy_flush_buffer(YY_BUFFER_STATE b, yyscan_t yyscanner); 356 void yypush_buffer_state(YY_BUFFER_STATE new_buffer, yyscan_t yyscanner); 357 void yypop_buffer_state(yyscan_t yyscanner); 359 static void yyensure_buffer_stack(yyscan_t yyscanner); [all …]
|
D | glslang.l | 83 result = string_input(buf, max_size, yyscanner); 85 static yy_size_t string_input(char* buf, yy_size_t max_size, yyscan_t yyscanner); 86 static int check_type(yyscan_t yyscanner); 87 static int reserved_word(yyscan_t yyscanner); 118 static int float_constant(yyscan_t yyscanner); 313 return check_type(yyscanner); 315 return reserved_word(yyscanner); 323 return check_type(yyscanner); 326 return reserved_word(yyscanner); 378 "using" { return reserved_word(yyscanner); } [all …]
|
D | glslang.y | 111 extern int yylex(YYSTYPE* yylval, YYLTYPE* yylloc, void* yyscanner);
|
D | glslang_tab_autogen.cpp | 406 extern int yylex(YYSTYPE *yylval, YYLTYPE *yylloc, void *yyscanner);
|
/external/libpcap/ |
D | scanner.c | 393 #define YY_NEW_FILE yyrestart( yyin , yyscanner ) 443 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) 524 void yyrestart ( FILE *input_file , yyscan_t yyscanner ); 525 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer , yyscan_t yyscanner ); 526 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size , yyscan_t yyscanner ); 527 void yy_delete_buffer ( YY_BUFFER_STATE b , yyscan_t yyscanner ); 528 void yy_flush_buffer ( YY_BUFFER_STATE b , yyscan_t yyscanner ); 529 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer , yyscan_t yyscanner ); 530 void yypop_buffer_state ( yyscan_t yyscanner ); 532 static void yyensure_buffer_stack ( yyscan_t yyscanner ); [all …]
|
D | scanner.h | 449 void yyrestart ( FILE *input_file , yyscan_t yyscanner ); 450 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer , yyscan_t yyscanner ); 451 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size , yyscan_t yyscanner ); 452 void yy_delete_buffer ( YY_BUFFER_STATE b , yyscan_t yyscanner ); 453 void yy_flush_buffer ( YY_BUFFER_STATE b , yyscan_t yyscanner ); 454 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer , yyscan_t yyscanner ); 455 void yypop_buffer_state ( yyscan_t yyscanner ); 457 YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size , yyscan_t yyscanner ); 458 YY_BUFFER_STATE yy_scan_string ( const char *yy_str , yyscan_t yyscanner ); 459 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len , yyscan_t yyscanner ); [all …]
|
D | grammar.c | 271 yyerror(void *yyscanner _U_, compiler_state_t *cstate, const char *msg) in yyerror() 660 int pcap_parse (void *yyscanner, compiler_state_t *cstate); 1503 yyerror (yyscanner, cstate, YY_("syntax error: cannot back up")); \ 1540 Type, Value, yyscanner, cstate); \ 1551 yy_symbol_value_print (FILE *yyo, int yytype, YYSTYPE const * const yyvaluep, void *yyscanner, comp… in yy_symbol_value_print() argument 1555 YYUSE (yyscanner); 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() argument 1579 yy_symbol_value_print (yyo, yytype, yyvaluep, yyscanner, cstate); 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() argument 1626 , yyscanner, cstate); in yy_reduce_print() [all …]
|
D | grammar.h | 325 int pcap_parse (void *yyscanner, compiler_state_t *cstate);
|
D | grammar.y.in | 18 %parse-param {void *yyscanner} 19 %lex-param {void *yyscanner} 252 yyerror(void *yyscanner _U_, compiler_state_t *cstate, const char *msg)
|
/external/libiio/src/iiod/ |
D | lexer.l | 103 struct parser_pdata *pdata = yyget_extra(yyscanner); 127 struct parser_pdata *pdata = yyget_extra(yyscanner); 134 struct parser_pdata *pdata = yyget_extra(yyscanner);
|
D | parser.y | 43 int yylex_destroy(yyscan_t yyscanner); 49 struct parser_pdata *pdata = yyget_extra(yyscanner); \ 54 ssize_t res = yy_input(yyscanner, buf, max_size); \
|
/external/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp-lex.l | 34 int glcpp_get_column (yyscan_t yyscanner); 35 void glcpp_set_column (int column_no , yyscan_t yyscanner); 271 <INITIAL,DEFINE,HASH>"/*" { yy_push_state(COMMENT, yyscanner); } 277 yy_pop_state(yyscanner);
|
/external/mesa3d/src/mesa/program/ |
D | program_lexer.l | 158 int yyget_column (yyscan_t yyscanner); 159 void yyset_column (int column_no , yyscan_t yyscanner);
|
D | program_parse.y | 275 void *yyscanner);
|