Lines Matching defs:LHSIsNull
12284 bool LHSIsNull = LHSNullKind != Expr::NPCK_NotNull;
12301 if (CompositeTy->isPointerType() && LHSIsNull != RHSIsNull) {
12306 << (LHSIsNull ? LHS.get()->getSourceRange()
12315 if (!IsOrdered && LHSIsNull != RHSIsNull) {
12340 if ((LHSType->isIntegerType() && !LHSIsNull) ||
12412 && !LHSIsNull && !RHSIsNull)
12421 if (getLangOpts().OpenCL && !LHSIsNull && !RHSIsNull) {
12434 if (LHSIsNull && !RHSIsNull)
12451 if (!IsOrdered && LHSIsNull && RHSIsNull) {
12462 if (!getLangOpts().CPlusPlus && !IsOrdered && (LHSIsNull || RHSIsNull)) {
12467 if (LHSIsNull && RHSType->isPointerType()) {
12534 if (!LHSIsNull && !RHSIsNull &&
12548 if (!LHSIsNull && !RHSIsNull) {
12557 if (LHSIsNull && !RHSIsNull)
12584 if (LHSIsNull && !RHSIsNull) {
12612 if (LHSIsNull && !RHSIsNull)
12639 } else if ((LHSIsNull && LHSType->isIntegerType()) ||
12665 LHSIsNull ? CK_NullToPointer : CK_IntegralToPointer);
12678 if (!IsOrdered && LHSIsNull
12693 if (LHSIsNull && RHSType->isQueueT()) {