Home
last modified time | relevance | path

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

/external/skia/src/sksl/ir/
DSkSLFunctionDefinition.cpp143 bool functionReturnsValue() const { in Convert() function in SkSL::FunctionDefinition::Convert::Finalizer
186 if (this->functionReturnsValue()) { in Convert()
197 if (this->functionReturnsValue()) { in Convert()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h187 bool functionReturnsValue; // true if a non-void function has a return variable
DParseHelper.cpp1218 functionReturnsValue = false; in handleFunctionDefinition()
1635 functionReturnsValue = true; in handleReturnValue()
Dglslang.y4082 …parseContext.currentFunctionType->getBasicType() != EbtVoid && ! parseContext.functionReturnsValue)
Dglslang.m44082 …parseContext.currentFunctionType->getBasicType() != EbtVoid && ! parseContext.functionReturnsValue)
Dglslang_tab.cpp11636 …parseContext.currentFunctionType->getBasicType() != EbtVoid && ! parseContext.functionReturnsValue) in yyparse()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DParseHelper.h187 bool functionReturnsValue; // true if a non-void function has a return variable
DParseHelper.cpp1228 functionReturnsValue = false; in handleFunctionDefinition()
1645 functionReturnsValue = true; in handleReturnValue()
Dglslang.y4082 …parseContext.currentFunctionType->getBasicType() != EbtVoid && ! parseContext.functionReturnsValue)
Dglslang.m44082 …parseContext.currentFunctionType->getBasicType() != EbtVoid && ! parseContext.functionReturnsValue)
Dglslang_tab.cpp11636 …parseContext.currentFunctionType->getBasicType() != EbtVoid && ! parseContext.functionReturnsValue) in yyparse()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslParseHelper.cpp1673 functionReturnsValue = false; in handleFunctionDefinition()
2288 if (function.getType().getBasicType() != EbtVoid && ! functionReturnsValue) in handleFunctionBody()
2437 functionReturnsValue = true; in handleReturnValue()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp1673 functionReturnsValue = false; in handleFunctionDefinition()
2288 if (function.getType().getBasicType() != EbtVoid && ! functionReturnsValue) in handleFunctionBody()
2437 functionReturnsValue = true; in handleReturnValue()