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

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

Completed in 51 milliseconds