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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp73 bool RHSIsNull = local
76 if (RHSIsNull && isRemovable(ME))
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp7774 bool RHSIsNull = RHS.get()->isNullPointerConstant(Context, local
7795 && !LHSIsNull && !RHSIsNull) {
7825 && !LHSIsNull && !RHSIsNull)
7833 if (LHSIsNull && !RHSIsNull)
7848 if (RHSIsNull &&
7892 if (!LHSIsNull && !RHSIsNull &&
7906 if (!LHSIsNull && !RHSIsNull) {
7915 if (LHSIsNull && !RHSIsNull)
7939 if (LHSIsNull && !RHSIsNull) {
7963 if (LHSIsNull && !RHSIsNull)
[all...]

Completed in 82 milliseconds