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