Home
last modified time | relevance | path

Searched defs:clone (Results 1 – 25 of 88) sorted by relevance

1234

/freebsd/sys/x86/acpica/
H A Dacpi_apm.c204 struct apm_clone_data *clone; in apm_create_clone() local
231 struct apm_clone_data *clone; in apmdtor() local
255 struct apm_clone_data *clone; in apmopen() local
272 struct apm_clone_data *clone; in apmioctl() local
389 struct apm_clone_data *clone; in apmpoll() local
406 struct apm_clone_data *clone; in apmkqfilter() local
420 struct apm_clone_data *clone; in apmreadfiltdetach() local
431 struct apm_clone_data *clone; in apmreadfilt() local
/freebsd/contrib/llvm-project/lldb/source/API/
H A DUtils.h17 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/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h358 std::unique_ptr<CorrectionCandidateCallback> clone() override { in clone() function
375 std::unique_ptr<CorrectionCandidateCallback> clone() override { in clone() function
390 std::unique_ptr<CorrectionCandidateCallback> clone() override { in clone() function
415 std::unique_ptr<CorrectionCandidateCallback> clone() override { in clone() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCMachineFunctionInfo.cpp16 ARCFunctionInfo::clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() function in ARCFunctionInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcMachineFunctionInfo.cpp15 MachineFunctionInfo *SparcMachineFunctionInfo::clone( in clone() function in SparcMachineFunctionInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineFunctionInfo.cpp17 MachineFunctionInfo *SystemZMachineFunctionInfo::clone( in clone() function in SystemZMachineFunctionInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kMachineFunction.cpp22 MachineFunctionInfo *M68kMachineFunctionInfo::clone( in clone() function in M68kMachineFunctionInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEMachineFunctionInfo.cpp15 MachineFunctionInfo *VEMachineFunctionInfo::clone( in clone() function in VEMachineFunctionInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430MachineFunctionInfo.cpp15 MachineFunctionInfo *MSP430MachineFunctionInfo::clone( in clone() function in MSP430MachineFunctionInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineFunctionInfo.cpp16 MachineFunctionInfo *HexagonMachineFunctionInfo::clone( in clone() function in HexagonMachineFunctionInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiMachineFunctionInfo.cpp15 MachineFunctionInfo *LanaiMachineFunctionInfo::clone( in clone() function in LanaiMachineFunctionInfo
/freebsd/contrib/googletest/googletest/samples/
H A Dsample2.cc41 char* const clone = new char[len + 1]; in CloneCString() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h279 TempGenericDINode clone() const { return cloneImpl(); } in clone() function
385 TempDISubrange clone() const { return cloneImpl(); } in clone() function
499 TempDIEnumerator clone() const { return cloneImpl(); } in clone() function
654 TempDIFile clone() const { return cloneImpl(); } in clone() function
742 TempDIType clone() const { in clone() function
866 TempDIBasicType clone() const { return cloneImpl(); } in clone() function
941 TempDIStringType clone() const { return cloneImpl(); } in clone() function
1730 TempDISubprogram clone() const { return cloneImpl(); } in clone() function
1936 TempDILocation clone() const { return cloneImpl(); } in clone() function
2391 TempDINamespace clone() const { return cloneImpl(); } in clone() function
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.cpp16 MachineFunctionInfo *X86MachineFunctionInfo::clone( in clone() function in X86MachineFunctionInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXMachineFunctionInfo.h30 clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMachineFunctionInfo.cpp22 MachineFunctionInfo *RISCVMachineFunctionInfo::clone( in clone() function in RISCVMachineFunctionInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchMachineFunctionInfo.h44 clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() function
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.cpp18 MachineFunctionInfo *XCoreFunctionInfo::clone( in clone() function in XCoreFunctionInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.cpp85 ARMFunctionInfo::clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() function in ARMFunctionInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRMachineFunctionInfo.h60 clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() function
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYMachineFunctionInfo.h37 clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() function
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp28 PPCFunctionInfo::clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() function in PPCFunctionInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAny.h49 std::unique_ptr<StorageBase> clone() const override { in clone() function
/freebsd/lib/libnv/tests/
H A Dnv_tests.cc300 nvlist_t *nvl, *clone; in ATF_TEST_CASE_BODY() local
317 nvlist_t *nvl, *clone; in ATF_TEST_CASE_BODY() local
400 nvlist_t *nvl, *clone; in ATF_TEST_CASE_BODY() local
416 nvlist_t *nvl, *clone; in ATF_TEST_CASE_BODY() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemark.h130 Remark clone() const { return *this; } in clone() function

1234