Searched refs:diagnoseArithmeticOnFunctionPointer (Results 1 – 1 of 1) sorted by relevance
8128 static void diagnoseArithmeticOnFunctionPointer(Sema &S, SourceLocation Loc, in diagnoseArithmeticOnFunctionPointer() function8177 diagnoseArithmeticOnFunctionPointer(S, Loc, Operand); in checkArithmeticOpPointerOperand()8232 if (!isRHSFuncPtr) diagnoseArithmeticOnFunctionPointer(S, Loc, LHSExpr); in checkArithmeticBinOpPointerOperands()8233 else if (!isLHSFuncPtr) diagnoseArithmeticOnFunctionPointer(S, Loc, in checkArithmeticBinOpPointerOperands()