Searched refs:AllowOnePastEnd (Results 1 – 2 of 2) sorted by relevance
16180 bool AllowOnePastEnd, bool IndexNegated) { in CheckArrayAccess() argument16329 if (AllowOnePastEnd ? index.ule(size) : index.ult(size)) in CheckArrayAccess()16382 int AllowOnePastEnd = 0; in CheckArrayAccess() local16389 AllowOnePastEnd > 0); in CheckArrayAccess()16401 /*ASE=*/nullptr, AllowOnePastEnd > 0); in CheckArrayAccess()16410 AllowOnePastEnd++; in CheckArrayAccess()16413 AllowOnePastEnd--; in CheckArrayAccess()
13419 bool AllowOnePastEnd = true, bool IndexNegated = false);