Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Host/windows/
H A DPipeWindows.cpp66 Status PipeWindows::CreateNew(bool child_process_inherit) { CreateNew() function in PipeWindows
97 Status PipeWindows::CreateNew(llvm::StringRef name, CreateNew() function in PipeWindows
/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp80 Status PipePosix::CreateNew(bool child_processes_inherit) { in CreateNew() function in PipePosix
110 Status PipePosix::CreateNew(llvm::StringRef name, bool child_process_inherit) { in CreateNew() function in PipePosix
/llvm-project/flang/runtime/
H A Dexternal-unit.cpp88 ExternalFileUnit &ExternalFileUnit::CreateNew( CreateNew() function in Fortran::runtime::io::ExternalFileUnit
H A Dpseudo-unit.cpp50 ExternalFileUnit &ExternalFileUnit::CreateNew(int, const Terminator &) { in CreateNew() function in Fortran::runtime::io::ExternalFileUnit
/llvm-project/llvm/unittests/Support/
H A DPath.cpp1800 TEST_F(FileSystemTest,CreateNew) TEST_F() argument
/llvm-project/llvm/lib/IR/
H A DInstructions.cpp574 bool CreateNew = false; removeOperandBundle() local