/minix3/usr.bin/make/ |
H A D | dir.h | 81 typedef struct Path { struct 87 } Path; typedef
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
H A D | Path.h | 52 StringRef Path; ///< The entire path. variable 79 StringRef Path; ///< The entire path. variable
|
H A D | FileSystem.h | 369 inline bool exists(const Twine &Path) { in exists() 377 inline bool can_execute(const Twine &Path) { in can_execute() 385 inline bool can_write(const Twine &Path) { in can_write() 436 inline bool is_directory(const Twine &Path) { in is_directory() 458 inline bool is_regular_file(const Twine &Path) { in is_regular_file() 499 inline std::error_code file_size(const Twine &Path, uint64_t &Result) { in file_size() 678 std::string Path; variable
|
/minix3/external/bsd/llvm/dist/clang/lib/Basic/ |
H A D | FileSystemStatCache.cpp | 54 bool FileSystemStatCache::get(const char *Path, FileData &Data, bool isFile, in get() 121 MemorizeStatCalls::getStat(const char *Path, FileData &Data, bool isFile, in getStat()
|
H A D | VirtualFileSystem.cpp | 161 ErrorOr<Status> RealFileSystem::status(const Twine &Path) { in status() 187 std::string Path; member in __anonfd6d57aa0311::RealFSDirIter 236 ErrorOr<Status> OverlayFileSystem::status(const Twine &Path) { in status() 247 OverlayFileSystem::openFileForRead(const llvm::Twine &Path) { in openFileForRead() 262 std::string Path; member in __anonfd6d57aa0411::OverlayFSDirIterImpl 308 OverlayFSDirIterImpl(const Twine &Path, OverlayFileSystem &FS, in OverlayFSDirIterImpl() 881 SmallString<256> Path; in lookupPath() local 935 ErrorOr<Status> VFSFromYAML::status(const Twine &Path, Entry *E) { in status() 954 ErrorOr<Status> VFSFromYAML::status(const Twine &Path) { in status() 961 ErrorOr<std::unique_ptr<File>> VFSFromYAML::openFileForRead(const Twine &Path) { in openFileForRead() [all …]
|
H A D | FileManager.cpp | 127 void FileManager::addAncestorsAsVirtualDirs(StringRef Path) { in addAncestorsAsVirtualDirs() 452 bool FileManager::getStatValue(const char *Path, FileData &Data, bool isFile, in getStatValue() 466 bool FileManager::getNoncachedStatValue(StringRef Path, in getNoncachedStatValue() 519 bool FileManager::removeDotPaths(SmallVectorImpl<char> &Path) { in removeDotPaths()
|
H A D | Version.cpp | 93 std::string Path = getClangRepositoryPath(); in getClangFullRepositoryVersion() local
|
/minix3/external/bsd/llvm/dist/clang/unittests/Basic/ |
H A D | FileManagerTest.cpp | 30 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile) { in InjectFileOrDirectory() 44 void InjectFile(const char *Path, ino_t INode) { in InjectFile() 49 void InjectDirectory(const char *Path, ino_t INode) { in InjectDirectory() 54 LookupResult getStat(const char *Path, FileData &Data, bool isFile, in getStat()
|
H A D | VirtualFileSystemTest.cpp | 35 ErrorOr<vfs::Status> status(const Twine &Path) override { in status() 43 openFileForRead(const Twine &Path) override { in openFileForRead() 50 std::string Path; member 90 void addEntry(StringRef Path, const vfs::Status &Status) { in addEntry() 94 void addRegularFile(StringRef Path, sys::fs::perms Perms = sys::fs::all_all) { in addRegularFile() 100 void addDirectory(StringRef Path, sys::fs::perms Perms = sys::fs::all_all) { in addDirectory() 106 void addSymlink(StringRef Path) { in addSymlink() 263 SmallString<128> Path; member
|
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/ |
H A D | RewriterTestContext.h | 63 SmallString<1024> Path; in createOnDiskFile() local 98 std::string Path = TemporaryFiles.lookup(Name); in getFileContentFromDisk() local
|
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/bitwriter/ |
H A D | bitwriter_ocaml.c | 25 CAMLprim value llvm_write_bitcode_file(LLVMModuleRef M, value Path) { in llvm_write_bitcode_file()
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | CXXInheritance.cpp | 30 for (paths_iterator Path = begin(), PathEnd = end(); Path != PathEnd; ++Path) in ComputeDeclsFound() local 367 CXXBasePath &Path, in FindBaseClass() 376 CXXBasePath &Path, in FindVirtualBaseClass() 386 CXXBasePath &Path, in FindTagMember() 403 CXXBasePath &Path, in FindOrdinaryMember() 422 CXXBasePath &Path, in FindNestedNameSpecifierMember()
|
H A D | APValue.cpp | 43 LValuePathEntry Path[InlinePathSpace]; member 81 PathElem Path[InlinePathSpace]; member 438 ArrayRef<LValuePathEntry> Path = getLValuePath(); in printPretty() local 596 ArrayRef<LValuePathEntry> Path, bool IsOnePastTheEnd, in setLValue() 643 ArrayRef<const CXXRecordDecl*> Path) { in MakeMemberPointer()
|
/minix3/external/bsd/llvm/dist/clang/lib/Driver/ |
H A D | ToolChain.cpp | 362 const Twine &Path) { in addSystemInclude() 377 const Twine &Path) { in addExternCSystemInclude() 384 const Twine &Path) { in addExternCSystemIncludeIfExists() 450 std::string Path = GetFilePath("crtfastmath.o"); in AddFastMathRuntimeIfAvailable() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/ProfileData/ |
H A D | InstrProfReader.cpp | 23 setupMemoryBuffer(std::string Path) { in setupMemoryBuffer() 41 InstrProfReader::create(std::string Path) { in create() 68 std::string Path, std::unique_ptr<IndexedInstrProfReader> &Result) { in create()
|
/minix3/minix/drivers/power/acpi/dispatcher/ |
H A D | dswload.c | 155 char *Path; in AcpiDsLoad1BeginOp() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/ |
H A D | BitWriter.cpp | 20 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path) { in LLVMWriteBitcodeToFile()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | SpecialCaseList.cpp | 51 std::unique_ptr<SpecialCaseList> SpecialCaseList::create(StringRef Path, in create() 72 std::unique_ptr<SpecialCaseList> SpecialCaseList::createOrDie(StringRef Path) { in createOrDie()
|
H A D | FileOutputBuffer.cpp | 31 StringRef Path, StringRef TmpPath) in FileOutputBuffer()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Object/ |
H A D | Binary.cpp | 76 ErrorOr<OwningBinary<Binary>> object::createBinary(StringRef Path) { in createBinary()
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | FrontendActions.cpp | 68 SmallString<128> Path(Filename); in RewriteFilename() local 78 SmallString<128> Path; in RewriteFilename() local
|
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/ |
H A D | Path.cpp | 52 TEST(Support, Path) { in TEST() argument 152 SmallString<64> Path(StringRef("c/d/e/foo.txt")); in TEST() local 172 SmallString<64> Path(StringRef("/c/d/e/foo.txt")); in TEST() local 196 SmallString<64> Path(StringRef("c:\\c\\e\\foo.txt")); in TEST() local 230 for (StringRef Path : Paths) { in TEST() local 242 for (StringRef Path : RootPaths) { in TEST() local
|
/minix3/external/bsd/llvm/dist/clang/lib/FrontendTool/ |
H A D | ExecuteCompilerInvocation.cpp | 185 const std::string &Path = Clang->getFrontendOpts().Plugins[i]; in ExecuteCompilerInvocation() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/ |
H A D | HeaderSearchOptions.h | 48 std::string Path; member 181 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath()
|
/minix3/external/bsd/libc++/dist/libcxx/test/support/ |
H A D | platform_support.h | 76 char Path[MAX_PATH+1]; in get_temp_file_name() local
|