Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp11728 bool LHSIsNull = LHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands() local
11745 if (CompositeTy->isPointerType() && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
11750 << (LHSIsNull ? LHS.get()->getSourceRange() in CheckCompareOperands()
11759 if (!IsOrdered && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
11769 if ((LHSType->isIntegerType() && !LHSIsNull) || in CheckCompareOperands()
11847 && !LHSIsNull && !RHSIsNull) in CheckCompareOperands()
11856 if (getLangOpts().OpenCL && !LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
11868 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
11880 if (!IsOrdered && LHSIsNull && RHSIsNull) { in CheckCompareOperands()
11947 if (!LHSIsNull && !RHSIsNull && in CheckCompareOperands()
[all …]