Searched refs:AllowOnePastEnd (Results 1 – 2 of 2) sorted by relevance
13074 bool AllowOnePastEnd, bool IndexNegated) { in CheckArrayAccess() argument13223 if (AllowOnePastEnd ? index.ule(size) : index.ult(size)) in CheckArrayAccess()13276 int AllowOnePastEnd = 0; in CheckArrayAccess() local13283 AllowOnePastEnd > 0); in CheckArrayAccess()13297 /*ASE=*/nullptr, AllowOnePastEnd > 0); in CheckArrayAccess()13306 AllowOnePastEnd++; in CheckArrayAccess()13309 AllowOnePastEnd--; in CheckArrayAccess()
2439 bool AllowOnePastEnd = true, bool IndexNegated = false);