Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp14519 bool AllowOnePastEnd, bool IndexNegated) { in CheckArrayAccess() argument
14594 if (AllowOnePastEnd ? index.ule(size) : index.ult(size)) in CheckArrayAccess()
14655 int AllowOnePastEnd = 0; in CheckArrayAccess() local
14662 AllowOnePastEnd > 0); in CheckArrayAccess()
14674 /*ASE=*/nullptr, AllowOnePastEnd > 0); in CheckArrayAccess()
14683 AllowOnePastEnd++; in CheckArrayAccess()
14686 AllowOnePastEnd--; in CheckArrayAccess()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h12399 bool AllowOnePastEnd=true, bool IndexNegated=false);