Home
last modified time | relevance | path

Searched defs:CreateNew (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/Host/windows/
H A DPipeWindows.cpp66 Status PipeWindows::CreateNew(bool child_process_inherit) { in CreateNew() function in PipeWindows
97 Status PipeWindows::CreateNew(llvm::StringRef name, in CreateNew() function in PipeWindows
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DPipePosix.cpp76 Status PipePosix::CreateNew(bool child_processes_inherit) { in CreateNew() function in PipePosix
105 Status PipePosix::CreateNew(llvm::StringRef name, bool child_process_inherit) { in CreateNew() function in PipePosix
/llvm-project-15.0.7/flang/runtime/
H A Dunit.cpp72 ExternalFileUnit &ExternalFileUnit::CreateNew( in CreateNew() function in Fortran::runtime::io::ExternalFileUnit
/llvm-project-15.0.7/llvm/unittests/Support/
H A DPath.cpp1747 TEST_F(FileSystemTest, CreateNew) { in TEST_F() argument
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp490 bool CreateNew = false; in removeOperandBundle() local