Home
last modified time | relevance | path

Searched refs:RHSIsNull (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp72 bool RHSIsNull = in VisitObjCMessageExpr() local
75 if (RHSIsNull && isRemovable(ME)) in VisitObjCMessageExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp11729 bool RHSIsNull = RHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands() local
11745 if (CompositeTy->isPointerType() && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
11759 if (!IsOrdered && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
11761 if (RHSIsNull) in CheckCompareOperands()
11770 (RHSType->isIntegerType() && !RHSIsNull)) { in CheckCompareOperands()
11847 && !LHSIsNull && !RHSIsNull) in CheckCompareOperands()
11856 if (getLangOpts().OpenCL && !LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
11868 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
11880 if (!IsOrdered && LHSIsNull && RHSIsNull) { in CheckCompareOperands()
11947 if (!LHSIsNull && !RHSIsNull && in CheckCompareOperands()
[all …]