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