Searched refs:yyleng (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 | 366 #define yyleng yyg->yyleng_r macro 576 yyleng = (int)(yy_cp - yy_bp); \ 752 scanLoc->cIndex += yyleng; \ 904 if (fwrite(yytext, (size_t)yyleng, 1, yyout)) \ 975 /* Code executed at the beginning of each rule, after yytext and yyleng 1131 yylval->assign(yytext, yyleng); 1138 yylval->assign(yytext, yyleng); 1145 yylval->assign(yytext, yyleng); 1154 yylval->assign(yytext, yyleng); 1161 yylval->assign(yytext, yyleng); [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | Tokenizer.cpp | 474 #define yyleng yyg->yyleng_r macro 731 yyleng = (int) (yy_cp - yy_bp); \ 965 scanLoc->cIndex += yyleng; \ 1199 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0) 1298 /* Code executed at the beginning of each rule, after yytext and yyleng 1473 yylval->assign(yytext, yyleng); 1480 yylval->assign(yytext, yyleng); 1487 yylval->assign(yytext, yyleng); 1496 yylval->assign(yytext, yyleng); 1503 yylval->assign(yytext, yyleng); [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | glslang_lex_autogen.cpp | 182 #define yyleng yyg->yyleng_r macro 247 for (yyl = n; yyl < yyleng; ++yyl) \ 413 yyleng = (int)(yy_cp - yy_bp); \ 1112 if (fwrite(yytext, (size_t)yyleng, 1, yyout)) \ 1183 /* Code executed at the beginning of each rule, after yytext and yyleng 1282 for (yyl = 0; yyl < yyleng; ++yyl) 1861 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); 1873 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); 1926 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); 2109 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | glslang_lex.cpp | 240 #define yyleng yyg->yyleng_r macro 323 for ( yyl = n; yyl < yyleng; ++yyl )\ 516 yyleng = (int) (yy_cp - yy_bp); \ 1412 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0) 1511 /* Code executed at the beginning of each rule, after yytext and yyleng 1630 for ( yyl = 0; yyl < yyleng; ++yyl ) 3191 yytext[yyleng] = yyg->yy_hold_char; \ 3195 yyleng = yyless_macro_arg; \ 3277 return yyleng; in yyget_leng()
|
Completed in 13 milliseconds