Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Support/Unix/
H A DPath.inc476 it.IterationHandle = reinterpret_cast<intptr_t>(directory);
484 if (it.IterationHandle)
485 ::closedir(reinterpret_cast<DIR *>(it.IterationHandle));
486 it.IterationHandle = 0;
493 dirent *cur_dir = ::readdir(reinterpret_cast<DIR *>(it.IterationHandle));
/minix3/external/bsd/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc600 it.IterationHandle = intptr_t(FindHandle.take());
609 if (it.IterationHandle != 0)
611 ScopedFindHandle close(HANDLE(it.IterationHandle));
612 it.IterationHandle = 0;
619 if (!::FindNextFileW(HANDLE(it.IterationHandle), &FindData)) {
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h717 : IterationHandle(0) {} in DirIterState()
723 intptr_t IterationHandle; member