Searched refs:AllowOnePastEnd (Results 1 – 2 of 2) sorted by relevance
14519 bool AllowOnePastEnd, bool IndexNegated) { in CheckArrayAccess() argument14594 if (AllowOnePastEnd ? index.ule(size) : index.ult(size)) in CheckArrayAccess()14655 int AllowOnePastEnd = 0; in CheckArrayAccess() local14662 AllowOnePastEnd > 0); in CheckArrayAccess()14674 /*ASE=*/nullptr, AllowOnePastEnd > 0); in CheckArrayAccess()14683 AllowOnePastEnd++; in CheckArrayAccess()14686 AllowOnePastEnd--; in CheckArrayAccess()
12399 bool AllowOnePastEnd=true, bool IndexNegated=false);