Searched defs:LHSNull (Results 1 - 1 of 1) sorted by path

/external/clang/lib/Sema/
H A DSemaExpr.cpp6928 bool LHSNull = isa<GNUNullExpr>(LHS.get()->IgnoreParenImpCasts()); local
6931 QualType NonNullType = LHSNull ? RHS.get()->getType() : LHS.get()->getType();
6935 if ((!LHSNull && !RHSNull) || NonNullType->isBlockPointerType() ||
6943 << (LHSNull ? LHS.get()->getSourceRange() : SourceRange())
6950 if (LHSNull == RHSNull || NonNullType->isAnyPointerType() ||
6955 << LHSNull /* LHS is NULL */ << NonNullType

Completed in 221 milliseconds