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

/external/clang/lib/Sema/
H A DSemaChecking.cpp9576 bool AllowOnePastEnd, bool IndexNegated) {
9632 if (AllowOnePastEnd ? index.ule(size) : index.ult(size))
9694 int AllowOnePastEnd = 0; local
9701 AllowOnePastEnd > 0);
9708 /*ASE=*/nullptr, AllowOnePastEnd > 0);
9717 AllowOnePastEnd++;
9720 AllowOnePastEnd--;
9574 CheckArrayAccess(const Expr *BaseExpr, const Expr *IndexExpr, const ArraySubscriptExpr *ASE, bool AllowOnePastEnd, bool IndexNegated) argument

Completed in 91 milliseconds