Home
last modified time | relevance | path

Searched refs:enterStructDeclaration (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/compiler/translator/
Dglslang.y597 context->enterStructDeclaration(@1, ImmutableString($1.string));
1421 …: STRUCT identifier LEFT_BRACE { context->enterStructDeclaration(@2, ImmutableString($2.string)); …
1424 …| STRUCT LEFT_BRACE { context->enterStructDeclaration(@2, kEmptyImmutableString); } struct_declara…
DParseContext.h411 void enterStructDeclaration(const TSourceLoc &line, const ImmutableString &identifier);
Dglslang_tab_autogen.cpp3135 context->enterStructDeclaration((yylsp[-1]), ImmutableString((yyvsp[-1].lex).string)); in yyparse()
4784 context->enterStructDeclaration((yylsp[-1]), ImmutableString((yyvsp[-1].lex).string)); in yyparse()
4802 context->enterStructDeclaration((yylsp[0]), kEmptyImmutableString); in yyparse()
DParseContext.cpp4580 void TParseContext::enterStructDeclaration(const TSourceLoc &line, in enterStructDeclaration() function in sh::TParseContext
/external/swiftshader/src/OpenGL/compiler/
Dglslang.y600 if (context->enterStructDeclaration(@1, *$1.string))
1326 …: STRUCT IDENTIFIER LEFT_BRACE { if (context->enterStructDeclaration(@2, *$2.string)) context->rec…
1329 …| STRUCT LEFT_BRACE { if (context->enterStructDeclaration(@2, *$2.string)) context->recover(); } s…
DParseHelper.h219 bool enterStructDeclaration(const TSourceLoc &line, const TString& identifier);
Dglslang_tab.cpp3066 if (context->enterStructDeclaration((yylsp[-1]), *(yyvsp[-1].lex).string)) in yyparse()
4297 … { if (context->enterStructDeclaration((yylsp[-1]), *(yyvsp[-1].lex).string)) context->recover(); } in yyparse()
4311 { if (context->enterStructDeclaration((yylsp[0]), *(yyvsp[0].lex).string)) context->recover(); } in yyparse()
DParseHelper.cpp3018 bool TParseContext::enterStructDeclaration(const TSourceLoc &line, const TString& identifier) in enterStructDeclaration() function in TParseContext