Searched defs:clone (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DUtils.h17 template <typename T> std::unique_ptr<T> clone(const std::unique_ptr<T> &src) { function in namespace:lldb_private
23 template <typename T> std::shared_ptr<T> clone(const std::shared_ptr<T> &src) { function in namespace:lldb_private
/freebsd-13-stable/contrib/googletest/googletest/samples/
H A Dsample2.cc41 char* const clone = new char[ len + 1 ]; local
/freebsd-13-stable/tools/tools/git/
H A Dgit-svn-init71 clone() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.cpp37 void WebAssemblyDebugValueManager::clone(MachineInstr *Insert, function in class:WebAssemblyDebugValueManager
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemark.h100 Remark clone() const { return *this; } function in struct:llvm::remarks::Type::Remark
/freebsd-13-stable/contrib/bsnmp/snmp_usm/
H A Dusm_snmp.c151 struct usm_user *uuser, *clone; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dsimple_ilist.h173 void cloneFrom(const simple_ilist &L2, Cloner clone, Disposer dispose) { argument
H A Dilist.h245 template <class Cloner> void cloneFrom(const iplist_impl &L2, Cloner clone) { argument
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzcp_iter.c56 dsl_dataset_t *ds, *clone; local
H A Ddsl_destroy.c194 rck_alloc(dsl_dataset_t *clone) argument
221 dsl_dataset_t *clone; local
257 dsl_dataset_t *clone = rck->rck_clone; local
[all...]
/freebsd-13-stable/sys/x86/acpica/
H A Dacpi_apm.c207 struct apm_clone_data *clone; local
234 struct apm_clone_data *clone; local
258 struct apm_clone_data *clone; local
275 struct apm_clone_data *clone; local
392 struct apm_clone_data *clone; local
409 struct apm_clone_data *clone; local
423 struct apm_clone_data *clone; local
434 struct apm_clone_data *clone; local
[all...]
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Drkpty.c108 char *clone[] = { local
/freebsd-13-stable/usr.sbin/apmd/
H A Dapmd.h60 struct event_cmd * (* clone)(void *this); member in struct:event_cmd_op
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_pfil.c449 struct mbuf *clone; local
[all...]
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_iter.c52 zfs_handle_t *clone = zfs_open(zhp->zfs_hdl, nvpair_name(pair), local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp523 TempMDNode MDNode::clone() const { function in class:MDNode
H A DInstruction.cpp760 Instruction *Instruction::clone() const { function in class:Instruction
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp162 MemOp clone() { function in struct:__anon4595::MemOp
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Ddag_cache.c979 dag_node_t *clone; local
/freebsd-13-stable/lib/libnv/tests/
H A Dnv_tests.cc302 nvlist_t *nvl, *clone; local
319 nvlist_t *nvl, *clone; local
402 nvlist_t *nvl, *clone; local
418 nvlist_t *nvl, *clone; local
[all...]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/libzfs_input_check/
H A Dlibzfs_input_check.c425 test_clone(const char *snapshot, const char *clone) argument
784 char clone[ZFS_MAX_DATASET_NAME_LEN]; local
/freebsd-13-stable/lib/libbe/
H A Dbe.c317 zfs_handle_t *clone; local
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h142 ParamIteratorInterface<T>* clone = impl_->Clone(); local
/freebsd-13-stable/sys/vm/
H A Dvm_map.h439 vm_map_entry_read_succ(void *token, struct vm_map_entry *const clone, argument
[all...]
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c392 char *clone[] = { "/dev/ptc", "/dev/ptmx", "/dev/ptm", local

Completed in 402 milliseconds

12