Searched refs:AllowOnePastEnd (Results 1 – 2 of 2) sorted by relevance
6218 bool AllowOnePastEnd, bool IndexNegated) { in CheckArrayAccess() argument6273 if (AllowOnePastEnd ? index.ule(size) : index.ult(size)) in CheckArrayAccess()6335 int AllowOnePastEnd = 0; in CheckArrayAccess() local6342 AllowOnePastEnd > 0); in CheckArrayAccess()6351 AllowOnePastEnd++; in CheckArrayAccess()6354 AllowOnePastEnd--; in CheckArrayAccess()
7600 bool AllowOnePastEnd=true, bool IndexNegated=false);