Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp16180 bool AllowOnePastEnd, bool IndexNegated) { in CheckArrayAccess() argument
16329 if (AllowOnePastEnd ? index.ule(size) : index.ult(size)) in CheckArrayAccess()
16382 int AllowOnePastEnd = 0; in CheckArrayAccess() local
16389 AllowOnePastEnd > 0); in CheckArrayAccess()
16401 /*ASE=*/nullptr, AllowOnePastEnd > 0); in CheckArrayAccess()
16410 AllowOnePastEnd++; in CheckArrayAccess()
16413 AllowOnePastEnd--; in CheckArrayAccess()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h13419 bool AllowOnePastEnd = true, bool IndexNegated = false);