Searched refs:AllowOnePastEnd (Results 1 – 2 of 2) sorted by relevance
6342 bool AllowOnePastEnd, bool IndexNegated) { in CheckArrayAccess() argument6397 if (AllowOnePastEnd ? index.ule(size) : index.ult(size)) in CheckArrayAccess()6459 int AllowOnePastEnd = 0; in CheckArrayAccess() local6466 AllowOnePastEnd > 0); in CheckArrayAccess()6475 AllowOnePastEnd++; in CheckArrayAccess()6478 AllowOnePastEnd--; in CheckArrayAccess()
7811 bool AllowOnePastEnd=true, bool IndexNegated=false);