Searched refs:AllowOnePastEnd (Results 1 – 2 of 2) sorted by relevance
14507 bool AllowOnePastEnd, bool IndexNegated) { in CheckArrayAccess() argument14656 if (AllowOnePastEnd ? index.ule(size) : index.ult(size)) in CheckArrayAccess()14709 int AllowOnePastEnd = 0; in CheckArrayAccess() local14716 AllowOnePastEnd > 0); in CheckArrayAccess()14730 /*ASE=*/nullptr, AllowOnePastEnd > 0); in CheckArrayAccess()14739 AllowOnePastEnd++; in CheckArrayAccess()14742 AllowOnePastEnd--; in CheckArrayAccess()
2877 bool AllowOnePastEnd = true, bool IndexNegated = false);