Searched refs:rpointee (Results 1 – 1 of 1) sorted by relevance
8044 QualType rpointee = RHSPTy->getPointeeType(); in CheckSubtractionOperands() local8048 if (!Context.hasSameUnqualifiedType(lpointee, rpointee)) { in CheckSubtractionOperands()8055 Context.getCanonicalType(rpointee).getUnqualifiedType())) { in CheckSubtractionOperands()8068 if (!rpointee->isVoidType() && !rpointee->isFunctionType()) { in CheckSubtractionOperands()8069 CharUnits ElementSize = Context.getTypeSizeInChars(rpointee); in CheckSubtractionOperands()8072 << rpointee.getUnqualifiedType() in CheckSubtractionOperands()8869 QualType rpointee = RHSType->castAs<BlockPointerType>()->getPointeeType(); in CheckCompareOperands() local8872 !Context.typesAreCompatible(lpointee, rpointee)) { in CheckCompareOperands()