Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DPath.inc874 it.IterationHandle = reinterpret_cast<intptr_t>(directory);
882 if (it.IterationHandle)
883 ::closedir(reinterpret_cast<DIR *>(it.IterationHandle));
884 it.IterationHandle = 0;
905 dirent *CurDir = ::readdir(reinterpret_cast<DIR *>(It.IterationHandle));
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc1012 IT.IterationHandle = intptr_t(FindHandle.take());
1024 if (IT.IterationHandle != 0)
1026 ScopedFindHandle close(HANDLE(IT.IterationHandle));
1027 IT.IterationHandle = 0;
1034 if (!::FindNextFileW(HANDLE(IT.IterationHandle), &FindData)) {
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h1389 intptr_t IterationHandle = 0; member