Searched refs:checkConditionalNullPointer (Results 1 – 1 of 1) sorted by relevance
7795 static bool checkConditionalNullPointer(Sema &S, ExprResult &NullExpr, in checkConditionalNullPointer() function8331 if (!checkConditionalNullPointer(*this, RHS, LHSTy)) return LHSTy; in CheckConditionalOperands()8332 if (!checkConditionalNullPointer(*this, LHS, RHSTy)) return RHSTy; in CheckConditionalOperands()