Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DCompiler.cpp89 const TIntermFunctionPrototype *asFunctionPrototype = node->getAsFunctionPrototypeNode(); in IsTopLevelNodeUnusedFunction() local
98 else if (asFunctionPrototype) in IsTopLevelNodeUnusedFunction()
100 *functionOut = asFunctionPrototype->getFunction(); in IsTopLevelNodeUnusedFunction()
111 ASSERT(asFunctionPrototype); in IsTopLevelNodeUnusedFunction()