Home | History | Annotate | Download | only in Sema

Lines Matching refs:RHSIsNull

6709   bool RHSIsNull = RHS.get()->isNullPointerConstant(Context,
6730 && !LHSIsNull && !RHSIsNull) {
6760 && !LHSIsNull && !RHSIsNull)
6768 if (LHSIsNull && !RHSIsNull)
6783 if (RHSIsNull &&
6827 if (!LHSIsNull && !RHSIsNull &&
6841 if (!LHSIsNull && !RHSIsNull) {
6850 if (LHSIsNull && !RHSIsNull)
6874 if (LHSIsNull && !RHSIsNull)
6887 if (LHSIsNull && !RHSIsNull)
6899 (RHSIsNull && RHSType->isIntegerType())) {
6923 RHSIsNull ? CK_NullToPointer : CK_IntegralToPointer);
6928 if (!IsRelational && RHSIsNull