Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp15894 bool AllowOnePastEnd, bool IndexNegated) { in CheckArrayAccess() argument
16046 if (AllowOnePastEnd ? index.ule(size) : index.ult(size)) in CheckArrayAccess()
16104 int AllowOnePastEnd = 0; in CheckArrayAccess() local
16111 AllowOnePastEnd > 0); in CheckArrayAccess()
16123 /*ASE=*/nullptr, AllowOnePastEnd > 0); in CheckArrayAccess()
16132 AllowOnePastEnd++; in CheckArrayAccess()
16135 AllowOnePastEnd--; in CheckArrayAccess()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h13045 bool AllowOnePastEnd = true, bool IndexNegated = false);