Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExpr.cpp7172 QualType rpointee = RHSPTy->getPointeeType(); in CheckSubtractionOperands() local
7176 if (!Context.hasSameUnqualifiedType(lpointee, rpointee)) { in CheckSubtractionOperands()
7183 Context.getCanonicalType(rpointee).getUnqualifiedType())) { in CheckSubtractionOperands()
7196 if (!rpointee->isVoidType() && !rpointee->isFunctionType()) { in CheckSubtractionOperands()
7197 CharUnits ElementSize = Context.getTypeSizeInChars(rpointee); in CheckSubtractionOperands()
7200 << rpointee.getUnqualifiedType() in CheckSubtractionOperands()
7890 QualType rpointee = RHSType->castAs<BlockPointerType>()->getPointeeType(); in CheckCompareOperands() local
7893 !Context.typesAreCompatible(lpointee, rpointee)) { in CheckCompareOperands()