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

/external/clang/lib/Sema/
H A DSemaExpr.cpp6929 bool RHSNull = isa<GNUNullExpr>(RHS.get()->IgnoreParenImpCasts()); local
6935 if ((!LHSNull && !RHSNull) || NonNullType->isBlockPointerType() ||
6944 << (RHSNull ? RHS.get()->getSourceRange() : SourceRange());
6950 if (LHSNull == RHSNull || NonNullType->isAnyPointerType() ||

Completed in 212 milliseconds