Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp11017 QualType lpointee = LHS.get()->getType()->getPointeeType(); in CheckSubtractionOperands() local
11068 if (!Context.hasSameUnqualifiedType(lpointee, rpointee)) { in CheckSubtractionOperands()
11074 Context.getCanonicalType(lpointee).getUnqualifiedType(), in CheckSubtractionOperands()
12351 QualType lpointee = LHSType->castAs<BlockPointerType>()->getPointeeType(); in CheckCompareOperands() local
12355 !Context.typesAreCompatible(lpointee, rpointee)) { in CheckCompareOperands()