Searched refs:isRHSFuncPtr (Results 1 – 1 of 1) sorted by relevance
7794 bool isRHSFuncPtr = isRHSPointer && RHSPointeeTy->isFunctionType(); in checkArithmeticBinOpPointerOperands() local7795 if (isLHSFuncPtr || isRHSFuncPtr) { in checkArithmeticBinOpPointerOperands()7796 if (!isRHSFuncPtr) diagnoseArithmeticOnFunctionPointer(S, Loc, LHSExpr); in checkArithmeticBinOpPointerOperands()