Searched refs:isLHSVoidPtr (Results 1 – 2 of 2) 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()
10372 bool isLHSVoidPtr = isLHSPointer && LHSPointeeTy->isVoidType(); in checkArithmeticBinOpPointerOperands() local10374 if (isLHSVoidPtr || isRHSVoidPtr) { in checkArithmeticBinOpPointerOperands()10376 else if (!isLHSVoidPtr) diagnoseArithmeticOnVoidPointer(S, Loc, RHSExpr); in checkArithmeticBinOpPointerOperands()