Searched refs:LHSIsNull (Results 1 – 1 of 1) sorted by relevance
7772 bool LHSIsNull = LHS.get()->isNullPointerConstant(Context, in CheckCompareOperands() local7795 && !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 …]