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.cpp9166 bool RHSIsNull = RHSNullKind != Expr::NPCK_NotNull; local
9168 if (!IsRelational && LHSIsNull != RHSIsNull) {
9170 if (RHSIsNull)
9196 && !LHSIsNull && !RHSIsNull) {
9226 && !LHSIsNull && !RHSIsNull)
9235 if (getLangOpts().OpenCL && !LHSIsNull && !RHSIsNull) {
9248 if (LHSIsNull && !RHSIsNull)
9263 if (RHSIsNull &&
9307 if (!LHSIsNull && !RHSIsNull &&
9321 if (!LHSIsNull && !RHSIsNull) {
[all...]

Completed in 191 milliseconds