Searched refs:TempPath (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CIndexer.cpp | 172 SmallString<256> TempPath; local 173 TempPath = Path; 174 llvm::sys::path::append(TempPath, "libclang-%%%%%%%%%%%%"); 176 if (llvm::sys::fs::createUniqueFile(TempPath, FD, TempPath, 179 File = static_cast<std::string>(TempPath);
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerIO.h | 49 std::string TempPath(const char *Prefix, const char *Extension);
|
| H A D | FuzzerIO.cpp | 210 std::string TempPath(const char *Prefix, const char *Extension) { in TempPath() function
|
| H A D | FuzzerLoop.cpp | 260 RmDirRecursive(TempPath("FuzzWithFork", ".dir")); in MaybeExitGracefully() 274 RmDirRecursive(TempPath("FuzzWithFork", ".dir")); in InterruptCallback()
|
| H A D | FuzzerUtilFuchsia.cpp | 528 auto LogFilePath = TempPath("SimPopenOut", ".txt"); in ExecuteCommand()
|
| H A D | FuzzerDriver.cpp | 367 auto TmpFilePath = TempPath("CleanseCrashInput", ".repro"); in CleanseCrashInput() 522 std::string CFPath = CFPathOrNull ? CFPathOrNull : TempPath("Merge", ".txt"); in Merge()
|
| H A D | FuzzerFork.cpp | 330 Env.TempDir = TempPath("FuzzWithFork", ".dir"); in FuzzWithFork()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 889 SmallString<128> TempPath = in createOutputFileImpl() local 891 TempPath += "-%%%%%%%%"; in createOutputFileImpl() 892 TempPath += OutputExtension; in createOutputFileImpl() 893 TempPath += ".tmp"; in createOutputFileImpl() 896 TempPath, llvm::sys::fs::all_read | llvm::sys::fs::all_write, in createOutputFileImpl() 907 ExpectedFile = llvm::sys::fs::TempFile::create(TempPath); in createOutputFileImpl()
|
| H A D | ASTUnit.cpp | 2309 SmallString<128> TempPath; in Save() local 2310 TempPath = File; in Save() 2311 TempPath += "-%%%%%%%%"; in Save() 2316 TempPath, File, [this](llvm::raw_ostream &Out) { in Save()
|
| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 2194 SmallString<64> TempPath; in applyEditsToTemp() local 2198 TempPath)) { in applyEditsToTemp() 2199 reportDiag("Could not create file: " + TempPath.str(), Diag); in applyEditsToTemp() 2207 return std::string(TempPath.str()); in applyEditsToTemp()
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ |
| H A D | Driver.cpp | 5791 SmallString<128> TempPath(FinalOutput->getValue()); in GetNamedOutputPath() local 5792 llvm::sys::path::remove_filename(TempPath); in GetNamedOutputPath() 5794 llvm::sys::path::append(TempPath, OutputFileName); in GetNamedOutputPath() 5795 NamedOutput = C.getArgs().MakeArgString(TempPath.c_str()); in GetNamedOutputPath()
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 2411 SmallString<256> TempPath; in DumpCompilationDatabaseFragmentToDir() local 2412 Err = llvm::sys::fs::createUniqueFile(Path, FD, TempPath, in DumpCompilationDatabaseFragmentToDir()
|