Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp11347 QualType rpointee = RHSPTy->getPointeeType(); in CheckSubtractionOperands() local
11351 if (!Context.hasSameUnqualifiedType(lpointee, rpointee)) { in CheckSubtractionOperands()
11358 Context.getCanonicalType(rpointee).getUnqualifiedType())) { in CheckSubtractionOperands()
11382 if (!rpointee->isVoidType() && !rpointee->isFunctionType()) { in CheckSubtractionOperands()
11383 CharUnits ElementSize = Context.getTypeSizeInChars(rpointee); in CheckSubtractionOperands()
11386 << rpointee.getUnqualifiedType() in CheckSubtractionOperands()
12708 QualType rpointee = RHSType->castAs<BlockPointerType>()->getPointeeType(); in CheckCompareOperands() local
12711 !Context.typesAreCompatible(lpointee, rpointee)) { in CheckCompareOperands()