Searched refs:isLHSVoidPtr (Results 1 – 1 of 1) sorted by relevance
8219 bool isLHSVoidPtr = isLHSPointer && LHSPointeeTy->isVoidType(); in checkArithmeticBinOpPointerOperands() local8221 if (isLHSVoidPtr || isRHSVoidPtr) { in checkArithmeticBinOpPointerOperands()8223 else if (!isLHSVoidPtr) diagnoseArithmeticOnVoidPointer(S, Loc, RHSExpr); in checkArithmeticBinOpPointerOperands()