Searched refs:errorReturn (Results 1 – 3 of 3) 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()
2643 bool errorReturn = false; in lValueErrorCheck() local2665 errorReturn = lValueErrorCheck(loc, op, binaryNode->getLeft()); in lValueErrorCheck()2666 if (!errorReturn) { in lValueErrorCheck()2684 return errorReturn; in lValueErrorCheck()2689 if (errorReturn) { in lValueErrorCheck()
2850 bool errorReturn = false; in lValueErrorCheck() local2872 errorReturn = lValueErrorCheck(loc, op, binaryNode->getLeft()); in lValueErrorCheck()2873 if (!errorReturn) { in lValueErrorCheck()2891 return errorReturn; in lValueErrorCheck()2896 if (errorReturn) { in lValueErrorCheck()