Searched refs:parseSingleDeclaration (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.h | 162 …TIntermAggregate *parseSingleDeclaration(TPublicType &publicType, const TSourceLoc &identifierOrTy…
|
D | glslang.y | 832 $$.intermAggregate = context->parseSingleDeclaration($$.type, @1, ""); 836 $$.intermAggregate = context->parseSingleDeclaration($$.type, @2, *$2.string);
|
D | glslang_tab.cpp | 3405 …(yyval.interm).intermAggregate = context->parseSingleDeclaration((yyval.interm).type, (yylsp[0]), … in yyparse() 3414 …(yyval.interm).intermAggregate = context->parseSingleDeclaration((yyval.interm).type, (yylsp[0]), … in yyparse()
|
D | ParseHelper.cpp | 1479 TIntermAggregate *TParseContext::parseSingleDeclaration(TPublicType &publicType, in parseSingleDeclaration() function in TParseContext
|