Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp10339 if (LHSIsNull != RHSIsNull) in CheckCompareOperands()
10349 if (!IsRelational && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
10423 && !LHSIsNull && !RHSIsNull) in CheckCompareOperands()
10445 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
10524 if (!LHSIsNull && !RHSIsNull && in CheckCompareOperands()
10538 if (!LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
10547 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
10571 if (LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
10598 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
10664 if (!IsRelational && LHSIsNull in CheckCompareOperands()
[all …]