Searched refs:functionBody (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.h | 192 …ion &function, TIntermAggregate *functionPrototype, TIntermAggregate *functionBody, const TSourceL…
|
D | ParseHelper.cpp | 1880 …ion &function, TIntermAggregate *functionPrototype, TIntermAggregate *functionBody, const TSourceL… in addFunctionDefinition() argument 1890 …TIntermAggregate *aggregate = intermediate.growAggregate(functionPrototype, functionBody, location… in addFunctionDefinition() 1900 if(functionBody && functionBody->getAsAggregate()) in addFunctionDefinition() 1901 aggregate->setEndLine(functionBody->getAsAggregate()->getEndLine()); in addFunctionDefinition()
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseHelper.h | 87 …void handleFunctionBody(const TSourceLoc&, TFunction&, TIntermNode* functionBody, TIntermNode*& no…
|
D | hlslGrammar.cpp | 2678 TIntermNode* functionBody = nullptr; in acceptFunctionBody() local 2679 if (! acceptCompoundStatement(functionBody)) in acceptFunctionBody() 2683 … parseContext.handleFunctionBody(declarator.loc, *declarator.function, functionBody, functionNode); in acceptFunctionBody()
|
D | hlslParseHelper.cpp | 2171 …eContext::handleFunctionBody(const TSourceLoc& loc, TFunction& function, TIntermNode* functionBody, in handleFunctionBody() argument 2174 node = intermediate.growAggregate(node, functionBody); in handleFunctionBody()
|