Searched refs:functionReturnsValue (Results 1 – 3 of 3) sorted by relevance
50 bool functionReturnsValue; // true if a non-void function has a return member
1927 context->functionReturnsValue = true;2005 context->functionReturnsValue = false;2049 … if (context->currentFunctionType->getBasicType() != EbtVoid && ! context->functionReturnsValue) {
4330 context->functionReturnsValue = true;4421 context->functionReturnsValue = false;4469 … if (context->currentFunctionType->getBasicType() != EbtVoid && ! context->functionReturnsValue) {