Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp13230 QualType LCanPointeeTy = in CheckCompareOperands() local
13236 if (Context.typesAreCompatible(LCanPointeeTy.getUnqualifiedType(), in CheckCompareOperands()
13240 if ((LCanPointeeTy->isIncompleteType() != in CheckCompareOperands()
13245 << LHSType << RHSType << LCanPointeeTy->isIncompleteType() in CheckCompareOperands()
13250 (LCanPointeeTy->isVoidType() || RCanPointeeTy->isVoidType())) { in CheckCompareOperands()
13252 if ((LCanPointeeTy->isFunctionType() || RCanPointeeTy->isFunctionType()) in CheckCompareOperands()
13260 if (LCanPointeeTy != RCanPointeeTy) { in CheckCompareOperands()
13263 if (!LCanPointeeTy.isAddressSpaceOverlapping(RCanPointeeTy)) { in CheckCompareOperands()
13270 LangAS AddrSpaceL = LCanPointeeTy.getAddressSpace(); in CheckCompareOperands()