Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaChecking.cpp6342 bool AllowOnePastEnd, bool IndexNegated) { in CheckArrayAccess() argument
6397 if (AllowOnePastEnd ? index.ule(size) : index.ult(size)) in CheckArrayAccess()
6459 int AllowOnePastEnd = 0; in CheckArrayAccess() local
6466 AllowOnePastEnd > 0); in CheckArrayAccess()
6475 AllowOnePastEnd++; in CheckArrayAccess()
6478 AllowOnePastEnd--; in CheckArrayAccess()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h7811 bool AllowOnePastEnd=true, bool IndexNegated=false);