Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A Dpreprocessor_lex_autogen.cpp365 #define yyextra yyg->yyextra_r macro
733 yyextra->leadingSpace = false; \
734 yyextra->lineStart = true; \
741 angle::pp::Input *input = &yyextra->input; \
742 angle::pp::Input::Location *scanLoc = &yyextra->scanLoc; \
755 #define YY_INPUT(buf, result, maxSize) result = yyextra->input.read(buf, maxSize, &yylineno);
1115 yyextra->leadingSpace = true;
1124 return yyextra->lineStart ? angle::pp::Token::PP_HASH
1313 YY_RULE_SETUP { yyextra->leadingSpace = true; }
1341 angle::pp::Input *input = &yyextra in YY_STATE_EOF()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DTokenizer.cpp473 #define yyextra yyg->yyextra_r macro
948 yyextra->leadingSpace = false; \
949 yyextra->lineStart = true; \
955 pp::Input* input = &yyextra->input; \
956 pp::Input::Location* scanLoc = &yyextra->scanLoc; \
969 result = yyextra->input.read(buf, maxSize, &yylineno);
1458 yyextra->leadingSpace = true;
1467 return yyextra->lineStart ? pp::Token::PP_HASH : pp::Token::PP_OTHER;
1656 { yyextra->leadingSpace = true; }
1684 pp::Input* input = &yyextra in YY_STATE_EOF()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang_lex.cpp239 #define yyextra yyg->yyextra_r macro
1582 TParseContext* context = yyextra;
3210 return yyextra; in yyget_extra()
3300 yyextra = user_defined ; in yyset_extra()
3452 * the yyextra field.
3657 TSymbol* symbol = yyextra->symbolTable.find(yytext, yyextra->getShaderVersion()); in check_type()
3658 if (yyextra->lexAfterType == false && symbol && symbol->isVariable()) { in check_type()
3661 yyextra->lexAfterType = true; in check_type()
3672 yyextra in reserved_word()
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_lex_autogen.cpp181 #define yyextra yyg->yyextra_r macro
1238 TParseContext *context = yyextra;
2119 yyextra->error(*yylloc, "Illegal character at fieldname start", yytext);
2956 return yyextra; in yyget_extra()
3029 yyextra = user_defined; in yyset_extra()
3151 * the yyextra field.
3329 yyextra->symbolTable.find(ImmutableString(yytext, yyleng), yyextra->getShaderVersion()); in check_type()
3342 yyextra->error(*yylloc, "Illegal use of reserved word", yytext); in reserved_word()
3694 yyextra in uint_constant()
[all...]

Completed in 16 milliseconds