Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DRewritePipelines.cpp649 TIntermFunctionPrototype *newFuncProtoNode = in visitFunctionPrototypePost() local
651 if (newFuncProtoNode == nullptr) in visitFunctionPrototypePost()
655 return *newFuncProtoNode; in visitFunctionPrototypePost()
675 TIntermFunctionPrototype *newFuncProtoNode = in visitNonMain() local
677 if (newFuncProtoNode == nullptr) in visitNonMain()
682 const TFunction &func = *newFuncProtoNode->getFunction(); in visitNonMain()
687 return *new TIntermFunctionDefinition(newFuncProtoNode, body); in visitNonMain()
695 TIntermFunctionPrototype *newFuncProtoNode = in visitMain() local
697 if (newFuncProtoNode == nullptr) in visitMain()
702 const TFunction &func = *newFuncProtoNode->getFunction(); in visitMain()
[all …]