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