Searched refs:getFunctionPrototype (Results 1 – 14 of 14) sorted by relevance
22 definition->getFunctionPrototype()->getFunction()->getParamCount() > maxParameters) in ValidateMaxParameters()
765 TIntermFunctionPrototype *getFunctionPrototype() const { return mPrototype; } in getFunctionPrototype() function
843 TIntermFunctionPrototype *prototype = node->getFunctionPrototype(); in visitFunctionDefinition()
2204 out << TypeString(node->getFunctionPrototype()->getType()) << " "; in visitFunctionDefinition()
25 *returnType = node->getFunctionPrototype()->getType(); in NeedsReturnStatement()
46 mFunctionType = ((visit == PreVisit) ? &node->getFunctionPrototype()->getType() : nullptr); in visitFunctionDefinition()
95 if (node->getFunctionPrototype()->isArray() && visit == PreVisit) in visitFunctionDefinition()
62 TIntermFunctionPrototype *externalMainProto = funcDefNode->getFunctionPrototype(); in visitMain()
389 TIntermFunctionPrototype &funcProtoNode = *funcDefNode.getFunctionPrototype(); in visitFunctionDefinitionPost()
672 TIntermFunctionPrototype &funcProtoNode = *funcDefNode.getFunctionPrototype(); in visitNonMain()692 TIntermFunctionPrototype &funcProtoNode = *funcDefNode.getFunctionPrototype(); in visitMain()
729 auto *const proto = node.getFunctionPrototype(); in traverseFunctionDefinitionChildren()
57 const TFunction *func = node->getFunctionPrototype()->getFunction(); in visitFunctionDefinition()
433 node->getFunctionPrototype()->traverse(this); in traverseFunctionDefinition()
437 monomorphizedDefinition->getFunctionPrototype()->getFunction())); in visitFunctionPrototype()