Searched refs:handleFunctionDeclarator (Results 1 – 7 of 7) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ParseHelper.h | 310 TFunction* handleFunctionDeclarator(const TSourceLoc&, TFunction& function, bool prototype);
|
D | glslang.y | 787 parseContext.handleFunctionDeclarator($1.loc, *$1.function, true /* prototype */); 3699 …$1.function = parseContext.handleFunctionDeclarator($1.loc, *$1.function, false /* not prototype *…
|
D | glslang_tab.cpp | 4993 …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()
|
D | ParseHelper.cpp | 874 TFunction* TParseContext::handleFunctionDeclarator(const TSourceLoc& loc, TFunction& function, bool… in handleFunctionDeclarator() function in glslang::TParseContext
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseHelper.h | 82 void handleFunctionDeclarator(const TSourceLoc&, TFunction& function, bool prototype);
|
D | hlslGrammar.cpp | 424 parseContext.handleFunctionDeclarator(declarator.loc, *declarator.function, true); in acceptDeclaration() 2660 …parseContext.handleFunctionDeclarator(declarator.loc, *declarator.function, false /* not prototype… in acceptFunctionDefinition()
|
D | hlslParseHelper.cpp | 1582 void HlslParseContext::handleFunctionDeclarator(const TSourceLoc& loc, TFunction& function, bool pr… in handleFunctionDeclarator() function in glslang::HlslParseContext
|