Home | History | Annotate | Download | only in compiler

Lines Matching refs:mCurrentFunctionType

1789 	if(mCurrentFunctionType->getBasicType() != EbtVoid && !mFunctionReturnsValue)
1860 mCurrentFunctionType = &(prevDec->getReturnType());
3444 if(mCurrentFunctionType->getBasicType() != EbtVoid)
3461 if(mCurrentFunctionType->getBasicType() == EbtVoid)
3466 else if(*mCurrentFunctionType != returnValue->getType())