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

/external/clang/lib/Sema/
H A DSemaChecking.cpp7087 bool AllowOnePastEnd, bool IndexNegated) {
7142 if (AllowOnePastEnd ? index.ule(size) : index.ult(size))
7204 int AllowOnePastEnd = 0; local
7211 AllowOnePastEnd > 0);
7220 AllowOnePastEnd++;
7223 AllowOnePastEnd--;
7085 CheckArrayAccess(const Expr *BaseExpr, const Expr *IndexExpr, const ArraySubscriptExpr *ASE, bool AllowOnePastEnd, bool IndexNegated) argument

Completed in 102 milliseconds