Home
last modified time | relevance | path

Searched defs:checkBounds (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_collapse.cpp333 bool start_with_lower_bound, bool checkBounds) { in kmp_calc_one_iv_XX()
360 bool start_with_lower_bound, bool checkBounds) { in kmp_calc_one_iv()
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c748 static int checkBounds(int Idx, int Strlen) { in checkBounds() function