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