Searched refs:yy_scan_bytes (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 | 48 #ifdef yy_scan_bytes 51 # define yy_scan_bytes pp_scan_bytes macro 529 YY_BUFFER_STATE yy_scan_bytes(const char *bytes, int len, yyscan_t yyscanner); 2101 * yy_scan_bytes() instead. 2106 return yy_scan_bytes(yystr, (int)strlen(yystr), yyscanner); in yy_scan_string() 2116 YY_BUFFER_STATE yy_scan_bytes(const char *yybytes, int _yybytes_len, yyscan_t yyscanner) in yy_scan_bytes() function 2127 YY_FATAL_ERROR("out of dynamic memory in yy_scan_bytes()"); in yy_scan_bytes() 2136 YY_FATAL_ERROR("bad buffer in yy_scan_bytes()"); in yy_scan_bytes()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | Tokenizer.cpp | 82 #ifdef yy_scan_bytes 85 #define yy_scan_bytes pp_scan_bytes macro 672 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len , yyscan_t yyscanner ); 2471 * yy_scan_bytes() instead. 2476 return yy_scan_bytes( yystr, (int) strlen(yystr) , yyscanner); in yy_scan_string() 2489 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len , yyscan_t yyscanner) in yy_scan_bytes() function 2500 YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" ); in yy_scan_bytes() 2509 YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" ); in yy_scan_bytes()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | glslang_lex_autogen.cpp | 366 YY_BUFFER_STATE yy_scan_bytes(const char *bytes, int len, yyscan_t yyscanner); 2875 * yy_scan_bytes() instead. 2880 return yy_scan_bytes(yystr, (int)strlen(yystr), yyscanner); in yy_scan_string() 2890 YY_BUFFER_STATE yy_scan_bytes(const char *yybytes, int _yybytes_len, yyscan_t yyscanner) in yy_scan_bytes() function 2901 YY_FATAL_ERROR("out of dynamic memory in yy_scan_bytes()"); in yy_scan_bytes() 2910 YY_FATAL_ERROR("bad buffer in yy_scan_bytes()"); in yy_scan_bytes()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | glslang_lex.cpp | 457 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len , yyscan_t yyscanner ); 3112 * yy_scan_bytes() instead. 3117 return yy_scan_bytes( yystr, (int) strlen(yystr) , yyscanner); in yy_scan_string() 3130 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len , yyscan_t yyscanner) in yy_scan_bytes() function 3141 YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" ); in yy_scan_bytes() 3150 YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" ); in yy_scan_bytes()
|
Completed in 15 milliseconds