OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IterationHandle
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Path.inc
874
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
));
/src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Path.inc
1012
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)) {
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FileSystem.h
1389
intptr_t
IterationHandle
= 0;
Completed in 19 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026