Home
last modified time | relevance | path

Searched refs:AllowOnePastEnd (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaChecking.cpp9576 bool AllowOnePastEnd, bool IndexNegated) { in CheckArrayAccess() argument
9632 if (AllowOnePastEnd ? index.ule(size) : index.ult(size)) in CheckArrayAccess()
9694 int AllowOnePastEnd = 0; in CheckArrayAccess() local
9701 AllowOnePastEnd > 0); in CheckArrayAccess()
9708 /*ASE=*/nullptr, AllowOnePastEnd > 0); in CheckArrayAccess()
9717 AllowOnePastEnd++; in CheckArrayAccess()
9720 AllowOnePastEnd--; in CheckArrayAccess()
/external/clang/include/clang/Sema/
DSema.h9332 bool AllowOnePastEnd=true, bool IndexNegated=false);