Searched refs:yy_init_buffer (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | preprocessor_lex_autogen.cpp | 54 #ifdef yy_init_buffer 57 # define yy_init_buffer pp_init_buffer macro 524 static void yy_init_buffer(YY_BUFFER_STATE b, FILE *file, yyscan_t yyscanner); 1802 yy_init_buffer(YY_CURRENT_BUFFER, input_file, yyscanner); in yyrestart() 1876 yy_init_buffer(b, file, yyscanner); in yy_create_buffer() 1905 static void yy_init_buffer(YY_BUFFER_STATE b, FILE *file, yyscan_t yyscanner) in yy_init_buffer() function 1916 /* If b is the current buffer, then yy_init_buffer was _probably_ in yy_init_buffer()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | Tokenizer.cpp | 89 #ifdef yy_init_buffer 92 #define yy_init_buffer pp_init_buffer macro 666 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file , yyscan_t yyscanner ); 2156 yy_init_buffer( YY_CURRENT_BUFFER, input_file , yyscanner); in yyrestart() 2232 yy_init_buffer( b, file , yyscanner); in yy_create_buffer() 2263 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner) in yy_init_buffer() function 2274 /* If b is the current buffer, then yy_init_buffer was _probably_ in yy_init_buffer()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | glslang_lex_autogen.cpp | 361 static void yy_init_buffer(YY_BUFFER_STATE b, FILE *file, yyscan_t yyscanner); 2576 yy_init_buffer(YY_CURRENT_BUFFER, input_file, yyscanner); in yyrestart() 2650 yy_init_buffer(b, file, yyscanner); in yy_create_buffer() 2679 static void yy_init_buffer(YY_BUFFER_STATE b, FILE *file, yyscan_t yyscanner) in yy_init_buffer() function 2690 /* If b is the current buffer, then yy_init_buffer was _probably_ in yy_init_buffer()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | glslang_lex.cpp | 451 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file , yyscan_t yyscanner ); 2797 yy_init_buffer( YY_CURRENT_BUFFER, input_file , yyscanner); in yyrestart() 2873 yy_init_buffer( b, file , yyscanner); in yy_create_buffer() 2904 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner) in yy_init_buffer() function 2915 /* If b is the current buffer, then yy_init_buffer was _probably_ in yy_init_buffer()
|
Completed in 17 milliseconds