Home
last modified time | relevance | path

Searched refs:errorReturn (Results 1 – 2 of 2) 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.cpp2345 bool errorReturn = false; in lValueErrorCheck() local
2368 errorReturn = lValueErrorCheck(loc, op, binaryNode->getLeft()); in lValueErrorCheck()
2369 if (!errorReturn) { in lValueErrorCheck()
2387 return errorReturn; in lValueErrorCheck()
2392 if (errorReturn) { in lValueErrorCheck()