Searched refs:mCurrentFunctionType (Results 1 – 2 of 2) sorted by relevance
687 *mCurrentFunctionType; // the return type of the function that's currently being parsed variable
208 mCurrentFunctionType(nullptr), in TParseContext()3981 if (mCurrentFunctionType->getBasicType() != EbtVoid && !mFunctionReturnsValue) in addFunctionDefinition()4014 mCurrentFunctionType = &(function->getReturnType()); in parseFunctionDefinitionHeader()6651 if (mCurrentFunctionType->getBasicType() != EbtVoid) in addBranch()6678 if (mCurrentFunctionType->getBasicType() == EbtVoid) in addBranch()6682 else if (*mCurrentFunctionType != expression->getType()) in addBranch()