Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp8554 bool AllowOnePastEnd, bool IndexNegated) { in CheckArrayAccess() argument
8609 if (AllowOnePastEnd ? index.ule(size) : index.ult(size)) in CheckArrayAccess()
8671 int AllowOnePastEnd = 0; in CheckArrayAccess() local
8678 AllowOnePastEnd > 0); in CheckArrayAccess()
8685 /*ASE=*/nullptr, AllowOnePastEnd > 0); in CheckArrayAccess()
8694 AllowOnePastEnd++; in CheckArrayAccess()
8697 AllowOnePastEnd--; in CheckArrayAccess()
/external/clang/include/clang/Sema/
DSema.h8950 bool AllowOnePastEnd=true, bool IndexNegated=false);