Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingFile.c685 static int checkBounds(int Idx, int Strlen) { in checkBounds() function
717 for (I = 0; checkBounds(I, FilenamePatLen) && FilenamePat[I]; ++I) { in parseFilenamePattern()
720 if (!checkBounds(I, FilenamePatLen)) in parseFilenamePattern()