Searched refs:Clone (Results 1 - 18 of 18) sorted by relevance

/freebsd-11.0-release/contrib/dialog/samples/
H A Dmenubox1218 Linux:The Great Unix Clone for 386/486
19 NetBSD:Another free Unix Clone for 386/486
H A Deditbox-utf821 ��������������� The Great Unix Clone for 386/486
22 ������������������ Another free Unix Clone for 386/486
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAEnumLineNumbers.cpp47 if (S_OK != Enumerator->Clone(&EnumeratorClone))
H A DDIADataStream.cpp69 if (S_OK != StreamData->Clone(&EnumeratorClone))
H A DDIAEnumDebugStreams.cpp50 if (S_OK != Enumerator->Clone(&EnumeratorClone))
H A DDIAEnumSourceFiles.cpp47 if (S_OK != Enumerator->Clone(&EnumeratorClone))
H A DDIAEnumSymbols.cpp51 if (S_OK != Enumerator->Clone(&EnumeratorClone))
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolTypeFunctionSig.cpp58 std::unique_ptr<ArgEnumeratorType> Clone(Enumerator->clone());
59 return new FunctionArgEnumerator(Session, std::move(Clone));
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h78 /// Clone - Creates a clone of the specified SUnit. It does not copy the
81 SUnit *Clone(SUnit *N);
H A DScheduleDAGFast.cpp211 /// CopyAndMoveSuccessors - Clone the specified node and move its scheduled
354 NewSU = Clone(SU);
H A DScheduleDAGSDNodes.cpp89 SUnit *ScheduleDAGSDNodes::Clone(SUnit *Old) { function in class:ScheduleDAGSDNodes
H A DScheduleDAGRRList.cpp256 SUnit *NewNode = Clone(N);
944 /// CopyAndMoveSuccessors - Clone the specified node and move its scheduled
H A DSelectionDAG.cpp6691 SDDbgValue *Clone = local
6695 ClonedDVs.push_back(Clone);
/freebsd-11.0-release/contrib/llvm/tools/bugpoint/
H A DExtractFunction.cpp89 Module *Clone = CloneModule(Program).release(); local
94 Module::iterator RFI = Clone->begin(); // Get iterator to corresponding fn
122 std::unique_ptr<Module> New = runPassesOn(Clone, Passes);
123 delete Clone;
H A DMiscompilation.cpp257 Module *Clone = CloneModule(BD.getProgram(), VMap).release(); local
258 Module *Orig = BD.swapProgramIn(Clone);
364 // Clone modules, the tester function will free them.
494 Module *Clone = CloneModule(BD.getProgram(), VMap).release(); local
495 Module *Orig = BD.swapProgramIn(Clone);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp540 // Clone `OriginalLoop' and return the result in CLResult. The IR after
926 BasicBlock *Clone = CloneBasicBlock(BB, Result.Map, Twine(".") + Tag, &F); local
927 Result.Blocks.push_back(Clone);
928 Result.Map[BB] = Clone;
/freebsd-11.0-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp907 // Clone the call into each predecessor that has a non-null value.
914 CallInst *Clone = cast<CallInst>(CInst->clone()); local
919 Clone->setArgOperand(0, Op);
920 Clone->insertBefore(InsertPos);
925 Worklist.push_back(std::make_pair(Clone, Incoming));
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp2172 AlignedAttr *Clone = OldStrictestAlignAttr->clone(S.Context); local
2173 Clone->setInherited(true);
2174 New->addAttr(Clone);
2181 AlignedAttr *Clone = OldAlignasAttr->clone(S.Context); local
2182 Clone->setInherited(true);
2183 New->addAttr(Clone);

Completed in 172 milliseconds