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