/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
H A D | Cloneable.h | 44 std::shared_ptr<typename Base::TopmostBase> Clone() const override { in Clone() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | defarg4.C | 25 void Clone() in Clone() function
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
H A D | Delta.cpp | 94 std::unique_ptr<ReducerWorkItem> Clone, const TestRunner &Test, in CheckChunk() 209 std::unique_ptr<ReducerWorkItem> Clone = in runDeltaPass() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyDebugValueManager.cpp | 57 MachineInstr *Clone = MF->CloneMachineInstr(DBI); in clone() local
|
H A D | WebAssemblyRegStackify.cpp | 578 MachineInstr *Clone = &*std::prev(Insert); in rematerializeCheapDef() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPropagateAttributes.cpp | 97 class Clone { class in __anonceddf6120111::AMDGPUPropagateAttributes 99 Clone(const FnProperties &Props, Function *OrigF, Function *NewF) : in Clone() function in __anonceddf6120111::AMDGPUPropagateAttributes::Clone
|
/openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
H A D | OptionValueFileSpecList.cpp | 163 OptionValueSP OptionValueFileSpecList::Clone() const { in Clone() function in OptionValueFileSpecList
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | FunctionSpecialization.cpp | 398 Function *Clone = CloneFunction(F, Mappings); in cloneCandidateFunction() local 528 Function *Clone = cloneCandidateFunction(F); in createSpecialization() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
H A D | FunctionSpecialization.h | 92 Function *Clone = nullptr; member
|
/openbsd-src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/ |
H A D | ClangFormatPackage.cs | 44 public OptionPageGrid Clone() in Clone() method in LLVM.ClangFormat.OptionPageGrid
|
/openbsd-src/gnu/llvm/llvm/tools/bugpoint/ |
H A D | Miscompilation.cpp | 267 std::unique_ptr<Module> Clone = CloneModule(BD.getProgram(), VMap); in TestFuncs() local 504 std::unique_ptr<Module> Clone = CloneModule(BD.getProgram(), VMap); in TestFuncs() local
|
H A D | ExtractFunction.cpp | 87 std::unique_ptr<Module> Clone = CloneModule(*Program); in deleteInstructionFromProgram() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinkerCompileUnit.h | 59 DIE *Clone; member
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.cpp | 170 auto *Clone = in sinkScalarOperands() local
|
H A D | VPlanRecipes.cpp | 766 auto *Clone = State.Builder.Insert(GEP->clone()); in execute() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/ |
H A D | echo.cpp | 67 LLVMTypeRef Clone(LLVMValueRef Src) { in Clone() function 71 LLVMTypeRef Clone(LLVMTypeRef Src) { in Clone() function
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaCUDA.cpp | 936 AttrTy *Clone = Attribute->clone(S.Context); in copyAttrIfPresent() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 1782 auto *Clone = Clones[Idx]; in splitAsyncCoroutine() local 1913 auto Clone = Clones[i]; in splitRetconCoroutine() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 1354 llvm::Function *Clone = M->getFunction(FDInlineName); in GenerateCode() local 1374 if (llvm::Function *Clone = M->getFunction(FDInlineName)) { in GenerateCode() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGSDNodes.cpp | 89 SUnit *ScheduleDAGSDNodes::Clone(SUnit *Old) { in Clone() function in ScheduleDAGSDNodes
|
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/ |
H A D | DWARFLinker.cpp | 1073 if (DIE *Clone = Info.Clone) in cloneExpression() local 1636 if (DIE *Clone = cloneDIE(Child, File, Unit, StringPool, PCOffset, in cloneDIE() local
|
/openbsd-src/gnu/llvm/lldb/source/API/ |
H A D | SBValue.cpp | 1390 lldb::SBValue SBValue::Clone(const char *new_name) { in Clone() function in SBValue
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | InductiveRangeCheckElimination.cpp | 1148 BasicBlock *Clone = CloneBasicBlock(BB, Result.Map, Twine(".") + Tag, &F); in cloneLoop() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCOpts.cpp | 1150 CallInst *Clone = CallInst::Create(CInst, OpBundles); in OptimizeIndividualCallImpl() local
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | ValueObject.cpp | 2781 lldb::ValueObjectSP ValueObject::Clone(ConstString new_name) { in Clone() function in ValueObject
|