Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp73 bool RHSIsNull = in VisitObjCMessageExpr() local
76 if (RHSIsNull && isRemovable(ME)) in VisitObjCMessageExpr()
/external/clang/lib/Sema/
DSemaExpr.cpp9166 bool RHSIsNull = RHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands() local
9168 if (!IsRelational && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
9170 if (RHSIsNull) in CheckCompareOperands()
9196 && !LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
9226 && !LHSIsNull && !RHSIsNull) in CheckCompareOperands()
9235 if (getLangOpts().OpenCL && !LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
9248 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
9263 if (RHSIsNull && in CheckCompareOperands()
9307 if (!LHSIsNull && !RHSIsNull && in CheckCompareOperands()
9321 if (!LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
[all …]