Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.cpp1245 const TIntermFunctionPrototype *asFunctionPrototype = node->getAsFunctionPrototypeNode(); in operator ()() local
1254 else if (asFunctionPrototype) in operator ()()
1256 func = asFunctionPrototype->getFunction(); in operator ()()
1267 ASSERT(asFunctionPrototype); in operator ()()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.cpp71 const TIntermFunctionPrototype *asFunctionPrototype = node->getAsFunctionPrototypeNode(); in IsTopLevelNodeUnusedFunction() local
80 else if (asFunctionPrototype) in IsTopLevelNodeUnusedFunction()
82 *functionOut = asFunctionPrototype->getFunction(); in IsTopLevelNodeUnusedFunction()
93 ASSERT(asFunctionPrototype); in IsTopLevelNodeUnusedFunction()