Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp6218 bool AllowOnePastEnd, bool IndexNegated) { in CheckArrayAccess() argument
6273 if (AllowOnePastEnd ? index.ule(size) : index.ult(size)) in CheckArrayAccess()
6335 int AllowOnePastEnd = 0; in CheckArrayAccess() local
6342 AllowOnePastEnd > 0); in CheckArrayAccess()
6351 AllowOnePastEnd++; in CheckArrayAccess()
6354 AllowOnePastEnd--; in CheckArrayAccess()
/external/clang/include/clang/Sema/
DSema.h7600 bool AllowOnePastEnd=true, bool IndexNegated=false);