Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp8110 if (!IsRelational && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
8138 && !LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
8168 && !LHSIsNull && !RHSIsNull) in CheckCompareOperands()
8187 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
8212 if (LHSIsNull && in CheckCompareOperands()
8246 if (!LHSIsNull && !RHSIsNull && in CheckCompareOperands()
8260 if (!LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
8269 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
8293 if (LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
8318 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
[all …]