Searched refs:AllowOnePastEnd (Results 1 – 2 of 2) sorted by relevance
8554 bool AllowOnePastEnd, bool IndexNegated) { in CheckArrayAccess() argument8609 if (AllowOnePastEnd ? index.ule(size) : index.ult(size)) in CheckArrayAccess()8671 int AllowOnePastEnd = 0; in CheckArrayAccess() local8678 AllowOnePastEnd > 0); in CheckArrayAccess()8685 /*ASE=*/nullptr, AllowOnePastEnd > 0); in CheckArrayAccess()8694 AllowOnePastEnd++; in CheckArrayAccess()8697 AllowOnePastEnd--; in CheckArrayAccess()
8950 bool AllowOnePastEnd=true, bool IndexNegated=false);