Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExpr.cpp7772 bool LHSIsNull = LHS.get()->isNullPointerConstant(Context, in CheckCompareOperands() local
7795 && !LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
7825 && !LHSIsNull && !RHSIsNull) in CheckCompareOperands()
7833 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
7858 if (LHSIsNull && in CheckCompareOperands()
7892 if (!LHSIsNull && !RHSIsNull && in CheckCompareOperands()
7906 if (!LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
7915 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
7939 if (LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
7963 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
[all …]