| /freebsd-12-stable/sys/x86/acpica/ |
| D | acpi_apm.c | 207 struct apm_clone_data *clone; in apm_create_clone() local 234 struct apm_clone_data *clone; in apmdtor() local 258 struct apm_clone_data *clone; in apmopen() local 275 struct apm_clone_data *clone; in apmioctl() local 392 struct apm_clone_data *clone; in apmpoll() local 409 struct apm_clone_data *clone; in apmkqfilter() local 423 struct apm_clone_data *clone; in apmreadfiltdetach() local 434 struct apm_clone_data *clone; in apmreadfilt() local
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/API/ |
| D | Utils.h | 17 template <typename T> std::unique_ptr<T> clone(const std::unique_ptr<T> &src) { in clone() function 23 template <typename T> std::shared_ptr<T> clone(const std::shared_ptr<T> &src) { in clone() function
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| D | TypoCorrection.h | 358 std::unique_ptr<CorrectionCandidateCallback> clone() override { in clone() function 371 std::unique_ptr<CorrectionCandidateCallback> clone() override { in clone() function 386 std::unique_ptr<CorrectionCandidateCallback> clone() override { in clone() function 411 std::unique_ptr<CorrectionCandidateCallback> clone() override { in clone() function
|
| /freebsd-12-stable/contrib/googletest/googletest/samples/ |
| D | sample2.cc | 41 char* const clone = new char[ len + 1 ]; in CloneCString() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | DebugInfoMetadata.h | 267 TempGenericDINode clone() const { return cloneImpl(); } in clone() function 335 TempDISubrange clone() const { return cloneImpl(); } in clone() function 389 TempDIGenericSubrange clone() const { return cloneImpl(); } in clone() function 457 TempDIEnumerator clone() const { return cloneImpl(); } in clone() function 612 TempDIFile clone() const { return cloneImpl(); } in clone() function 696 TempDIType clone() const { in clone() function 821 TempDIBasicType clone() const { return cloneImpl(); } in clone() function 890 TempDIStringType clone() const { return cloneImpl(); } in clone() function 981 TempDIDerivedType clone() const { return cloneImpl(); } in clone() function 1140 TempDICompositeType clone() const { return cloneImpl(); } in clone() function [all …]
|
| /freebsd-12-stable/tools/tools/git/ |
| D | git-svn-init | 65 clone() function
|
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | optimize.c | 83 tree clone; in maybe_clone_body() local
|
| D | repo.c | 321 tree clone; in repo_emit_p() local
|
| /freebsd-12-stable/contrib/gcc/ |
| D | ipa.c | 181 struct cgraph_node *clone; in cgraph_remove_unreachable_nodes() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyDebugValueManager.cpp | 52 void WebAssemblyDebugValueManager::clone(MachineInstr *Insert, in clone() function in WebAssemblyDebugValueManager
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/ |
| D | Any.h | 45 std::unique_ptr<StorageBase> clone() const override { in clone() function
|
| D | simple_ilist.h | 173 void cloneFrom(const simple_ilist &L2, Cloner clone, Disposer dispose) { in cloneFrom()
|
| /freebsd-12-stable/lib/libnv/tests/ |
| D | nv_tests.cc | 302 nvlist_t *nvl, *clone; in ATF_TEST_CASE_BODY() local 319 nvlist_t *nvl, *clone; in ATF_TEST_CASE_BODY() local 402 nvlist_t *nvl, *clone; in ATF_TEST_CASE_BODY() local 418 nvlist_t *nvl, *clone; in ATF_TEST_CASE_BODY() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Remarks/ |
| D | Remark.h | 100 Remark clone() const { return *this; } in clone() function
|
| /freebsd-12-stable/sys/netpfil/ipfw/ |
| D | ip_fw_pfil.c | 453 struct mbuf *clone; in ipfw_divert() local
|
| /freebsd-12-stable/crypto/heimdal/lib/roken/ |
| D | rkpty.c | 108 char *clone[] = { in open_pty() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
| D | GIMatchTree.h | 565 std::unique_ptr<GIMatchTreePartitioner> clone() const override { in clone() function 599 std::unique_ptr<GIMatchTreePartitioner> clone() const override { in clone() function
|
| /freebsd-12-stable/usr.sbin/apmd/ |
| D | apmd.h | 60 struct event_cmd * (* clone)(void *this); member
|
| /freebsd-12-stable/contrib/bsnmp/snmp_usm/ |
| D | usm_snmp.c | 151 struct usm_user *uuser, *clone; in op_usm_users() local
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| D | ThreadSafetyUtil.h | 299 CopyOnWriteVector clone() { return CopyOnWriteVector(Data); } in clone() function
|
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | zcp_iter.c | 53 dsl_dataset_t *ds, *clone; in zcp_clones_iter() local
|
| D | dsl_dataset.c | 1842 dsl_dataset_t *clone; in get_clones_stat_impl() local 2756 dsl_dataset_t *ds, *clone; in dsl_dataset_rollback_sync() local 3382 dsl_dataset_clone_swap_check_impl(dsl_dataset_t *clone, in dsl_dataset_clone_swap_check_impl() 3454 dsl_dataset_swap_remap_deadlists(dsl_dataset_t *clone, in dsl_dataset_swap_remap_deadlists() 3489 dsl_dataset_clone_swap_sync_impl(dsl_dataset_t *clone, in dsl_dataset_clone_swap_sync_impl()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/ |
| D | OptionValue.cpp | 571 auto clone = Clone(); in DeepCopy() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/ |
| D | DIContext.h | 305 std::unique_ptr<llvm::LoadedObjectInfo> clone() const override { in clone() function
|
| /freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/ |
| D | libzfs_iter.c | 51 zfs_handle_t *clone = zfs_open(zhp->zfs_hdl, nvpair_name(pair), in zfs_iter_clones() local
|