| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | Path.cpp | 687 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 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);
|
| /llvm-project-15.0.7/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() 269 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()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 878 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 D | ASTUnit.cpp | 2282 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 D | ObjCMT.cpp | 2196 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 D | Driver.cpp | 5759 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 D | Clang.cpp | 2488 SmallString<256> TempPath; in DumpCompilationDatabaseFragmentToDir() local 2489 Err = llvm::sys::fs::createUniqueFile(Path, FD, TempPath, in DumpCompilationDatabaseFragmentToDir()
|