Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp12383 bool AllowOnePastEnd, bool IndexNegated) { in CheckArrayAccess() argument
12452 if (AllowOnePastEnd ? index.ule(size) : index.ult(size)) in CheckArrayAccess()
12514 int AllowOnePastEnd = 0; in CheckArrayAccess() local
12521 AllowOnePastEnd > 0); in CheckArrayAccess()
12533 /*ASE=*/nullptr, AllowOnePastEnd > 0); in CheckArrayAccess()
12542 AllowOnePastEnd++; in CheckArrayAccess()
12545 AllowOnePastEnd--; in CheckArrayAccess()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h10466 bool AllowOnePastEnd=true, bool IndexNegated=false);