Searched refs:diagnoseArithmeticOnVoidPointer (Results 1 – 1 of 1) sorted by relevance
10574 static void diagnoseArithmeticOnVoidPointer(Sema &S, SourceLocation Loc, in diagnoseArithmeticOnVoidPointer() function10678 diagnoseArithmeticOnVoidPointer(S, Loc, Operand); in checkArithmeticOpPointerOperand()10725 if (!isRHSVoidPtr) diagnoseArithmeticOnVoidPointer(S, Loc, LHSExpr); in checkArithmeticBinOpPointerOperands()10726 else if (!isLHSVoidPtr) diagnoseArithmeticOnVoidPointer(S, Loc, RHSExpr); in checkArithmeticBinOpPointerOperands()