Home
last modified time | relevance | path

Searched refs:getFunctionPrototype (Results 1 – 9 of 9) sorted by relevance

/external/angle/src/compiler/translator/
DValidateMaxParameters.cpp22 definition->getFunctionPrototype()->getFunction()->getParamCount() > maxParameters) in ValidateMaxParameters()
DIntermNode.h758 TIntermFunctionPrototype *getFunctionPrototype() const { return mPrototype; } in getFunctionPrototype() function
DOutputGLSLBase.cpp961 TIntermFunctionPrototype *prototype = node->getFunctionPrototype(); in visitFunctionDefinition()
DOutputHLSL.cpp2190 out << TypeString(node->getFunctionPrototype()->getType()) << " "; in visitFunctionDefinition()
/external/angle/src/compiler/translator/tree_ops/
DAddDefaultReturnStatements.cpp25 *returnType = node->getFunctionPrototype()->getType(); in NeedsReturnStatement()
DRewriteElseBlocks.cpp46 mFunctionType = ((visit == PreVisit) ? &node->getFunctionPrototype()->getType() : nullptr); in visitFunctionDefinition()
DArrayReturnValueToOutParameter.cpp95 if (node->getFunctionPrototype()->isArray() && visit == PreVisit) in visitFunctionDefinition()
/external/angle/src/compiler/translator/tree_util/
DReplaceShadowingVariables.cpp57 const TFunction *func = node->getFunctionPrototype()->getFunction(); in visitFunctionDefinition()
DIntermTraverse.cpp428 node->getFunctionPrototype()->traverse(this); in traverseFunctionDefinition()