Home
last modified time | relevance | path

Searched refs:handleFunctionDeclarator (Results 1 – 7 of 7) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h310 TFunction* handleFunctionDeclarator(const TSourceLoc&, TFunction& function, bool prototype);
Dglslang.y787 parseContext.handleFunctionDeclarator($1.loc, *$1.function, true /* prototype */);
3699 …$1.function = parseContext.handleFunctionDeclarator($1.loc, *$1.function, false /* not prototype *…
Dglslang_tab.cpp4993 …parseContext.handleFunctionDeclarator((yyvsp[-1].interm).loc, *(yyvsp[-1].interm).function, true /… in yyparse()
10079 …(yyvsp[0].interm).function = parseContext.handleFunctionDeclarator((yyvsp[0].interm).loc, *(yyvsp[… in yyparse()
DParseHelper.cpp874 TFunction* TParseContext::handleFunctionDeclarator(const TSourceLoc& loc, TFunction& function, bool… in handleFunctionDeclarator() function in glslang::TParseContext
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h82 void handleFunctionDeclarator(const TSourceLoc&, TFunction& function, bool prototype);
DhlslGrammar.cpp424 parseContext.handleFunctionDeclarator(declarator.loc, *declarator.function, true); in acceptDeclaration()
2660 …parseContext.handleFunctionDeclarator(declarator.loc, *declarator.function, false /* not prototype… in acceptFunctionDefinition()
DhlslParseHelper.cpp1582 void HlslParseContext::handleFunctionDeclarator(const TSourceLoc& loc, TFunction& function, bool pr… in handleFunctionDeclarator() function in glslang::HlslParseContext