Home
last modified time | relevance | path

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

/freebsd/contrib/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
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc1447 ACTION_TEMPLATE(CreateNew, HAS_1_TEMPLATE_PARAMS(typename, T), in ACTION_TEMPLATE() argument
1459 ACTION_TEMPLATE(CreateNew, HAS_1_TEMPLATE_PARAMS(typename, T), in ACTION_TEMPLATE() argument
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp574 bool CreateNew = false; in removeOperandBundle() local