Searched refs:rpointee (Results 1 – 1 of 1) sorted by relevance
11347 QualType rpointee = RHSPTy->getPointeeType(); in CheckSubtractionOperands() local11351 if (!Context.hasSameUnqualifiedType(lpointee, rpointee)) { in CheckSubtractionOperands()11358 Context.getCanonicalType(rpointee).getUnqualifiedType())) { in CheckSubtractionOperands()11382 if (!rpointee->isVoidType() && !rpointee->isFunctionType()) { in CheckSubtractionOperands()11383 CharUnits ElementSize = Context.getTypeSizeInChars(rpointee); in CheckSubtractionOperands()11386 << rpointee.getUnqualifiedType() in CheckSubtractionOperands()12708 QualType rpointee = RHSType->castAs<BlockPointerType>()->getPointeeType(); in CheckCompareOperands() local12711 !Context.typesAreCompatible(lpointee, rpointee)) { in CheckCompareOperands()