Searched refs:rpointee (Results 1 – 1 of 1) sorted by relevance
11064 QualType rpointee = RHSPTy->getPointeeType(); in CheckSubtractionOperands() local11068 if (!Context.hasSameUnqualifiedType(lpointee, rpointee)) { in CheckSubtractionOperands()11075 Context.getCanonicalType(rpointee).getUnqualifiedType())) { in CheckSubtractionOperands()11099 if (!rpointee->isVoidType() && !rpointee->isFunctionType()) { in CheckSubtractionOperands()11100 CharUnits ElementSize = Context.getTypeSizeInChars(rpointee); in CheckSubtractionOperands()11103 << rpointee.getUnqualifiedType() in CheckSubtractionOperands()12352 QualType rpointee = RHSType->castAs<BlockPointerType>()->getPointeeType(); in CheckCompareOperands() local12355 !Context.typesAreCompatible(lpointee, rpointee)) { in CheckCompareOperands()