Lines Matching defs:RHSIsNull
12106 bool RHSIsNull = RHSNullKind != Expr::NPCK_NotNull;
12122 if (CompositeTy->isPointerType() && LHSIsNull != RHSIsNull) {
12136 if (!IsOrdered && LHSIsNull != RHSIsNull) {
12138 if (RHSIsNull)
12162 (RHSType->isIntegerType() && !RHSIsNull)) {
12233 && !LHSIsNull && !RHSIsNull)
12242 if (getLangOpts().OpenCL && !LHSIsNull && !RHSIsNull) {
12254 if (LHSIsNull && !RHSIsNull)
12271 if (!IsOrdered && LHSIsNull && RHSIsNull) {
12282 if (!getLangOpts().CPlusPlus && !IsOrdered && (LHSIsNull || RHSIsNull)) {
12291 if (RHSIsNull && LHSType->isPointerType()) {
12354 if (!LHSIsNull && !RHSIsNull &&
12368 if (!LHSIsNull && !RHSIsNull) {
12377 if (LHSIsNull && !RHSIsNull)
12404 if (LHSIsNull && !RHSIsNull) {
12432 if (LHSIsNull && !RHSIsNull)
12460 (RHSIsNull && RHSType->isIntegerType())) {
12488 RHSIsNull ? CK_NullToPointer : CK_IntegralToPointer);
12493 if (!IsOrdered && RHSIsNull
12518 if (LHSType->isQueueT() && RHSIsNull) {