Searched refs:AllowOnePastEnd (Results 1 – 2 of 2) sorted by relevance
8338 bool AllowOnePastEnd, bool IndexNegated) { in CheckArrayAccess() argument8393 if (AllowOnePastEnd ? index.ule(size) : index.ult(size)) in CheckArrayAccess()8455 int AllowOnePastEnd = 0; in CheckArrayAccess() local8462 AllowOnePastEnd > 0); in CheckArrayAccess()8471 AllowOnePastEnd++; in CheckArrayAccess()8474 AllowOnePastEnd--; in CheckArrayAccess()
8745 bool AllowOnePastEnd=true, bool IndexNegated=false);