Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp8562 bool LHSIsNull = LHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands() local
8565 if (!IsRelational && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
8593 && !LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
8623 && !LHSIsNull && !RHSIsNull) in CheckCompareOperands()
8642 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
8667 if (LHSIsNull && in CheckCompareOperands()
8701 if (!LHSIsNull && !RHSIsNull && in CheckCompareOperands()
8715 if (!LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
8724 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
8748 if (LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
[all …]