Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DPath.cpp687 SmallString<64> TempPath; in TEST_F() local
848 SmallString<64> TempPath; in TEST_F() local
1334 SmallString<64> TempPath; in TEST_F() local
1347 SmallString<64> TempPath; in TEST_F() local
1371 SmallString<64> TempPath; in TEST_F() local
1386 SmallString<64> TempPath; in TEST_F() local
1672 SmallString<64> TempPath; in TEST_F() local
2028 SmallString<128> TempPath; in TEST_F() local
2064 SmallString<128> TempPath; in TEST_F() local
2126 SmallString<64> TempPath; in TEST_F() local
[all …]
/llvm-project-15.0.7/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);
/llvm-project-15.0.7/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()
269 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()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp878 SmallString<128> TempPath = in createOutputFileImpl() local
880 TempPath += "-%%%%%%%%"; in createOutputFileImpl()
881 TempPath += OutputExtension; in createOutputFileImpl()
882 TempPath += ".tmp"; in createOutputFileImpl()
885 TempPath, llvm::sys::fs::all_read | llvm::sys::fs::all_write, in createOutputFileImpl()
896 ExpectedFile = llvm::sys::fs::TempFile::create(TempPath); in createOutputFileImpl()
H A DASTUnit.cpp2282 SmallString<128> TempPath; in Save() local
2283 TempPath = File; in Save()
2284 TempPath += "-%%%%%%%%"; in Save()
2289 TempPath, File, [this](llvm::raw_ostream &Out) { in Save()
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DObjCMT.cpp2196 SmallString<64> TempPath; in applyEditsToTemp() local
2200 TempPath)) { in applyEditsToTemp()
2201 reportDiag("Could not create file: " + TempPath.str(), Diag); in applyEditsToTemp()
2209 return std::string(TempPath.str()); in applyEditsToTemp()
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp5759 SmallString<128> TempPath(FinalOutput->getValue()); in GetNamedOutputPath() local
5760 llvm::sys::path::remove_filename(TempPath); in GetNamedOutputPath()
5762 llvm::sys::path::append(TempPath, OutputFileName); in GetNamedOutputPath()
5763 NamedOutput = C.getArgs().MakeArgString(TempPath.c_str()); in GetNamedOutputPath()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp2488 SmallString<256> TempPath; in DumpCompilationDatabaseFragmentToDir() local
2489 Err = llvm::sys::fs::createUniqueFile(Path, FD, TempPath, in DumpCompilationDatabaseFragmentToDir()