Home | History | Annotate | Download | only in Sema

Lines Matching refs:RHSIsNull

7983   bool RHSIsNull = RHSNullKind != Expr::NPCK_NotNull;
7985 if (!IsRelational && LHSIsNull != RHSIsNull) {
7987 if (RHSIsNull)
8013 && !LHSIsNull && !RHSIsNull) {
8043 && !LHSIsNull && !RHSIsNull)
8055 if (LHSIsNull && !RHSIsNull)
8070 if (RHSIsNull &&
8114 if (!LHSIsNull && !RHSIsNull &&
8128 if (!LHSIsNull && !RHSIsNull) {
8137 if (LHSIsNull && !RHSIsNull)
8161 if (LHSIsNull && !RHSIsNull) {
8186 if (LHSIsNull && !RHSIsNull)
8201 (RHSIsNull && RHSType->isIntegerType())) {
8225 RHSIsNull ? CK_NullToPointer : CK_IntegralToPointer);
8230 if (!IsRelational && RHSIsNull