Searched refs:errorReturn (Results 1 – 2 of 2) sorted by relevance
309 bool errorReturn; in lValueErrorCheck() local317 errorReturn = lValueErrorCheck(line, op, binaryNode->getLeft()); in lValueErrorCheck()318 if (!errorReturn) { in lValueErrorCheck()336 return errorReturn; in lValueErrorCheck()
2345 bool errorReturn = false; in lValueErrorCheck() local2368 errorReturn = lValueErrorCheck(loc, op, binaryNode->getLeft()); in lValueErrorCheck()2369 if (!errorReturn) { in lValueErrorCheck()2387 return errorReturn; in lValueErrorCheck()2392 if (errorReturn) { in lValueErrorCheck()