Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp7849 QualType lpointee = LHS.get()->getType()->getPointeeType(); in CheckSubtractionOperands() local
7876 if (!Context.hasSameUnqualifiedType(lpointee, rpointee)) { in CheckSubtractionOperands()
7882 Context.getCanonicalType(lpointee).getUnqualifiedType(), in CheckSubtractionOperands()
8698 QualType lpointee = LHSType->castAs<BlockPointerType>()->getPointeeType(); in CheckCompareOperands() local
8702 !Context.typesAreCompatible(lpointee, rpointee)) { in CheckCompareOperands()