Searched refs:rpointee (Results 1 – 2 of 2) 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()
10667 QualType rpointee = RHSPTy->getPointeeType(); in CheckSubtractionOperands() local10671 if (!Context.hasSameUnqualifiedType(lpointee, rpointee)) { in CheckSubtractionOperands()10678 Context.getCanonicalType(rpointee).getUnqualifiedType())) { in CheckSubtractionOperands()10693 if (!rpointee->isVoidType() && !rpointee->isFunctionType()) { in CheckSubtractionOperands()10694 CharUnits ElementSize = Context.getTypeSizeInChars(rpointee); in CheckSubtractionOperands()10697 << rpointee.getUnqualifiedType() in CheckSubtractionOperands()11832 QualType rpointee = RHSType->castAs<BlockPointerType>()->getPointeeType(); in CheckCompareOperands() local11835 !Context.typesAreCompatible(lpointee, rpointee)) { in CheckCompareOperands()