Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DPipeBase.h24 virtual Status CreateNew() = 0;
25 virtual Status CreateNew(llvm::StringRef name) = 0;
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DPipePosix.h35 Status CreateNew() override;
36 Status CreateNew(llvm::StringRef name) override;
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp82 Status PipePosix::CreateNew() { in CreateNew() function in PipePosix
110 Status PipePosix::CreateNew(llvm::StringRef name) { in CreateNew() function in PipePosix
137 error = CreateNew(named_pipe_path); in CreateWithUniqueName()
H A DProcessLauncherPosixFork.cpp258 error = pipe.CreateNew(); in LaunchProcess()
H A DMainLoopPosix.cpp211 Status error = m_interrupt_pipe.CreateNew(); in MainLoopPosix()
H A DConnectionFileDescriptorPosix.cpp95 Status result = m_pipe.CreateNew(); in OpenCommandPipe()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp223 Status pipe_result = pipe.CreateNew(); in ScriptInterpreterIORedirect()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc1476 ACTION_TEMPLATE(CreateNew, HAS_1_TEMPLATE_PARAMS(typename, T), in ACTION_TEMPLATE() argument
1482 const Action<int*()> a = CreateNew<int>(); in TEST()
1488 ACTION_TEMPLATE(CreateNew, HAS_1_TEMPLATE_PARAMS(typename, T), in ACTION_TEMPLATE() argument
1494 const Action<int*()> a = CreateNew<int>(42); in TEST()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp72 error = m_socket_pipe.CreateNew(); in SharedSocket()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp881 Status error = socket_pipe.CreateNew(); in StartDebugserverProcess()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp603 bool CreateNew = false; in removeOperandBundle() local
608 CreateNew = true; in removeOperandBundle()
614 return CreateNew ? Create(CB, Bundles, InsertPt) : CB; in removeOperandBundle()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1222 "Cannot specify both 'CreateNew' and 'Append' file creation flags!");
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4628 m_pipe.CreateNew(); in IOHandlerProcessSTDIO()