Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
Dglslang.y599 if (context->enterStructDeclaration(@1, *$1.string))
1316 …: STRUCT IDENTIFIER LEFT_BRACE { if (context->enterStructDeclaration(@2, *$2.string)) context->rec…
1319 …| STRUCT LEFT_BRACE { if (context->enterStructDeclaration(@2, *$2.string)) context->recover(); } s…
DParseHelper.h218 bool enterStructDeclaration(const TSourceLoc &line, const TString& identifier);
Dglslang_tab.cpp3063 if (context->enterStructDeclaration((yylsp[-1]), *(yyvsp[-1].lex).string)) in yyparse()
4280 … { if (context->enterStructDeclaration((yylsp[-1]), *(yyvsp[-1].lex).string)) context->recover(); } in yyparse()
4294 { if (context->enterStructDeclaration((yylsp[0]), *(yyvsp[0].lex).string)) context->recover(); } in yyparse()
DParseHelper.cpp3089 bool TParseContext::enterStructDeclaration(const TSourceLoc &line, const TString& identifier) in enterStructDeclaration() function in TParseContext