Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/
H A DPath.inc897 it.IterationHandle = reinterpret_cast<intptr_t>(directory);
905 if (it.IterationHandle)
906 ::closedir(reinterpret_cast<DIR *>(it.IterationHandle));
907 it.IterationHandle = 0;
928 dirent *CurDir = ::readdir(reinterpret_cast<DIR *>(It.IterationHandle));
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DPath.inc1022 IT.IterationHandle = intptr_t(FindHandle.take());
1034 if (IT.IterationHandle != 0)
1036 ScopedFindHandle close(HANDLE(IT.IterationHandle));
1037 IT.IterationHandle = 0;
1044 if (!::FindNextFileW(HANDLE(IT.IterationHandle), &FindData)) {
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DFileSystem.h1414 intptr_t IterationHandle = 0; member