Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h52 mCurrentFunctionType(nullptr), in TParseContext()
99 const TType *getCurrentFunctionType() const { return mCurrentFunctionType; } in getCurrentFunctionType()
102 mCurrentFunctionType = currentFunctionType; in setCurrentFunctionType()
263 …const TType *mCurrentFunctionType; // the return type of the function that's currently being pars… variable
DParseHelper.cpp1925 if(mCurrentFunctionType->getBasicType() != EbtVoid && !mFunctionReturnsValue) in addFunctionDefinition()
1996 mCurrentFunctionType = &(prevDec->getReturnType()); in parseFunctionPrototype()
3565 if(mCurrentFunctionType->getBasicType() != EbtVoid) in addBranch()
3582 if(mCurrentFunctionType->getBasicType() == EbtVoid) in addBranch()
3587 else if(*mCurrentFunctionType != returnValue->getType()) in addBranch()