Searched refs:AllowOnePastEnd (Results 1 – 2 of 2) sorted by relevance
14792 bool AllowOnePastEnd, bool IndexNegated) { in CheckArrayAccess() argument14937 if (AllowOnePastEnd ? index.ule(size) : index.ult(size)) in CheckArrayAccess()14996 int AllowOnePastEnd = 0; in CheckArrayAccess() local15003 AllowOnePastEnd > 0); in CheckArrayAccess()15015 /*ASE=*/nullptr, AllowOnePastEnd > 0); in CheckArrayAccess()15024 AllowOnePastEnd++; in CheckArrayAccess()15027 AllowOnePastEnd--; in CheckArrayAccess()
12500 bool AllowOnePastEnd=true, bool IndexNegated=false);