Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp73 bool RHSIsNull = in VisitObjCMessageExpr() local
76 if (RHSIsNull && isRemovable(ME)) in VisitObjCMessageExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp10339 if (LHSIsNull != RHSIsNull) in CheckCompareOperands()
10351 if (RHSIsNull) in CheckCompareOperands()
10423 && !LHSIsNull && !RHSIsNull) in CheckCompareOperands()
10445 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
10524 if (!LHSIsNull && !RHSIsNull && in CheckCompareOperands()
10538 if (!LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
10547 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
10571 if (LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
10598 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
10659 if (!IsRelational && RHSIsNull in CheckCompareOperands()
[all …]