Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc1409 ACTION_TEMPLATE(CreateNew,HAS_1_TEMPLATE_PARAMS (typename,T),AND_0_VALUE_PARAMS ()) ACTION_TEMPLATE() argument
1421 ACTION_TEMPLATE(CreateNew,HAS_1_TEMPLATE_PARAMS (typename,T),AND_1_VALUE_PARAMS (a0)) ACTION_TEMPLATE() argument
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp568 bool CreateNew = false; removeOperandBundle() local