Home
last modified time | relevance | path

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

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