Searched refs:isLHSVoidPtr (Results 1 – 1 of 1) sorted by relevance
11003 bool isLHSVoidPtr = isLHSPointer && LHSPointeeTy->isVoidType(); in checkArithmeticBinOpPointerOperands() local11005 if (isLHSVoidPtr || isRHSVoidPtr) { in checkArithmeticBinOpPointerOperands()11007 else if (!isLHSVoidPtr) diagnoseArithmeticOnVoidPointer(S, Loc, RHSExpr); in checkArithmeticBinOpPointerOperands()