Home
last modified time | relevance | path

Searched refs:rpointee (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaExpr.cpp8480 QualType rpointee = RHSPTy->getPointeeType(); in CheckSubtractionOperands() local
8484 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() local
9308 !Context.typesAreCompatible(lpointee, rpointee)) { in CheckCompareOperands()