Home
last modified time | relevance | path

Searched refs:CmdLink (Results 1 – 15 of 15) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/unittests/Driver/
H A DToolChainTest.cpp285 const auto &CmdLink = Jobs.getJobs().back(); in TEST() local
286 const auto LinkInFile = CmdLink->getInputFilenames().front(); in TEST()
288 auto ExeFile = CmdLink->getOutputFilenames().front(); in TEST()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/unittests/Driver/
H A DToolChainTest.cpp285 const auto &CmdLink = Jobs.getJobs().back(); in TEST() local
286 const auto LinkInFile = CmdLink->getInputFilenames().front(); in TEST()
288 auto ExeFile = CmdLink->getOutputFilenames().front(); in TEST()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/unittests/Driver/
H A DToolChainTest.cpp285 const auto &CmdLink = Jobs.getJobs().back(); in TEST() local
286 const auto LinkInFile = CmdLink->getInputFilenames().front(); in TEST()
288 auto ExeFile = CmdLink->getOutputFilenames().front(); in TEST()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/unittests/Driver/
H A DToolChainTest.cpp330 const auto &CmdLink = Jobs.getJobs().back(); in TEST() local
331 const auto LinkInFile = CmdLink->getInputInfos().front().getFilename(); in TEST()
333 auto ExeFile = CmdLink->getOutputFilenames().front(); in TEST()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/unittests/Driver/
H A DToolChainTest.cpp330 const auto &CmdLink = Jobs.getJobs().back(); in TEST() local
331 const auto LinkInFile = CmdLink->getInputInfos().front().getFilename(); in TEST()
333 auto ExeFile = CmdLink->getOutputFilenames().front(); in TEST()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/unittests/Driver/
H A DToolChainTest.cpp330 const auto &CmdLink = Jobs.getJobs().back(); in TEST() local
331 const auto LinkInFile = CmdLink->getInputInfos().front().getFilename(); in TEST()
333 auto ExeFile = CmdLink->getOutputFilenames().front(); in TEST()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/unittests/Driver/
H A DToolChainTest.cpp330 const auto &CmdLink = Jobs.getJobs().back(); in TEST() local
331 const auto LinkInFile = CmdLink->getInputInfos().front().getFilename(); in TEST()
333 auto ExeFile = CmdLink->getOutputFilenames().front(); in TEST()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/unittests/Driver/
H A DToolChainTest.cpp330 const auto &CmdLink = Jobs.getJobs().back(); in TEST() local
331 const auto LinkInFile = CmdLink->getInputInfos().front().getFilename(); in TEST()
333 auto ExeFile = CmdLink->getOutputFilenames().front(); in TEST()
/dports/lang/clang-mesa/clang-13.0.1.src/unittests/Driver/
H A DToolChainTest.cpp330 const auto &CmdLink = Jobs.getJobs().back(); in TEST() local
331 const auto LinkInFile = CmdLink->getInputInfos().front().getFilename(); in TEST()
333 auto ExeFile = CmdLink->getOutputFilenames().front(); in TEST()
/dports/irc/dancer/dancer-4.16/src/
H A Dcommand.h114 void CmdLink(char *, char *);
H A Dcommand.c592 {"LINK", CmdLink,
5233 void CmdLink(char *from, char *line) function
/dports/print/latex2rtf/latex2rtf-2.3.17/
H A Dfunct1.h167 void CmdLink(int code);
H A Dcommands.c819 {"link", CmdLink, 0},
820 {"xlink", CmdLink, 0},
H A Dfunct1.c1671 void CmdLink(int code) in CmdLink() function
/dports/comms/thebridge/thebridge-1.09/src/
H A Dconference.c6737 { "link", "Link on port to another", CmdLink, CMD_FLAG_NOLIST | CMD_FLAG_ADMIN},