Searched refs:AllowOnePastEnd (Results 1 – 2 of 2) sorted by relevance
15894 bool AllowOnePastEnd, bool IndexNegated) { in CheckArrayAccess() argument16046 if (AllowOnePastEnd ? index.ule(size) : index.ult(size)) in CheckArrayAccess()16104 int AllowOnePastEnd = 0; in CheckArrayAccess() local16111 AllowOnePastEnd > 0); in CheckArrayAccess()16123 /*ASE=*/nullptr, AllowOnePastEnd > 0); in CheckArrayAccess()16132 AllowOnePastEnd++; in CheckArrayAccess()16135 AllowOnePastEnd--; in CheckArrayAccess()
13045 bool AllowOnePastEnd = true, bool IndexNegated = false);