Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp9165 bool LHSIsNull = LHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands() local
9168 if (!IsRelational && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
9196 && !LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
9226 && !LHSIsNull && !RHSIsNull) in CheckCompareOperands()
9235 if (getLangOpts().OpenCL && !LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
9248 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
9273 if (LHSIsNull && in CheckCompareOperands()
9307 if (!LHSIsNull && !RHSIsNull && in CheckCompareOperands()
9321 if (!LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
9330 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
[all …]
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp11615 bool LHSIsNull = LHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands() local
11632 if (CompositeTy->isPointerType() && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
11637 << (LHSIsNull ? LHS.get()->getSourceRange() in CheckCompareOperands()
11646 if (!IsOrdered && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
11656 if ((LHSType->isIntegerType() && !LHSIsNull) || in CheckCompareOperands()
11734 && !LHSIsNull && !RHSIsNull) in CheckCompareOperands()
11743 if (getLangOpts().OpenCL && !LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
11755 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
11767 if (!IsOrdered && LHSIsNull && RHSIsNull) { in CheckCompareOperands()
11834 if (!LHSIsNull && !RHSIsNull && in CheckCompareOperands()
[all …]