reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
9450 S.Diag(Loc, 9462 if (!isRHSVoidPtr) diagnoseArithmeticOnVoidPointer(S, Loc, LHSExpr); 9463 else if (!isLHSVoidPtr) diagnoseArithmeticOnVoidPointer(S, Loc, RHSExpr); 9464 else diagnoseArithmeticOnTwoVoidPointers(S, Loc, LHSExpr, RHSExpr); 9472 if (!isRHSFuncPtr) diagnoseArithmeticOnFunctionPointer(S, Loc, LHSExpr); 9473 else if (!isLHSFuncPtr) diagnoseArithmeticOnFunctionPointer(S, Loc, 9475 else diagnoseArithmeticOnTwoFunctionPointers(S, Loc, LHSExpr, RHSExpr); 9480 if (isLHSPointer && checkArithmeticIncompletePointerType(S, Loc, LHSExpr)) 9482 if (isRHSPointer && checkArithmeticIncompletePointerType(S, Loc, RHSExpr))