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

/external/clang/lib/Sema/
H A DSemaExpr.cpp4866 static bool checkConditionalNullPointer(Sema &S, ExprResult &NullExpr, function
5108 if (!checkConditionalNullPointer(*this, RHS, LHSTy)) return LHSTy;
5109 if (!checkConditionalNullPointer(*this, LHS, RHSTy)) return RHSTy;

Completed in 98 milliseconds