Searched refs:isRHSVoidPtr (Results 1 – 1 of 1) sorted by relevance
10723 bool isRHSVoidPtr = isRHSPointer && RHSPointeeTy->isVoidType(); in checkArithmeticBinOpPointerOperands() local10724 if (isLHSVoidPtr || isRHSVoidPtr) { in checkArithmeticBinOpPointerOperands()10725 if (!isRHSVoidPtr) diagnoseArithmeticOnVoidPointer(S, Loc, LHSExpr); in checkArithmeticBinOpPointerOperands()