Searched refs:isLHSFuncPtr (Results 1 – 1 of 1) sorted by relevance
8229 bool isLHSFuncPtr = isLHSPointer && LHSPointeeTy->isFunctionType(); in checkArithmeticBinOpPointerOperands() local8231 if (isLHSFuncPtr || isRHSFuncPtr) { in checkArithmeticBinOpPointerOperands()8233 else if (!isLHSFuncPtr) diagnoseArithmeticOnFunctionPointer(S, Loc, in checkArithmeticBinOpPointerOperands()