Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_lex_autogen.cpp272 #define unput(c) yyunput(c, yyg->yytext_ptr, yyscanner)
401 #define yytext_ptr yytext_r macro
412 yyg->yytext_ptr = yy_bp; \
1077 #ifndef yytext_ptr
2148 int yy_amount_of_matched_text = (int)(yy_cp - yyg->yytext_ptr) - 1;
2181 yyg->yy_c_buf_p = yyg->yytext_ptr + yy_amount_of_matched_text;
2196 yy_bp = yyg->yytext_ptr + YY_MORE_ADJ;
2232 yyg->yy_c_buf_p = yyg->yytext_ptr + YY_MORE_ADJ;
2247 yyg->yy_c_buf_p = yyg->yytext_ptr + yy_amount_of_matched_text;
2252 yy_bp = yyg->yytext_ptr
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A Dpreprocessor_lex_autogen.cpp435 #define unput(c) yyunput(c, yyg->yytext_ptr, yyscanner)
564 #define yytext_ptr yytext_r macro
575 yyg->yytext_ptr = yy_bp; \
869 #ifndef yytext_ptr
1382 int yy_amount_of_matched_text = (int)(yy_cp - yyg->yytext_ptr) - 1;
1415 yyg->yy_c_buf_p = yyg->yytext_ptr + yy_amount_of_matched_text;
1430 yy_bp = yyg->yytext_ptr + YY_MORE_ADJ;
1466 yyg->yy_c_buf_p = yyg->yytext_ptr + YY_MORE_ADJ;
1481 yyg->yy_c_buf_p = yyg->yytext_ptr + yy_amount_of_matched_text;
1486 yy_bp = yyg->yytext_ptr
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang_lex.cpp348 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
496 #define yytext_ptr yytext_r macro
515 yyg->yytext_ptr = yy_bp; \
1372 #ifndef yytext_ptr
2357 int yy_amount_of_matched_text = (int) (yy_cp - yyg->yytext_ptr) - 1;
2390 yyg->yy_c_buf_p = yyg->yytext_ptr + yy_amount_of_matched_text;
2405 yy_bp = yyg->yytext_ptr + YY_MORE_ADJ;
2440 yyg->yy_c_buf_p = yyg->yytext_ptr + YY_MORE_ADJ;
2456 yyg->yytext_ptr + yy_amount_of_matched_text;
2461 yy_bp = yyg->yytext_ptr
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DTokenizer.cpp563 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
711 #define yytext_ptr yytext_r macro
730 yyg->yytext_ptr = yy_bp; \
1159 #ifndef yytext_ptr
1722 int yy_amount_of_matched_text = (int) (yy_cp - yyg->yytext_ptr) - 1;
1755 yyg->yy_c_buf_p = yyg->yytext_ptr + yy_amount_of_matched_text;
1770 yy_bp = yyg->yytext_ptr + YY_MORE_ADJ;
1805 yyg->yy_c_buf_p = yyg->yytext_ptr + YY_MORE_ADJ;
1821 yyg->yytext_ptr + yy_amount_of_matched_text;
1826 yy_bp = yyg->yytext_ptr
[all...]

Completed in 12 milliseconds