Home
last modified time | relevance | path

Searched defs:Path (Results 1 – 25 of 106) sorted by relevance

12345

/minix3/usr.bin/make/
H A Ddir.h81 typedef struct Path { struct
87 } Path; typedef
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DPath.h52 StringRef Path; ///< The entire path. variable
79 StringRef Path; ///< The entire path. variable
H A DFileSystem.h369 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 DFileSystemStatCache.cpp54 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 DVirtualFileSystem.cpp161 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 DFileManager.cpp127 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 DVersion.cpp93 std::string Path = getClangRepositoryPath(); in getClangFullRepositoryVersion() local
/minix3/external/bsd/llvm/dist/clang/unittests/Basic/
H A DFileManagerTest.cpp30 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 DVirtualFileSystemTest.cpp35 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 DRewriterTestContext.h63 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 Dbitwriter_ocaml.c25 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 DCXXInheritance.cpp30 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 DAPValue.cpp43 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 DToolChain.cpp362 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 DInstrProfReader.cpp23 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 Ddswload.c155 char *Path; in AcpiDsLoad1BeginOp() local
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitWriter.cpp20 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path) { in LLVMWriteBitcodeToFile()
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DSpecialCaseList.cpp51 std::unique_ptr<SpecialCaseList> SpecialCaseList::create(StringRef Path, in create()
72 std::unique_ptr<SpecialCaseList> SpecialCaseList::createOrDie(StringRef Path) { in createOrDie()
H A DFileOutputBuffer.cpp31 StringRef Path, StringRef TmpPath) in FileOutputBuffer()
/minix3/external/bsd/llvm/dist/llvm/lib/Object/
H A DBinary.cpp76 ErrorOr<OwningBinary<Binary>> object::createBinary(StringRef Path) { in createBinary()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp68 SmallString<128> Path(Filename); in RewriteFilename() local
78 SmallString<128> Path; in RewriteFilename() local
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/
H A DPath.cpp52 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 DExecuteCompilerInvocation.cpp185 const std::string &Path = Clang->getFrontendOpts().Plugins[i]; in ExecuteCompilerInvocation() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearchOptions.h48 std::string Path; member
181 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath()
/minix3/external/bsd/libc++/dist/libcxx/test/support/
H A Dplatform_support.h76 char Path[MAX_PATH+1]; in get_temp_file_name() local

12345