Searched refs:mCurrentFunctionType (Results 1 – 4 of 4) sorted by relevance
52 mCurrentFunctionType(nullptr), in TParseContext()101 const TType *getCurrentFunctionType() const { return mCurrentFunctionType; } in getCurrentFunctionType()104 mCurrentFunctionType = currentFunctionType; in setCurrentFunctionType()264 …const TType *mCurrentFunctionType; // the return type of the function that's currently being pars… variable
1884 if(mCurrentFunctionType->getBasicType() != EbtVoid && !mFunctionReturnsValue) in addFunctionDefinition()1955 mCurrentFunctionType = &(prevDec->getReturnType()); in parseFunctionPrototype()3494 if(mCurrentFunctionType->getBasicType() != EbtVoid) in addBranch()3511 if(mCurrentFunctionType->getBasicType() == EbtVoid) in addBranch()3516 else if(*mCurrentFunctionType != returnValue->getType()) in addBranch()
668 *mCurrentFunctionType; // the return type of the function that's currently being parsed variable
203 mCurrentFunctionType(nullptr), in TParseContext()3856 if (mCurrentFunctionType->getBasicType() != EbtVoid && !mFunctionReturnsValue) in addFunctionDefinition()3889 mCurrentFunctionType = &(function->getReturnType()); in parseFunctionDefinitionHeader()6395 if (mCurrentFunctionType->getBasicType() != EbtVoid) in addBranch()6422 if (mCurrentFunctionType->getBasicType() == EbtVoid) in addBranch()6426 else if (*mCurrentFunctionType != expression->getType()) in addBranch()