Searched refs:AllowOnePastEnd (Results 1 – 2 of 2) sorted by relevance
9576 bool AllowOnePastEnd, bool IndexNegated) { in CheckArrayAccess() argument9632 if (AllowOnePastEnd ? index.ule(size) : index.ult(size)) in CheckArrayAccess()9694 int AllowOnePastEnd = 0; in CheckArrayAccess() local9701 AllowOnePastEnd > 0); in CheckArrayAccess()9708 /*ASE=*/nullptr, AllowOnePastEnd > 0); in CheckArrayAccess()9717 AllowOnePastEnd++; in CheckArrayAccess()9720 AllowOnePastEnd--; in CheckArrayAccess()
9332 bool AllowOnePastEnd=true, bool IndexNegated=false);