Searched defs:yyscan_t (Results 1 - 7 of 7) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/ |
H A D | glcpp.h | 34 #define yyscan_t void* macro 165 yyscan_t scanner; 213 glcpp_lex_init_extra (glcpp_parser_t *parser, yyscan_t* scanner); 219 glcpp_lex (YYSTYPE *lvalp, YYLTYPE *llocp, yyscan_t scanner); 222 glcpp_lex_destroy (yyscan_t scanner);
|
/external/mesa3d/src/glsl/glcpp/ |
H A D | glcpp.h | 34 #define yyscan_t void* macro 165 yyscan_t scanner; 213 glcpp_lex_init_extra (glcpp_parser_t *parser, yyscan_t* scanner); 219 glcpp_lex (YYSTYPE *lvalp, YYLTYPE *llocp, yyscan_t scanner); 222 glcpp_lex_destroy (yyscan_t scanner);
|
/external/chromium_org/third_party/angle/src/compiler/ |
H A D | glslang_lex.cpp | 146 typedef void* yyscan_t; typedef 315 void yyrestart (FILE *input_file ,yyscan_t yyscanner ); 316 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner ); 317 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ,yyscan_t yyscanner ); 318 void yy_delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner ); 319 void yy_flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner ); 320 void yypush_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner ); 321 void yypop_buffer_state (yyscan_t yyscanner ); 323 static void yyensure_buffer_stack (yyscan_t yyscanner ); 324 static void yy_load_buffer_state (yyscan_t yyscanne [all...] |
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
H A D | Tokenizer.cpp | 134 typedef void* yyscan_t; typedef 290 void pprestart (FILE *input_file ,yyscan_t yyscanner ); 291 void pp_switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner ); 292 YY_BUFFER_STATE pp_create_buffer (FILE *file,int size ,yyscan_t yyscanner ); 293 void pp_delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner ); 294 void pp_flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner ); 295 void pppush_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner ); 296 void pppop_buffer_state (yyscan_t yyscanner ); 298 static void ppensure_buffer_stack (yyscan_t yyscanner ); 299 static void pp_load_buffer_state (yyscan_t yyscanne [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
H A D | glcpp-lex.c | 125 typedef void* yyscan_t; typedef 289 void glcpp_restart (FILE *input_file ,yyscan_t yyscanner ); 290 void glcpp__switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner ); 291 YY_BUFFER_STATE glcpp__create_buffer (FILE *file,int size ,yyscan_t yyscanner ); 292 void glcpp__delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner ); 293 void glcpp__flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner ); 294 void glcpp_push_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner ); 295 void glcpp_pop_buffer_state (yyscan_t yyscanner ); 297 static void glcpp_ensure_buffer_stack (yyscan_t yyscanner ); 298 static void glcpp__load_buffer_state (yyscan_t yyscanne [all...] |
H A D | glsl_lexer.cc | 125 typedef void* yyscan_t; typedef 289 void _mesa_glsl_restart (FILE *input_file ,yyscan_t yyscanner ); 290 void _mesa_glsl__switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner ); 291 YY_BUFFER_STATE _mesa_glsl__create_buffer (FILE *file,int size ,yyscan_t yyscanner ); 292 void _mesa_glsl__delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner ); 293 void _mesa_glsl__flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner ); 294 void _mesa_glsl_push_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner ); 295 void _mesa_glsl_pop_buffer_state (yyscan_t yyscanner ); 297 static void _mesa_glsl_ensure_buffer_stack (yyscan_t yyscanner ); 298 static void _mesa_glsl__load_buffer_state (yyscan_t yyscanne [all...] |
H A D | lex.yy.c | 125 typedef void* yyscan_t; typedef 289 void _mesa_program_restart (FILE *input_file ,yyscan_t yyscanner ); 290 void _mesa_program__switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner ); 291 YY_BUFFER_STATE _mesa_program__create_buffer (FILE *file,int size ,yyscan_t yyscanner ); 292 void _mesa_program__delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner ); 293 void _mesa_program__flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner ); 294 void _mesa_program_push_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner ); 295 void _mesa_program_pop_buffer_state (yyscan_t yyscanner ); 297 static void _mesa_program_ensure_buffer_stack (yyscan_t yyscanner ); 298 static void _mesa_program__load_buffer_state (yyscan_t yyscanne [all...] |
Completed in 332 milliseconds