Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h192 …void parseFunctionPrototype(const TSourceLoc &location, TFunction *function, TIntermAggregate **ag…
Dglslang.y1609 context->parseFunctionPrototype(@1, $1.function, &$1.intermAggregate);
Dglslang_tab.cpp4841 …context->parseFunctionPrototype((yylsp[0]), (yyvsp[0].interm).function, &(yyvsp[0].interm).intermA… in yyparse()
DParseHelper.cpp1948 void TParseContext::parseFunctionPrototype(const TSourceLoc &location, TFunction *function, TInterm… in parseFunctionPrototype() function in TParseContext