Home
last modified time | relevance | path

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

1234

/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang/test/Rewriter/
H A Drewrite-protocol-qualified.mm9 - (void) clone; method
13 - (void) clone { method
/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DBoxValue.h84 CharBoxValue clone(mlir::Value newBase) const { return {newBase, len}; } in clone() function
138 ArrayBoxValue clone(mlir::Value newBase) const { in clone() function
155 CharArrayBoxValue clone(mlir::Value newBase) const { in clone() function
175 ProcBoxValue clone(mlir::Value newBase) const { in clone() function
280 BoxValue clone(mlir::Value newBox) const { in clone() function
361 MutableBoxValue clone(mlir::Value newBox) const { in clone() function
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kMachineFunction.cpp22 MachineFunctionInfo *M68kMachineFunctionInfo::clone( in clone() function in M68kMachineFunctionInfo
/llvm-project-15.0.7/llvm/lib/Target/MSP430/
H A DMSP430MachineFunctionInfo.cpp15 MachineFunctionInfo *MSP430MachineFunctionInfo::clone( in clone() function in MSP430MachineFunctionInfo
/llvm-project-15.0.7/llvm/lib/Target/ARC/
H A DARCMachineFunctionInfo.cpp16 ARCFunctionInfo::clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() function in ARCFunctionInfo
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcMachineFunctionInfo.cpp15 MachineFunctionInfo *SparcMachineFunctionInfo::clone( in clone() function in SparcMachineFunctionInfo
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEMachineFunctionInfo.cpp15 MachineFunctionInfo *VEMachineFunctionInfo::clone( in clone() function in VEMachineFunctionInfo
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZMachineFunctionInfo.cpp17 MachineFunctionInfo *SystemZMachineFunctionInfo::clone( in clone() function in SystemZMachineFunctionInfo
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonMachineFunctionInfo.cpp16 MachineFunctionInfo *HexagonMachineFunctionInfo::clone( in clone() function in HexagonMachineFunctionInfo
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiMachineFunctionInfo.cpp15 MachineFunctionInfo *LanaiMachineFunctionInfo::clone( in clone() function in LanaiMachineFunctionInfo
/llvm-project-15.0.7/clang/test/PCH/
H A Dcxx-exprs.cpp21 New *clone() { in clone() function in New
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVMachineFunctionInfo.cpp22 MachineFunctionInfo *RISCVMachineFunctionInfo::clone( in clone() function in RISCVMachineFunctionInfo
/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DContext.cpp20 Context Context::clone() const { return Context(DataPtr); } in clone() function in clang::clangd::Context
H A DMarkup.cpp270 std::unique_ptr<Block> clone() const override { in clone() function in clang::clangd::markup::__anone81cf9e70111::Ruler
289 std::unique_ptr<Block> clone() const override { in clone() function in clang::clangd::markup::__anone81cf9e70111::CodeBlock
367 std::unique_ptr<Block> Paragraph::clone() const { in clone() function in clang::clangd::markup::Paragraph
449 std::unique_ptr<Block> BulletList::clone() const { in clone() function in clang::clangd::markup::BulletList
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.cpp16 MachineFunctionInfo *X86MachineFunctionInfo::clone( in clone() function in X86MachineFunctionInfo
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DTypoCorrection.h358 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
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXMachineFunctionInfo.h30 clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() function
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferDeallocation.cpp338 auto clone = introduceCloneBuffers(sourceValue, terminator); in introduceBlockArgCopy() local
386 auto clone = introduceCloneBuffers(operand, parentOp); in introduceBlockArgCopy() local
452 auto clone = introduceCloneBuffers(sourceValue, terminator); in introduceClonesForRegionSuccessors() local
481 auto clone = buildClone(terminator, sourceValue); in introduceCloneBuffers() local
589 auto clone = it->second.buildClone(builder, alloc); in buildClone() local
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h271 TempGenericDINode clone() const { return cloneImpl(); } in clone() function
338 TempDISubrange clone() const { return cloneImpl(); } in clone() function
452 TempDIEnumerator clone() const { return cloneImpl(); } in clone() function
608 TempDIFile clone() const { return cloneImpl(); } in clone() function
692 TempDIType clone() const { in clone() function
816 TempDIBasicType clone() const { return cloneImpl(); } in clone() function
891 TempDIStringType clone() const { return cloneImpl(); } in clone() function
989 TempDIDerivedType clone() const { return cloneImpl(); } in clone() function
1600 TempDILocation clone() const { return cloneImpl(); } in clone() function
2291 TempDINamespace clone() const { return cloneImpl(); } in clone() function
[all …]
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DPass.h147 void *(*clone)(void *userData); member
/llvm-project-15.0.7/llvm/lib/Target/LoongArch/
H A DLoongArchMachineFunctionInfo.h39 clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() function
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.cpp78 ARMFunctionInfo::clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() function in ARMFunctionInfo
/llvm-project-15.0.7/mlir/unittests/TableGen/
H A DPassGenTest.cpp26 std::unique_ptr<mlir::Pass> clone() const { in clone() function
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.cpp52 void WebAssemblyDebugValueManager::clone(MachineInstr *Insert, in clone() function in WebAssemblyDebugValueManager

1234