Searched refs:parseSingleDeclaration (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.h | 163 …TIntermAggregate *parseSingleDeclaration(TPublicType &publicType, const TSourceLoc &identifierOrTy…
|
D | glslang.y | 833 $$.intermAggregate = context->parseSingleDeclaration($$.type, @1, ""); 837 $$.intermAggregate = context->parseSingleDeclaration($$.type, @2, *$2.string);
|
D | glslang_tab.cpp | 3408 …(yyval.interm).intermAggregate = context->parseSingleDeclaration((yyval.interm).type, (yylsp[0]), … in yyparse() 3417 …(yyval.interm).intermAggregate = context->parseSingleDeclaration((yyval.interm).type, (yylsp[0]), … in yyparse()
|
D | ParseHelper.cpp | 1438 TIntermAggregate *TParseContext::parseSingleDeclaration(TPublicType &publicType, in parseSingleDeclaration() function in TParseContext
|
/external/angle/src/compiler/translator/ |
D | glslang.y | 748 $$.intermDeclaration = context->parseSingleDeclaration($$.type, @1, kEmptyImmutableString); 752 … $$.intermDeclaration = context->parseSingleDeclaration($$.type, @2, ImmutableString($2.string));
|
D | ParseContext.h | 234 TIntermDeclaration *parseSingleDeclaration(TPublicType &publicType,
|
D | glslang_tab_autogen.cpp | 3421 (yyval.interm).intermDeclaration = context->parseSingleDeclaration( in yyparse() 3431 (yyval.interm).intermDeclaration = context->parseSingleDeclaration( in yyparse()
|
D | ParseContext.cpp | 2848 TIntermDeclaration *TParseContext::parseSingleDeclaration( in parseSingleDeclaration() function in sh::TParseContext
|