Searched refs:rpointee (Results 1 – 1 of 1) sorted by relevance
7172 QualType rpointee = RHSPTy->getPointeeType(); in CheckSubtractionOperands() local7176 if (!Context.hasSameUnqualifiedType(lpointee, rpointee)) { in CheckSubtractionOperands()7183 Context.getCanonicalType(rpointee).getUnqualifiedType())) { in CheckSubtractionOperands()7196 if (!rpointee->isVoidType() && !rpointee->isFunctionType()) { in CheckSubtractionOperands()7197 CharUnits ElementSize = Context.getTypeSizeInChars(rpointee); in CheckSubtractionOperands()7200 << rpointee.getUnqualifiedType() in CheckSubtractionOperands()7890 QualType rpointee = RHSType->castAs<BlockPointerType>()->getPointeeType(); in CheckCompareOperands() local7893 !Context.typesAreCompatible(lpointee, rpointee)) { in CheckCompareOperands()