Searched refs:mFunctionType (Results 1 – 1 of 1) sorted by relevance
36 const TType *mFunctionType; member in sh::__anon3fc0a2500111::ElseBlockRewriter40 : TIntermTraverser(true, false, true, symbolTable), mFunctionType(nullptr) in ElseBlockRewriter()46 mFunctionType = ((visit == PreVisit) ? &node->getFunctionPrototype()->getType() : nullptr); in visitFunctionDefinition()87 if (mFunctionType && mFunctionType->getBasicType() != EbtVoid) in rewriteIfElse()89 TIntermNode *returnNode = new TIntermBranch(EOpReturn, CreateZeroNode(*mFunctionType)); in rewriteIfElse()