Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp8338 bool AllowOnePastEnd, bool IndexNegated) { in CheckArrayAccess() argument
8393 if (AllowOnePastEnd ? index.ule(size) : index.ult(size)) in CheckArrayAccess()
8455 int AllowOnePastEnd = 0; in CheckArrayAccess() local
8462 AllowOnePastEnd > 0); in CheckArrayAccess()
8471 AllowOnePastEnd++; in CheckArrayAccess()
8474 AllowOnePastEnd--; in CheckArrayAccess()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h8745 bool AllowOnePastEnd=true, bool IndexNegated=false);