Home
last modified time | relevance | path

Searched refs:YY_INPUT (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_lex_autogen.cpp902 #define YY_INPUT(buf, result, max_size) result = string_input(buf, max_size, yyscanner); macro
1121 #ifndef YY_INPUT
1122 # define YY_INPUT(buf, result, max_size) \ macro
2368 YY_INPUT((&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), ret, num_to_read); in yy_get_next_buffer()
2705 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A Dpreprocessor_lex_autogen.cpp755 #define YY_INPUT(buf, result, maxSize) result = yyextra->input.read(buf, maxSize, &yylineno); macro
913 #ifndef YY_INPUT
914 # define YY_INPUT(buf, result, max_size) \ macro
1602 YY_INPUT((&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), ret, num_to_read); in yy_get_next_buffer()
1931 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang_lex.cpp1170 #define YY_INPUT(buf, result, max_size) \ macro
1420 #ifndef YY_INPUT
1421 #define YY_INPUT(buf,result,max_size) \ macro
2588 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), in yy_get_next_buffer()
2932 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DTokenizer.cpp968 #define YY_INPUT(buf, result, maxSize) \ macro
1207 #ifndef YY_INPUT
1208 #define YY_INPUT(buf,result,max_size) \ macro
1953 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), in yy_get_next_buffer()
2291 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.

Completed in 15 milliseconds