Home
last modified time | relevance | path

Searched refs:TempPath (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndexer.cpp172 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 DFuzzerIO.h49 std::string TempPath(const char *Prefix, const char *Extension);
H A DFuzzerIO.cpp210 std::string TempPath(const char *Prefix, const char *Extension) { in TempPath() function
H A DFuzzerLoop.cpp260 RmDirRecursive(TempPath("FuzzWithFork", ".dir")); in MaybeExitGracefully()
274 RmDirRecursive(TempPath("FuzzWithFork", ".dir")); in InterruptCallback()
H A DFuzzerUtilFuchsia.cpp528 auto LogFilePath = TempPath("SimPopenOut", ".txt"); in ExecuteCommand()
H A DFuzzerDriver.cpp367 auto TmpFilePath = TempPath("CleanseCrashInput", ".repro"); in CleanseCrashInput()
522 std::string CFPath = CFPathOrNull ? CFPathOrNull : TempPath("Merge", ".txt"); in Merge()
H A DFuzzerFork.cpp330 Env.TempDir = TempPath("FuzzWithFork", ".dir"); in FuzzWithFork()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp889 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 DASTUnit.cpp2309 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 DObjCMT.cpp2194 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 DDriver.cpp5791 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 DClang.cpp2411 SmallString<256> TempPath; in DumpCompilationDatabaseFragmentToDir() local
2412 Err = llvm::sys::fs::createUniqueFile(Path, FD, TempPath, in DumpCompilationDatabaseFragmentToDir()