Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp309 bool errorReturn; in lValueErrorCheck() local
317 errorReturn = lValueErrorCheck(line, op, binaryNode->getLeft()); in lValueErrorCheck()
318 if (!errorReturn) { in lValueErrorCheck()
336 return errorReturn; in lValueErrorCheck()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp2643 bool errorReturn = false; in lValueErrorCheck() local
2665 errorReturn = lValueErrorCheck(loc, op, binaryNode->getLeft()); in lValueErrorCheck()
2666 if (!errorReturn) { in lValueErrorCheck()
2684 return errorReturn; in lValueErrorCheck()
2689 if (errorReturn) { in lValueErrorCheck()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DParseHelper.cpp2850 bool errorReturn = false; in lValueErrorCheck() local
2872 errorReturn = lValueErrorCheck(loc, op, binaryNode->getLeft()); in lValueErrorCheck()
2873 if (!errorReturn) { in lValueErrorCheck()
2891 return errorReturn; in lValueErrorCheck()
2896 if (errorReturn) { in lValueErrorCheck()