Home
last modified time | relevance | path

Searched refs:yyscanner (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp272 #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 …]
Dglslang.l71 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 …]
Dglslang_tab.cpp333 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 …]
Dglslang_tab.h246 int yyparse (TParseContext* context, void* yyscanner);
Dglslang.y62 %param {void* yyscanner}
104 extern int yylex(YYSTYPE* yylval, YYLTYPE* yylloc, void* yyscanner);
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp506 #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/libpcap/
Dscanner.h221 void pcap_restart (FILE *input_file ,yyscan_t yyscanner );
222 void pcap__switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
223 YY_BUFFER_STATE pcap__create_buffer (FILE *file,int size ,yyscan_t yyscanner );
224 void pcap__delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
225 void pcap__flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
226 void pcap_push_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
227 void pcap_pop_buffer_state (yyscan_t yyscanner );
229 YY_BUFFER_STATE pcap__scan_buffer (char *base,yy_size_t size ,yyscan_t yyscanner );
230 YY_BUFFER_STATE pcap__scan_string (yyconst char *yy_str ,yyscan_t yyscanner );
231 YY_BUFFER_STATE pcap__scan_bytes (yyconst char *bytes,int len ,yyscan_t yyscanner );
[all …]
Dscanner.c170 #define YY_NEW_FILE pcap_restart(yyin ,yyscanner )
222 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
304 void pcap_restart (FILE *input_file ,yyscan_t yyscanner );
305 void pcap__switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
306 YY_BUFFER_STATE pcap__create_buffer (FILE *file,int size ,yyscan_t yyscanner );
307 void pcap__delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
308 void pcap__flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
309 void pcap_push_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
310 void pcap_pop_buffer_state (yyscan_t yyscanner );
312 static void pcap_ensure_buffer_stack (yyscan_t yyscanner );
[all …]
Dgrammar.c268 yyerror(void *yyscanner _U_, compiler_state_t *cstate, const char *msg) in yyerror()
639 int pcap_parse (void *yyscanner, compiler_state_t *cstate);
1423 yyerror (yyscanner, cstate, YY_("syntax error: cannot back up")); \
1460 Type, Value, yyscanner, cstate); \
1471 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, void *yyscanner,… in yy_symbol_value_print() argument
1475 YYUSE (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() argument
1497 yy_symbol_value_print (yyoutput, yytype, yyvaluep, yyscanner, cstate); in yy_symbol_print()
1530 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule, void *yyscanner, compiler_state_t… in yy_reduce_print() argument
1544 , yyscanner, cstate); in yy_reduce_print()
[all …]
Dgrammar.y18 %parse-param {void *yyscanner}
19 %lex-param {void *yyscanner}
222 yyerror(void *yyscanner _U_, compiler_state_t *cstate, const char *msg) in yyerror()
Dgrammar.h321 int pcap_parse (void *yyscanner, compiler_state_t *cstate);
/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp-lex.l34 int glcpp_get_column (yyscan_t yyscanner);
35 void glcpp_set_column (int column_no , yyscan_t yyscanner);
270 <INITIAL,DEFINE,HASH>"/*" { yy_push_state(COMMENT, yyscanner); }
276 yy_pop_state(yyscanner);
/external/mesa3d/src/mesa/program/
Dprogram_lexer.l153 int yyget_column (yyscan_t yyscanner);
154 void yyset_column (int column_no , yyscan_t yyscanner);
Dprogram_parse.y271 void *yyscanner);