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