Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExpr.cpp11064 QualType rpointee = RHSPTy->getPointeeType(); in CheckSubtractionOperands() local
11068 if (!Context.hasSameUnqualifiedType(lpointee, rpointee)) { in CheckSubtractionOperands()
11075 Context.getCanonicalType(rpointee).getUnqualifiedType())) { in CheckSubtractionOperands()
11099 if (!rpointee->isVoidType() && !rpointee->isFunctionType()) { in CheckSubtractionOperands()
11100 CharUnits ElementSize = Context.getTypeSizeInChars(rpointee); in CheckSubtractionOperands()
11103 << rpointee.getUnqualifiedType() in CheckSubtractionOperands()
12352 QualType rpointee = RHSType->castAs<BlockPointerType>()->getPointeeType(); in CheckCompareOperands() local
12355 !Context.typesAreCompatible(lpointee, rpointee)) { in CheckCompareOperands()