| /openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningTool.cpp | 104 const std::vector<std::string> &CommandLine, StringRef CWD, in getDependencyFile() argument 108 Worker.computeDependencies(CWD, CommandLine, Consumer, ModuleName); in getDependencyFile() 117 const CompileCommand &Command, StringRef CWD, in getP1689ModuleDependencyFile() argument 150 auto Result = Worker.computeDependencies(CWD, Command.CommandLine, Consumer); in getP1689ModuleDependencyFile() 162 const std::vector<std::string> &CommandLine, StringRef CWD, in getFullDependencies() argument 169 Worker.computeDependencies(CWD, CommandLine, Consumer, ModuleName); in getFullDependencies() 177 const std::vector<std::string> &CommandLine, StringRef CWD, in getFullDependenciesLegacyDriverCommand() argument 184 Worker.computeDependencies(CWD, CommandLine, Consumer, ModuleName); in getFullDependenciesLegacyDriverCommand()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningTool.h | 93 getDependencyFile(const std::vector<std::string> &CommandLine, StringRef CWD, 109 const clang::tooling::CompileCommand &Command, StringRef CWD, 128 StringRef CWD, const llvm::StringSet<> &AlreadySeen, 133 const std::vector<std::string> &CommandLine, StringRef CWD,
|
| /openbsd-src/gnu/llvm/clang/tools/clang-scan-deps/ |
| H A D | ClangScanDeps.cpp | 741 std::string CWD; in main() local 751 CWD = std::move(Input->Directory); in main() 767 Input->CommandLine, CWD, MaybeModuleName); in main() 780 *Input, CWD, MakeformatOutput, MakeformatOutputPath); in main() 815 Input->CommandLine, CWD, AlreadySeenModules, LookupOutput, in main() 822 Input->CommandLine, CWD, AlreadySeenModules, LookupOutput, in main()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-ml/ |
| H A D | llvm-ml.cpp | 346 SmallString<128> CWD; in main() local 347 if (!sys::fs::current_path(CWD)) in main() 348 Ctx.setCompilationDir(CWD); in main()
|
| /openbsd-src/libexec/ftpd/ |
| H A D | ftpcmd.y | 114 ABOR DELE CWD LIST NLST SITE 425 | CWD check_login CRLF 430 | CWD check_login SP pathname CRLF 1040 { "CWD", CWD, OSTR, 1, "[ <sp> directory-name ]" }, 1041 { "XCWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | search60.t | |
| H A D | search29.t | |
| H A D | search28.t | |
| H A D | search26.t | |
| H A D | search12.t | |
| H A D | search10.t | |
| H A D | search27.t | |
| H A D | htmlbat.t | 16 print "# CWD: $cwd\n" if $DEBUG;
|
| H A D | search25.t | |
| H A D | search20.t | |
| H A D | search22.t | |
| /openbsd-src/gnu/llvm/llvm/tools/llvm-mc/ |
| H A D | llvm-mc.cpp | 479 SmallString<128> CWD; in main() local 480 if (!sys::fs::current_path(CWD)) in main() 481 Ctx.setCompilationDir(CWD); in main()
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 520 if (auto CWD = OverlayFileSystem->getCurrentWorkingDirectory()) { in run() local 521 InitialWorkingDir = std::move(*CWD); in run() 524 << CWD.getError().message() << "\n"; in run()
|
| /openbsd-src/gnu/llvm/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 471 SmallString<128> CWD; in ExecuteAssemblerImpl() local 472 if (!sys::fs::current_path(CWD)) in ExecuteAssemblerImpl() 473 Ctx.setCompilationDir(CWD); in ExecuteAssemblerImpl()
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 160 StringRef CWD; in readUncompressed() local 161 if (auto Err = readString(CWD)) in readUncompressed() 163 Filenames.push_back(CWD.str()); in readUncompressed() 176 P.assign(CWD); in readUncompressed()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | FrontendAction.cpp | 827 SmallVector<std::pair<const FileEntry *, const DirectoryEntry *>, 1> CWD; in BeginSourceFile() local 828 CWD.push_back({nullptr, Dir}); in BeginSourceFile() 833 nullptr, nullptr, CWD, nullptr, nullptr, nullptr, in BeginSourceFile()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86InstrExtension.td | 24 // FIXME: CWD/CDQ/CQO shouldn't Def the A register, but the fast register 27 def CWD : I<0x99, RawFrm, (outs), (ins),
|
| /openbsd-src/gnu/usr.bin/perl/cpan/libnet/lib/Net/ |
| H A D | libnetFAQ.pod | 154 Net::FTP=GLOB(0x82196d8)>>> CWD / 155 Net::FTP=GLOB(0x82196d8)<<< 250 CWD command successful.
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | VirtualFileSystem.h | 764 CWD, enumerator 978 RootRelativeKind RootRelative = RootRelativeKind::CWD;
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 1591 SmallString<256> CWD; in getCurrentDirname() local 1592 llvm::sys::fs::current_path(CWD); in getCurrentDirname() 1593 return CWD.str().str(); in getCurrentDirname()
|