Searched refs:AllowOnePastEnd (Results 1 – 2 of 2) sorted by relevance
12383 bool AllowOnePastEnd, bool IndexNegated) { in CheckArrayAccess() argument12452 if (AllowOnePastEnd ? index.ule(size) : index.ult(size)) in CheckArrayAccess()12514 int AllowOnePastEnd = 0; in CheckArrayAccess() local12521 AllowOnePastEnd > 0); in CheckArrayAccess()12533 /*ASE=*/nullptr, AllowOnePastEnd > 0); in CheckArrayAccess()12542 AllowOnePastEnd++; in CheckArrayAccess()12545 AllowOnePastEnd--; in CheckArrayAccess()
10466 bool AllowOnePastEnd=true, bool IndexNegated=false);