Home
last modified time | relevance | path

Searched refs:functionReturnsValue (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DParseHelper.h50 bool functionReturnsValue; // true if a non-void function has a return member
Dglslang.y1927 context->functionReturnsValue = true;
2005 context->functionReturnsValue = false;
2049 … if (context->currentFunctionType->getBasicType() != EbtVoid && ! context->functionReturnsValue) {
Dglslang_tab.cpp4330 context->functionReturnsValue = true;
4421 context->functionReturnsValue = false;
4469 … if (context->currentFunctionType->getBasicType() != EbtVoid && ! context->functionReturnsValue) {