Home | History | Annotate | Download | only in compiler

Lines Matching refs:currentFunctionType

1920         if (context->currentFunctionType->getBasicType() != EbtVoid) {
1928 if (context->currentFunctionType->getBasicType() == EbtVoid) {
1931 } else if (*(context->currentFunctionType) != $2->getType()) {
2004 context->currentFunctionType = &(prevDec->getReturnType());
2049 if (context->currentFunctionType->getBasicType() != EbtVoid && ! context->functionReturnsValue) {