Lines Matching defs:IsOrdered
12044 bool IsOrdered = IsRelational || IsThreeWay;
12136 if (!IsOrdered && LHSIsNull != RHSIsNull) {
12146 if (IsOrdered && LHSType->isFunctionPointerType() &&
12170 if (!IsOrdered &&
12199 (IsOrdered ? 2 : 1) &&
12271 if (!IsOrdered && LHSIsNull && RHSIsNull) {
12282 if (!getLangOpts().CPlusPlus && !IsOrdered && (LHSIsNull || RHSIsNull)) {
12299 if (!IsOrdered && RHSType->isNullPtrType() &&
12304 if (!IsOrdered && LHSType->isNullPtrType() &&
12339 if (!IsOrdered &&
12349 if (!IsOrdered && LHSType->isBlockPointerType() &&
12365 if (!IsOrdered
12439 if (!IsOrdered && LHSType->isBlockPointerType() &&
12444 } else if (!IsOrdered &&
12461 if (IsOrdered) {
12470 } else if (IsOrdered)
12493 if (!IsOrdered && RHSIsNull
12498 if (!IsOrdered && LHSIsNull