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