HomeSort by relevance Sort by last modified time
    Searched refs:yyscan_t (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_lex.cpp 133 typedef void* yyscan_t; typedef
302 void yyrestart (FILE *input_file ,yyscan_t yyscanner );
303 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
304 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ,yyscan_t yyscanner );
305 void yy_delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
306 void yy_flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
307 void yypush_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
308 void yypop_buffer_state (yyscan_t yyscanner );
310 static void yyensure_buffer_stack (yyscan_t yyscanner );
311 static void yy_load_buffer_state (yyscan_t yyscanner )
    [all...]
glslang.l 41 static int string_input(char* buf, int max_size, yyscan_t yyscanner);
42 static int check_type(yyscan_t yyscanner);
43 static int reserved_word(yyscan_t yyscanner);
491 int string_input(char* buf, int max_size, yyscan_t yyscanner) {
503 int check_type(yyscan_t yyscanner) {
519 int reserved_word(yyscan_t yyscanner) {
539 yyscan_t scanner = NULL;
548 yyscan_t scanner = context->scanner;

Completed in 20 milliseconds