Searched defs:AllowOnePastEnd (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaChecking.cpp5099 bool AllowOnePastEnd, bool IndexNegated) {
5154 if (AllowOnePastEnd ? index.ule(size) : index.ult(size))
5216 int AllowOnePastEnd = 0; local
5223 AllowOnePastEnd > 0);
5232 AllowOnePastEnd++;
5235 AllowOnePastEnd--;
5097 CheckArrayAccess(const Expr *BaseExpr, const Expr *IndexExpr, const ArraySubscriptExpr *ASE, bool AllowOnePastEnd, bool IndexNegated) argument

Completed in 121 milliseconds