Home
last modified time | relevance | path

Searched refs:tmpSourcePath (Results 1 – 17 of 17) sorted by relevance

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp233 char tmpSourcePath[32]; in CompileFortran() local
234 std::snprintf(tmpSourcePath, sizeof tmpSourcePath, "/tmp/f18-%lx.f90", in CompileFortran()
238 llvm::raw_fd_ostream tmpSource(tmpSourcePath, EC, llvm::sys::fs::F_None); in CompileFortran()
249 filesToDelete.push_back(tmpSourcePath); in CompileFortran()
255 RunOtherCompiler(driver, tmpSourcePath, relo.data()); in CompileFortran()
/dports/devel/f18/f18-1688bef/tools/f18/
H A Df18-parse-demo.cc238 char tmpSourcePath[32]; in CompileFortran() local
239 std::snprintf(tmpSourcePath, sizeof tmpSourcePath, "/tmp/f18-%lx.f90", in CompileFortran()
243 tmpSource.open(tmpSourcePath); in CompileFortran()
250 filesToDelete.push_back(tmpSourcePath); in CompileFortran()
256 RunOtherCompiler(driver, tmpSourcePath, relo.data()); in CompileFortran()
H A Df18.cc314 char tmpSourcePath[32]; in CompileFortran() local
315 std::snprintf(tmpSourcePath, sizeof tmpSourcePath, "/tmp/f18-%lx.f90", in CompileFortran()
319 tmpSource.open(tmpSourcePath); in CompileFortran()
330 filesToDelete.push_back(tmpSourcePath); in CompileFortran()
336 RunOtherCompiler(driver, tmpSourcePath, relo.data()); in CompileFortran()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/tools/f18/
H A Df18.cpp331 char tmpSourcePath[32]; in CompileFortran() local
332 std::snprintf(tmpSourcePath, sizeof tmpSourcePath, "/tmp/f18-%lx.f90", in CompileFortran()
336 llvm::raw_fd_ostream tmpSource(tmpSourcePath, EC, llvm::sys::fs::F_None); in CompileFortran()
349 filesToDelete.push_back(tmpSourcePath); in CompileFortran()
355 RunOtherCompiler(driver, tmpSourcePath, relo.data()); in CompileFortran()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp226 llvm::SmallString<32> tmpSourcePath; in CompileFortran() local
230 llvm::sys::fs::createUniqueFile("f18-%%%%.f90", fd, tmpSourcePath); in CompileFortran()
241 RunOtherCompiler(driver, tmpSourcePath.data(), relo.data()); in CompileFortran()
242 filesToDelete.emplace_back(tmpSourcePath); in CompileFortran()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp226 llvm::SmallString<32> tmpSourcePath; in CompileFortran() local
230 llvm::sys::fs::createUniqueFile("f18-%%%%.f90", fd, tmpSourcePath); in CompileFortran()
241 RunOtherCompiler(driver, tmpSourcePath.data(), relo.data()); in CompileFortran()
242 filesToDelete.emplace_back(tmpSourcePath); in CompileFortran()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp226 llvm::SmallString<32> tmpSourcePath; in CompileFortran() local
230 llvm::sys::fs::createUniqueFile("f18-%%%%.f90", fd, tmpSourcePath); in CompileFortran()
241 RunOtherCompiler(driver, tmpSourcePath.data(), relo.data()); in CompileFortran()
242 filesToDelete.emplace_back(tmpSourcePath); in CompileFortran()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp232 llvm::SmallString<32> tmpSourcePath; in CompileFortran() local
236 llvm::sys::fs::createUniqueFile("f18-%%%%.f90", fd, tmpSourcePath); in CompileFortran()
247 RunOtherCompiler(driver, tmpSourcePath.data(), relo.data()); in CompileFortran()
248 filesToDelete.emplace_back(tmpSourcePath); in CompileFortran()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp226 llvm::SmallString<32> tmpSourcePath; in CompileFortran() local
230 llvm::sys::fs::createUniqueFile("f18-%%%%.f90", fd, tmpSourcePath); in CompileFortran()
241 RunOtherCompiler(driver, tmpSourcePath.data(), relo.data()); in CompileFortran()
242 filesToDelete.emplace_back(tmpSourcePath); in CompileFortran()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp226 llvm::SmallString<32> tmpSourcePath; in CompileFortran() local
230 llvm::sys::fs::createUniqueFile("f18-%%%%.f90", fd, tmpSourcePath); in CompileFortran()
241 RunOtherCompiler(driver, tmpSourcePath.data(), relo.data()); in CompileFortran()
242 filesToDelete.emplace_back(tmpSourcePath); in CompileFortran()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp226 llvm::SmallString<32> tmpSourcePath; in CompileFortran() local
230 llvm::sys::fs::createUniqueFile("f18-%%%%.f90", fd, tmpSourcePath); in CompileFortran()
241 RunOtherCompiler(driver, tmpSourcePath.data(), relo.data()); in CompileFortran()
242 filesToDelete.emplace_back(tmpSourcePath); in CompileFortran()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/tools/f18/
H A Df18.cpp327 llvm::SmallString<32> tmpSourcePath; in CompileFortran() local
331 llvm::sys::fs::createUniqueFile("f18-%%%%.f90", fd, tmpSourcePath); in CompileFortran()
344 RunOtherCompiler(driver, tmpSourcePath.data(), relo.data()); in CompileFortran()
345 filesToDelete.emplace_back(tmpSourcePath); in CompileFortran()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/tools/f18/
H A Df18.cpp336 llvm::SmallString<32> tmpSourcePath; in CompileFortran() local
340 llvm::sys::fs::createUniqueFile("f18-%%%%.f90", fd, tmpSourcePath); in CompileFortran()
353 RunOtherCompiler(driver, tmpSourcePath.data(), relo.data()); in CompileFortran()
354 filesToDelete.emplace_back(tmpSourcePath); in CompileFortran()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/tools/f18/
H A Df18.cpp336 llvm::SmallString<32> tmpSourcePath; in CompileFortran() local
340 llvm::sys::fs::createUniqueFile("f18-%%%%.f90", fd, tmpSourcePath); in CompileFortran()
353 RunOtherCompiler(driver, tmpSourcePath.data(), relo.data()); in CompileFortran()
354 filesToDelete.emplace_back(tmpSourcePath); in CompileFortran()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/tools/f18/
H A Df18.cpp358 llvm::SmallString<32> tmpSourcePath; in CompileFortran() local
362 llvm::sys::fs::createUniqueFile("f18-%%%%.f90", fd, tmpSourcePath); in CompileFortran()
375 RunOtherCompiler(driver, tmpSourcePath.data(), relo.data()); in CompileFortran()
376 filesToDelete.emplace_back(tmpSourcePath); in CompileFortran()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/tools/f18/
H A Df18.cpp358 llvm::SmallString<32> tmpSourcePath; in CompileFortran() local
362 llvm::sys::fs::createUniqueFile("f18-%%%%.f90", fd, tmpSourcePath); in CompileFortran()
375 RunOtherCompiler(driver, tmpSourcePath.data(), relo.data()); in CompileFortran()
376 filesToDelete.emplace_back(tmpSourcePath); in CompileFortran()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/tools/f18/
H A Df18.cpp358 llvm::SmallString<32> tmpSourcePath; in CompileFortran() local
362 llvm::sys::fs::createUniqueFile("f18-%%%%.f90", fd, tmpSourcePath); in CompileFortran()
375 RunOtherCompiler(driver, tmpSourcePath.data(), relo.data()); in CompileFortran()
376 filesToDelete.emplace_back(tmpSourcePath); in CompileFortran()