Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DParseContext.h687 *mCurrentFunctionType; // the return type of the function that's currently being parsed variable
DParseContext.cpp208 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()