Home
last modified time | relevance | path

Searched refs: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() argument
350 if (checkBounds) { in kmp_calc_one_iv_XX()
360 bool start_with_lower_bound, bool checkBounds) { in kmp_calc_one_iv() argument
367 checkBounds); in kmp_calc_one_iv()
373 checkBounds); in kmp_calc_one_iv()
379 checkBounds); in kmp_calc_one_iv()
385 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
792 for (I = 0; checkBounds(I, FilenamePatLen) && FilenamePat[I]; ++I) { in parseFilenamePattern()
795 if (!checkBounds(I, FilenamePatLen)) in parseFilenamePattern()