Home
last modified time | relevance | path

Searched defs:DirEntry (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dpath.d499 static struct DirEntry { string s; alias s this; } struct
1027 static struct DirEntry { string s; alias s this; } argument
2523 static struct DirEntry { string s; alias s this; } argument
2616 static struct DirEntry { string s; alias s this; } struct
3607 static struct DirEntry { string s; alias s this; } struct
H A Dfile.d2814 struct DirEntry in version() struct
2827 version (Windows) in version()
2831 else version (Posix) in version()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dpath.d509 static struct DirEntry { string s; alias s this; } struct
1091 static struct DirEntry { string s; alias s this; } argument
2626 static struct DirEntry { string s; alias s this; } argument
2716 static struct DirEntry { string s; alias s this; } argument
3716 static struct DirEntry { string s; alias s this; } argument
H A Dfile.d3601 struct DirEntry in version() struct
3615 version (Windows) in version()
3619 else version (Posix) in version()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp438 if (auto DirEntry = SourceMgr.getFileManager().getDirectory(DirName)) in findHeaderInUmbrellaDirs() local
782 if (auto DirEntry = SourceMgr.getFileManager().getDirectory(DirName)) in isHeaderUnavailableInModule() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp1924 for (const std::unique_ptr<RedirectingFileSystem::Entry> &DirEntry : in lookupPathImpl() local