Searched refs:rpointee (Results 1 – 1 of 1) sorted by relevance
8480 QualType rpointee = RHSPTy->getPointeeType(); in CheckSubtractionOperands() local8484 if (!Context.hasSameUnqualifiedType(lpointee, rpointee)) { in CheckSubtractionOperands()8491 Context.getCanonicalType(rpointee).getUnqualifiedType())) { in CheckSubtractionOperands()8504 if (!rpointee->isVoidType() && !rpointee->isFunctionType()) { in CheckSubtractionOperands()8505 CharUnits ElementSize = Context.getTypeSizeInChars(rpointee); in CheckSubtractionOperands()8508 << rpointee.getUnqualifiedType() in CheckSubtractionOperands()9305 QualType rpointee = RHSType->castAs<BlockPointerType>()->getPointeeType(); in CheckCompareOperands() local9308 !Context.typesAreCompatible(lpointee, rpointee)) { in CheckCompareOperands()