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

/external/clang/lib/Sema/
H A DSemaExpr.cpp5670 static bool checkPointerIntegerMismatch(Sema &S, ExprResult &Int, function
5786 if (checkPointerIntegerMismatch(*this, LHS, RHS.get(), QuestionLoc,
5789 if (checkPointerIntegerMismatch(*this, RHS, LHS.get(), QuestionLoc,

Completed in 89 milliseconds