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

/external/clang/lib/Sema/
H A DSemaExpr.cpp6078 bool LHSNull = isa<GNUNullExpr>(LHS.get()->IgnoreParenImpCasts()); local
6081 QualType NonNullType = LHSNull ? RHS.get()->getType() : LHS.get()->getType();
6085 if ((!LHSNull && !RHSNull) || NonNullType->isBlockPointerType() ||
6093 << (LHSNull ? LHS.get()->getSourceRange() : SourceRange())
6100 if (LHSNull == RHSNull || NonNullType->isAnyPointerType() ||
6105 << LHSNull /* LHS is NULL */ << NonNullType

Completed in 50 milliseconds