Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp349 bool errorReturn; in lValueErrorCheck() local
358 errorReturn = lValueErrorCheck(line, op, binaryNode->getLeft()); in lValueErrorCheck()
359 if (!errorReturn) { in lValueErrorCheck()
377 return errorReturn; in lValueErrorCheck()