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

/external/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp73 bool RHSIsNull = local
76 if (RHSIsNull && isRemovable(ME))
/external/clang/lib/Sema/
H A DSemaExpr.cpp7983 bool RHSIsNull = RHSNullKind != Expr::NPCK_NotNull; local
7985 if (!IsRelational && LHSIsNull != RHSIsNull) {
7987 if (RHSIsNull)
8013 && !LHSIsNull && !RHSIsNull) {
8043 && !LHSIsNull && !RHSIsNull)
8055 if (LHSIsNull && !RHSIsNull)
8070 if (RHSIsNull &&
8114 if (!LHSIsNull && !RHSIsNull &&
8128 if (!LHSIsNull && !RHSIsNull) {
8137 if (LHSIsNull && !RHSIsNull)
[all...]

Completed in 132 milliseconds