Searched refs:LHSIsNull (Results 1 – 1 of 1) sorted by relevance
11728 bool LHSIsNull = LHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands() local11745 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 …]