/external/libpcap/ |
D | scanner.h | 361 typedef void* yyscan_t; typedef 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 ); [all …]
|
D | scanner.c | 365 typedef void* yyscan_t; typedef 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 ); 533 static void yy_load_buffer_state ( yyscan_t yyscanner ); [all …]
|
D | grammar.y.in | 11 * We use void * rather than yyscan_t because, at least with some 12 * versions of Flex and Bison, if you use yyscan_t in %parse-param and 14 * yyscan_t declared, and you have to include grammar.h before scanner.h 16 * documentation says yyscan_t is just a void *.
|
D | scanner.l | 100 int pcap_get_column(yyscan_t); 101 void pcap_set_column(int, yyscan_t);
|
D | gencode.c | 725 yyscan_t scanner = NULL; in pcap_compile()
|
/external/angle/src/compiler/translator/ |
D | glslang_lex_autogen.cpp | 174 typedef void *yyscan_t; typedef 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); 360 static void yy_load_buffer_state(yyscan_t yyscanner); [all …]
|
D | glslang.l | 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); 465 yy_size_t string_input(char* buf, yy_size_t max_size, yyscan_t yyscanner) { 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() 528 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_keyword_ES3_reserved() 541 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES3_reserved_ES3_1_keyword() [all …]
|
/external/angle/src/compiler/preprocessor/ |
D | preprocessor_lex_autogen.cpp | 358 typedef void *yyscan_t; typedef 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); 523 static void yy_load_buffer_state(yyscan_t yyscanner); [all …]
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Tokenizer.cpp | 450 typedef void* yyscan_t; typedef 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 ); 665 static void yy_load_buffer_state ( yyscan_t yyscanner ); [all …]
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_lex.cpp | 216 typedef void* yyscan_t; typedef 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 ); 450 static void yy_load_buffer_state ( yyscan_t yyscanner ); [all …]
|
D | glslang.l | 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); 405 yy_size_t string_input(char* buf, yy_size_t max_size, yyscan_t yyscanner) { 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() 459 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_keyword_ES3_reserved() [all …]
|
/external/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp.h | 40 #define yyscan_t void* macro 189 yyscan_t scanner; 261 glcpp_lex_init_extra (glcpp_parser_t *parser, yyscan_t* scanner); 267 glcpp_lex (YYSTYPE *lvalp, YYLTYPE *llocp, yyscan_t scanner); 270 glcpp_lex_destroy (yyscan_t scanner);
|
D | glcpp-lex.l | 34 int glcpp_get_column (yyscan_t yyscanner); 35 void glcpp_set_column (int column_no , yyscan_t yyscanner);
|
/external/libiio/src/iiod/ |
D | parser.y | 26 void yyerror(yyscan_t scanner, const char *msg); 32 typedef void *yyscan_t; typedef 42 int yylex_init_extra(void *d, yyscan_t *scanner); 43 int yylex_destroy(yyscan_t yyscanner); 45 void * yyget_extra(yyscan_t scanner); 46 ssize_t yy_input(yyscan_t scanner, char *buf, size_t max_size); 60 %lex-param { yyscan_t scanner } 61 %parse-param { yyscan_t scanner } 434 void yyerror(yyscan_t scanner, const char *msg) 448 ssize_t yy_input(yyscan_t scanner, char *buf, size_t max_size) in yy_input()
|
D | ops.c | 36 int yyparse(yyscan_t scanner); 1354 yyscan_t scanner; in interpreter()
|
/external/libnl/lib/route/ |
D | pktloc_grammar.l | 10 int pktloc_get_column(yyscan_t); 11 void pktloc_set_column(int, yyscan_t);
|
D | pktloc.c | 92 yyscan_t scanner = NULL; in read_pktlocs()
|
/external/libnl/lib/route/cls/ |
D | ematch_grammar.l | 21 int ematch_get_column(yyscan_t); 22 void ematch_set_column(int, yyscan_t);
|
D | ematch.c | 694 yyscan_t scanner = NULL; in rtnl_ematch_parse_expr()
|
/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);
|
/external/libabigail/tests/data/test-diff-dwarf/ |
D | PR25058-liblttng-ctl-report-1.txt | 435 [C] 'function filter_parser_ctx* lttng_yyget_extra(yyscan_t)' has some indirect sub-type changes: 514 [C] 'function YYSTYPE* lttng_yyget_lval(yyscan_t)' has some indirect sub-type changes: 527 …[C] 'function void lttng_yyset_extra(filter_parser_ctx*, yyscan_t)' has some indirect sub-type cha… 531 [C] 'function void lttng_yyset_lval(YYSTYPE*, yyscan_t)' has some indirect sub-type changes:
|