Searched defs:checkConditionalNullPointer (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 139 milliseconds