|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
usr/include/c++/7.4.0/bits/algorithmfwd.h 226 copy(_IIter, _IIter, _OIter);
References
gen/tools/clang/include/clang/AST/Attrs.inc 552 std::copy(Args, Args + args_Size, args_);
626 std::copy(Args, Args + args_Size, args_);
686 std::copy(Args, Args + args_Size, args_);
1833 std::copy(Args, Args + args_Size, args_);
1904 std::copy(Args, Args + args_Size, args_);
1964 std::copy(Args, Args + args_Size, args_);
2664 std::copy(Cpus, Cpus + cpus_Size, cpus_);
2724 std::copy(Cpus, Cpus + cpus_Size, cpus_);
3140 std::copy(CallableStates, CallableStates + callableStates_Size, callableStates_);
3221 std::copy(Encoding, Encoding + encoding_Size, encoding_);
4714 std::copy(Args, Args + args_Size, args_);
5975 std::copy(Args, Args + args_Size, args_);
8244 std::copy(Args, Args + args_Size, args_);
8582 std::copy(Uniforms, Uniforms + uniforms_Size, uniforms_);
8583 std::copy(Aligneds, Aligneds + aligneds_Size, aligneds_);
8584 std::copy(Alignments, Alignments + alignments_Size, alignments_);
8585 std::copy(Linears, Linears + linears_Size, linears_);
8586 std::copy(Modifiers, Modifiers + modifiers_Size, modifiers_);
8587 std::copy(Steps, Steps + steps_Size, steps_);
11180 std::copy(Args, Args + args_Size, args_);
12395 std::copy(Args, Args + args_Size, args_);
12589 std::copy(Args, Args + args_Size, args_);
13218 std::copy(Args, Args + args_Size, args_);
14085 std::copy(Args, Args + args_Size, args_);
include/llvm/ADT/ArrayRef.h 430 std::copy(Data.begin(), Data.end(), this->begin());
include/llvm/ADT/PostOrderIterator.h 293 std::copy(po_begin(BB), po_end(BB), std::back_inserter(Blocks));
include/llvm/ADT/STLExtras.h 1218 return std::copy(adl_begin(Range), adl_end(Range), Out);
include/llvm/ADT/SmallVector.h 613 std::copy(From, To, I);
719 NewEnd = std::copy(RHS.begin(), RHS.begin()+RHSSize, this->begin());
742 std::copy(RHS.begin(), RHS.begin()+CurSize, this->begin());
include/llvm/ADT/SparseBitVector.h 730 std::copy(Iter1, RHS1.Elements.end(), std::back_inserter(Elements));
include/llvm/ADT/StringRef.h 173 std::copy(begin(), end(), S);
include/llvm/Analysis/BlockFrequencyInfoImpl.h 1066 std::copy(po_begin(Entry), po_end(Entry), std::back_inserter(RPOT));
include/llvm/CodeGen/LiveInterval.h 642 O = std::copy(NotLessStart, NotLessEnd, O);
include/llvm/CodeGen/MachineInstr.h 158 std::copy(MMOs.begin(), MMOs.end(),
include/llvm/CodeGen/PBQP/Math.h 42 std::copy(V.Data.get(), V.Data.get() + Length, Data.get());
143 std::copy(M.Data.get(), M.Data.get() + (Rows * Cols), Data.get());
include/llvm/CodeGen/RegAllocPBQP.h 101 std::copy(OptVec.begin(), OptVec.end(), Opts.get());
192 std::copy(&Other.OptUnsafeEdges[0], &Other.OptUnsafeEdges[NumOpts],
include/llvm/Demangle/ItaniumDemangle.h 2235 std::copy(First, Last, Tmp);
2254 std::copy(Other.begin(), Other.end(), First);
2272 std::copy(Other.begin(), Other.end(), First);
2414 std::copy(begin, end, data);
include/llvm/IR/DiagnosticInfo.h 640 std::copy(Orig.Args.begin(), Orig.Args.end(), std::back_inserter(Args));
include/llvm/IR/PredIteratorCache.h 53 std::copy(PredCache.begin(), PredCache.end(), Entry);
lib/Analysis/MemorySSAUpdater.cpp 119 std::copy(pred_begin(BB), pred_end(BB), Phi->block_begin());
195 std::copy(Phi->user_begin(), Phi->user_end(), std::back_inserter(Uses));
lib/CodeGen/AsmPrinter/DwarfUnit.cpp 324 std::copy(ChecksumString.begin(), ChecksumString.end(), CKMem.Bytes.data());
lib/CodeGen/GlobalISel/LegalizerHelper.cpp 371 std::copy(Args.begin(), Args.end(), std::back_inserter(Info.OrigArgs));
440 std::copy(Args.begin(), Args.end(), std::back_inserter(Info.OrigArgs));
lib/CodeGen/LiveIntervals.cpp 1156 std::copy(std::next(OldIdxOut), E, OldIdxOut);
1170 std::copy(std::next(OldIdxOut), std::next(AfterNewIdx), OldIdxOut);
1206 std::copy(std::next(OldIdxOut), AfterNewIdx, OldIdxOut);
lib/ExecutionEngine/ExecutionEngine.cpp 354 std::copy(InputArgv[i].begin(), InputArgv[i].end(), Dest.get());
lib/IR/Instructions.cpp 110 std::copy(PN.op_begin(), PN.op_end(), op_begin());
111 std::copy(PN.block_begin(), PN.block_end(), block_begin());
125 std::copy(op_begin() + Idx + 1, op_end(), op_begin() + Idx);
126 std::copy(block_begin() + Idx + 1, block_end(), block_begin() + Idx);
360 It = std::copy(B.input_begin(), B.input_end(), It);
443 std::copy(CI.op_begin(), CI.op_end(), op_begin());
444 std::copy(CI.bundle_op_info_begin(), CI.bundle_op_info_end(),
754 std::copy(II.op_begin(), II.op_end(), op_begin());
755 std::copy(II.bundle_op_info_begin(), II.bundle_op_info_end(),
811 std::copy(Args.begin(), Args.end(), op_begin());
836 std::copy(CBI.op_begin(), CBI.op_end(), op_begin());
837 std::copy(CBI.bundle_op_info_begin(), CBI.bundle_op_info_end(),
1087 std::copy(FPI.op_begin(), FPI.op_end(), op_begin());
1613 std::copy(GEPI.op_begin(), GEPI.op_end(), op_begin());
lib/IR/User.cpp 72 std::copy(OldOps, OldOps + OldNumUses, NewOps);
80 std::copy(OldPtr, OldPtr + (OldNumUses * sizeof(BasicBlock *)), NewPtr);
lib/ObjectYAML/COFFEmitter.cpp 78 std::copy(Name.begin(), Name.end(), Sec.Header.Name);
88 std::copy(str.begin(), str.end(), Sec.Header.Name + 1);
116 std::copy(Name.begin(), Name.end(), Sym.Header.Name);
lib/Support/SmallPtrSet.cpp 175 std::copy(RHS.CurArray, RHS.EndPointer(), CurArray);
195 std::copy(RHS.CurArray, RHS.CurArray + RHS.NumNonEmpty, CurArray);
231 std::copy(RHS.CurArray, RHS.CurArray + RHS.NumNonEmpty, this->SmallArray);
244 std::copy(this->CurArray, this->CurArray + this->NumNonEmpty,
260 std::copy(this->SmallArray + MinNonEmpty,
264 std::copy(RHS.SmallArray + MinNonEmpty, RHS.SmallArray + RHS.NumNonEmpty,
lib/Support/SourceMgr.cpp 323 std::copy(I->getText().begin(), I->getText().end(),
lib/Target/ARM/ARMISelLowering.cpp 3396 std::copy(S.bytes_begin(), S.bytes_end(), V.begin());
lib/Target/X86/X86InterleavedAccess.cpp 308 std::copy(Temp, Temp + Stride, TransposedMatrix.begin());
417 std::copy(VecOut, VecOut + 4, TransposedMatrix.begin());
lib/Transforms/Scalar/NewGVN.cpp 1207 std::copy(II->idx_begin(), II->idx_end(), int_op_inserter(E));
1214 std::copy(EI->idx_begin(), EI->idx_end(), int_op_inserter(E));
tools/clang/include/clang/AST/ASTVector.h 317 std::copy(From, To, I);
tools/clang/include/clang/AST/OpenMPClause.h 216 std::copy(VL.begin(), VL.end(),
4356 std::copy(UDs.begin(), UDs.end(), getUniqueDeclsRef().begin());
4380 std::copy(DNLs.begin(), DNLs.end(), getDeclNumListsRef().begin());
4406 std::copy(CLSs.begin(), CLSs.end(), getComponentListSizesRef().begin());
4434 std::copy(Components.begin(), Components.end(), getComponentsRef().begin());
4508 CI = std::copy(C.begin(), C.end(), CI);
4546 std::copy(DMDs.begin(), DMDs.end(), getUDMapperRefs().begin());
tools/clang/include/clang/AST/Stmt.h 1777 std::copy(Attrs.begin(), Attrs.end(), getAttrArrayPtr());
tools/clang/include/clang/Lex/MacroInfo.h 173 std::copy(List.begin(), List.end(), ParameterList);
510 std::copy(Overrides.begin(), Overrides.end(),
tools/clang/lib/AST/ASTImporter.cpp 3291 std::copy(CtorInitializers.begin(), CtorInitializers.end(), Memory);
tools/clang/lib/AST/CXXInheritance.cpp 48 std::copy(Decls.begin(), Decls.end(), DeclsFound.get());
tools/clang/lib/AST/Decl.cpp 1927 std::copy(TPLists.begin(), TPLists.end(), TemplParamLists);
3199 std::copy(NewParamInfo.begin(), NewParamInfo.end(), ParamInfo);
4474 std::copy(NewParamInfo.begin(), NewParamInfo.end(), ParamInfo);
tools/clang/lib/AST/DeclObjC.cpp 876 std::copy(Params.begin(), Params.end(), getParams());
877 std::copy(SelLocs.begin(), SelLocs.end(), getStoredSelLocs());
1430 std::copy(typeParams.begin(), typeParams.end(), begin());
tools/clang/lib/AST/DeclTemplate.cpp 333 std::copy(TemplateArgs.begin(), TemplateArgs.end(),
tools/clang/lib/AST/Expr.cpp 906 std::copy(Words, Words + NumWords, pVal);
4151 std::copy(AssocExprs.begin(), AssocExprs.end(),
4153 std::copy(AssocTypes.begin(), AssocTypes.end(),
4175 std::copy(AssocExprs.begin(), AssocExprs.end(),
4177 std::copy(AssocTypes.begin(), AssocTypes.end(),
4390 std::copy(Designators, Designators + Idx, NewDesignators);
4391 std::copy(First, Last, NewDesignators + Idx);
4392 std::copy(Designators + Idx + 1, Designators + NumDesignators,
tools/clang/lib/AST/ExprObjC.cpp 201 std::copy(SelLocs.begin(), SelLocs.end(), getStoredSelLocs());
tools/clang/lib/AST/OpenMPClause.cpp 319 std::copy(VL.begin(), VL.end(), varlist_end());
344 std::copy(VL.begin(), VL.end(), varlist_end());
350 std::copy(VL.begin(), VL.end(), getPrivateCopies().end());
377 std::copy(PrivateCopies.begin(), PrivateCopies.end(), varlist_end());
384 std::copy(SrcExprs.begin(), SrcExprs.end(), getPrivateCopies().end());
391 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end());
398 std::copy(AssignmentOps.begin(), AssignmentOps.end(),
445 std::copy(PL.begin(), PL.end(), varlist_end());
451 std::copy(IL.begin(), IL.end(), getPrivates().end());
457 std::copy(UL.begin(), UL.end(), getInits().end());
463 std::copy(FL.begin(), FL.end(), getUpdates().end());
470 std::copy(UE.begin(), UE.end(), getFinals().end() + 2);
540 std::copy(SrcExprs.begin(), SrcExprs.end(), varlist_end());
547 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end());
554 std::copy(AssignmentOps.begin(), AssignmentOps.end(),
581 std::copy(SrcExprs.begin(), SrcExprs.end(), varlist_end());
588 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end());
595 std::copy(AssignmentOps.begin(), AssignmentOps.end(),
622 std::copy(Privates.begin(), Privates.end(), varlist_end());
629 std::copy(LHSExprs.begin(), LHSExprs.end(), getPrivates().end());
636 std::copy(RHSExprs.begin(), RHSExprs.end(), getLHSExprs().end());
643 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end());
675 std::copy(Privates.begin(), Privates.end(), varlist_end());
682 std::copy(LHSExprs.begin(), LHSExprs.end(), getPrivates().end());
689 std::copy(RHSExprs.begin(), RHSExprs.end(), getLHSExprs().end());
696 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end());
728 std::copy(Privates.begin(), Privates.end(), varlist_end());
735 std::copy(LHSExprs.begin(), LHSExprs.end(), getPrivates().end());
742 std::copy(RHSExprs.begin(), RHSExprs.end(), getLHSExprs().end());
749 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end());
757 std::copy(TaskgroupDescriptors.begin(), TaskgroupDescriptors.end(),
1053 std::copy(VL.begin(), VL.end(), varlist_end());
1059 std::copy(VL.begin(), VL.end(), getPrivateCopies().end());
tools/clang/lib/AST/Stmt.cpp 315 std::copy(Stmts.begin(), Stmts.end(), body_begin());
491 std::copy(Names, Names + NumExprs, this->Names);
495 std::copy(Exprs, Exprs + NumExprs, this->Exprs);
500 std::copy(Constraints, Constraints + NumConstraints, this->Constraints);
504 std::copy(Clobbers, Clobbers + NumClobbers, this->Clobbers);
766 std::copy(names, names + NumExprs, Names);
769 std::copy(exprs, exprs + NumExprs, Exprs);
773 std::copy(constraints, constraints + NumConstraints, Constraints);
776 std::copy(clobbers, clobbers + NumClobbers, Clobbers);
810 std::copy(exprs.begin(), exprs.end(), Exprs);
813 std::copy(asmtoks.begin(), asmtoks.end(), AsmToks);
1232 std::copy(Captures.begin(), Captures.end(), Buffer);
tools/clang/lib/AST/StmtCXX.cpp 44 std::copy(handlers.begin(), handlers.end(), Stmts + 1);
125 std::copy(Args.ParamMoves.begin(), Args.ParamMoves.end(),
tools/clang/lib/AST/StmtOpenMP.cpp 22 std::copy(Clauses.begin(), Clauses.end(), getClauses().begin());
47 std::copy(A.begin(), A.end(), getCounters().begin());
54 std::copy(A.begin(), A.end(), getPrivateCounters().begin());
60 std::copy(A.begin(), A.end(), getInits().begin());
66 std::copy(A.begin(), A.end(), getUpdates().begin());
72 std::copy(A.begin(), A.end(), getFinals().begin());
tools/clang/lib/Basic/SourceManager.cpp 1275 std::copy(LineOffsets.begin(), LineOffsets.end(), FI->SourceLineCache);
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp10795 std::copy(CallArgs.begin(), CallArgs.end(), std::begin(Args));
10957 std::copy(CallArgs.begin(), CallArgs.end(), std::begin(Args));
tools/clang/lib/Driver/ToolChains/Hexagon.cpp 428 std::copy(D.PrefixDirs.begin(), D.PrefixDirs.end(),
tools/clang/lib/Format/Format.cpp 1628 std::copy(DeletedTokens.begin(), DeletedTokens.end(),
tools/clang/lib/Frontend/Rewrite/HTMLPrint.cpp 89 std::copy(RewriteBuf.begin(), RewriteBuf.end(), Buffer.get());
tools/clang/lib/Frontend/TextDiagnostic.cpp 1117 std::copy(I->CodeToInsert.begin(), I->CodeToInsert.end(),
tools/clang/lib/Lex/HeaderSearch.cpp 650 std::copy(Str.begin(), Str.end(), CopyStr);
tools/clang/lib/Lex/MacroArgs.cpp 69 std::copy(UnexpArgTokens.begin(), UnexpArgTokens.end(),
tools/clang/lib/Lex/Pragma.cpp 146 std::copy(Tokens.begin() + 1, Tokens.end(), Toks.get());
380 std::copy(PragmaToks.begin(), PragmaToks.end(), TokArray);
tools/clang/lib/Lex/Preprocessor.cpp 436 char *NewPos = std::copy(Buffer->getBufferStart(), Position, NewBuf);
438 std::copy(Position, Buffer->getBufferEnd(), NewPos+1);
1138 std::copy(Toks.begin(), Toks.end(), ToksCopy.get());
tools/clang/lib/Parse/ParseCXXInlineMethods.cpp 990 std::copy(Toks.begin() + 1, Toks.end(), Buffer.get());
tools/clang/lib/Parse/ParsePragma.cpp 2243 std::copy(Pragma.begin(), Pragma.end(), Toks.get());
2460 std::copy(TokenVector.begin(), TokenVector.end(), TokenArray.get());
2745 std::copy(TokenList.begin(), TokenList.end(), TokenArray.get());
2930 std::copy(TokenList.begin(), TokenList.end(), TokenArray.get());
tools/clang/lib/Rewrite/RewriteRope.cpp 312 std::copy(&Pieces[WidthFactor], &Pieces[2*WidthFactor],
tools/clang/lib/Sema/AnalysisBasedWarnings.cpp 1146 std::copy(P->pred_begin(), P->pred_end(),
tools/clang/lib/Sema/CodeCompleteConsumer.cpp 352 std::copy(Ref.begin(), Ref.end(), Mem);
tools/clang/lib/Sema/SemaOverload.cpp 7493 std::copy(ParamTys, ParamTys + Args.size(), Candidate.BuiltinParamTypes);
tools/clang/lib/Sema/SemaTemplateDeduction.cpp 895 std::copy(Pack.New.begin(), Pack.New.end(), ArgumentPack);
tools/clang/lib/Serialization/ASTReader.cpp 4691 std::copy(Record.begin(), Record.end(), F->Signature.data());
tools/clang/lib/Serialization/ASTReaderDecl.cpp 282 std::copy(IDs.begin(), IDs.end(), Result + 1);
tools/clang/lib/Serialization/ASTReaderStmt.cpp 214 std::copy(Attrs.begin(), Attrs.end(), S->getAttrArrayPtr());
tools/clang/tools/extra/clang-doc/YAMLGenerator.cpp 96 std::copy(HexString.begin(), HexString.end(), USR.begin());
tools/clang/tools/extra/clangd/FuzzyMatch.cpp 79 std::copy(Pattern.begin(), Pattern.begin() + PatN, Pat);
185 std::copy(NewWord.begin(), NewWord.begin() + WordN, Word);
tools/clang/tools/extra/clangd/RIFF.cpp 24 std::copy(Stream.begin(), Stream.begin() + 4, C.ID.begin());
60 std::copy(RIFF->Data.begin(), RIFF->Data.begin() + 4, F.Type.begin());
tools/clang/tools/extra/clangd/index/Serialization.cpp 262 std::copy(Digest.bytes_begin(), Digest.bytes_end(), IGN.Digest.begin());
tools/clang/unittests/Lex/HeaderMapTest.cpp 69 std::copy(S.begin(), S.end(), File.Bytes + SI);
tools/lld/COFF/DriverUtils.cpp 505 std::copy(manifest.begin(), manifest.end(), buf);
tools/lld/lib/ReaderWriter/MachO/ArchHandler_arm.cpp 1019 std::copy(atom.rawContent().begin(), atom.rawContent().end(),
tools/lld/lib/ReaderWriter/MachO/ArchHandler_arm64.cpp 543 std::copy(atom.rawContent().begin(), atom.rawContent().end(),
tools/lld/lib/ReaderWriter/MachO/ArchHandler_x86.cpp 416 std::copy(atom.rawContent().begin(), atom.rawContent().end(),
tools/lld/lib/ReaderWriter/MachO/ArchHandler_x86_64.cpp 550 std::copy(atom.rawContent().begin(), atom.rawContent().end(),
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp 1519 std::copy(sectionContent.begin(), sectionContent.end(),
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp 339 std::copy(_normalizedContent.begin(), _normalizedContent.end(), bytes);
tools/lldb/source/Core/ValueObject.cpp 241 std::copy(m_value_checksum.begin(), m_value_checksum.end(),
tools/lldb/source/Core/ValueObjectList.cpp 31 std::copy(valobj_list.m_value_objects.begin(), // source begin
tools/lldb/source/Plugins/Process/Linux/ProcessorTrace.cpp 340 auto remaining = std::copy(data.begin(), data.end(), buffer.begin());
tools/lldb/source/Symbol/ClangASTContext.cpp 1616 std::copy(template_param_infos.args.begin(), template_param_infos.args.end(),
tools/lldb/source/Symbol/VariableList.cpp 39 std::copy(variable_list->m_variables.begin(), // source begin
tools/lldb/source/Utility/Environment.cpp 20 Next = std::copy(Key.begin(), Key.end(), Next);
22 Next = std::copy(Value.begin(), Value.end(), Next);
tools/lli/lli.cpp 940 std::copy(ChildExecPath.begin(), ChildExecPath.end(), &ChildPath[0]);
944 std::copy(ChildInStr.begin(), ChildInStr.end(), &ChildIn[0]);
948 std::copy(ChildOutStr.begin(), ChildOutStr.end(), &ChildOut[0]);
tools/llvm-cvtres/llvm-cvtres.cpp 204 std::copy(OutputBuffer->getBufferStart(), OutputBuffer->getBufferEnd(),
tools/llvm-lipo/llvm-lipo.cpp 578 std::copy(B->getMemoryBufferRef().getBufferStart(),
708 std::copy(BufferRef.getBufferStart(), BufferRef.getBufferEnd(),
tools/llvm-mt/llvm-mt.cpp 155 std::copy(OutputBuffer->getBufferStart(), OutputBuffer->getBufferEnd(),
tools/llvm-objcopy/COFF/Object.h 72 std::copy(In.begin(), In.end(), Opaque);
tools/llvm-objcopy/COFF/Writer.cpp 300 std::copy(Contents.begin(), Contents.end(), Ptr);
328 std::copy(S.AuxFile.begin(), S.AuxFile.end(), Ptr);
337 std::copy(Ref.begin(), Ref.end(), Ptr);
tools/llvm-objcopy/ELF/ELFObjcopy.cpp 297 std::copy(Sec.OriginalData.begin(), Sec.OriginalData.end(),
tools/llvm-objcopy/ELF/Object.cpp 439 std::copy(DecompressedContent.begin(), DecompressedContent.end(), Buf);
479 std::copy(Sec.OriginalData.begin(), Sec.OriginalData.end(), Buf);
500 std::copy(Sec.CompressedData.begin(), Sec.CompressedData.end(), Buf);
tools/llvm-objcopy/llvm-objcopy.cpp 125 std::copy(Member.Buf->getBufferStart(), Member.Buf->getBufferEnd(),
tools/llvm-readobj/COFFDumper.cpp 1830 std::copy(RawEntryNameString.begin(), RawEntryNameString.end(),
tools/obj2yaml/dwarf2yaml.cpp 172 std::copy(BlockData.begin(), BlockData.end(),
tools/sancov/sancov.cpp 226 std::copy(S, E, std::inserter(*Ints, Ints->end()));
unittests/ExecutionEngine/Orc/RemoteObjectLayerTest.cpp 127 std::copy(ObjBytes.begin(), ObjBytes.end(), ObjContents.begin());
unittests/Support/Path.cpp 1101 std::copy(Val.begin(), Val.end(), mfr.data());
usr/include/c++/7.4.0/bits/deque.tcc 780 std::copy(__first, __last, __pos - difference_type(__n));
791 std::copy(__mid, __last, __old_start);
820 std::copy(__first, __last, __pos);
831 std::copy(__first, __mid, __pos);
931 std::copy(this->_M_impl._M_start._M_node,
948 std::copy(this->_M_impl._M_start._M_node,
998 std::copy(__first._M_cur, __first._M_cur + __clen, __result._M_cur);
usr/include/c++/7.4.0/bits/stl_algo.h 782 { return std::copy(__first, __first + __n, __result); }
4892 return std::copy(__first2, __last2,
4893 std::copy(__first1, __last1, __result));
5109 return std::copy(__first2, __last2,
5110 std::copy(__first1, __last1, __result));
5348 return std::copy(__first1, __last1, __result);
5477 return std::copy(__first2, __last2,
5478 std::copy(__first1, __last1, __result));
usr/include/c++/7.4.0/bits/stl_bvector.h 1084 _Bit_type* __q = std::copy(__first._M_p, __last._M_p, __result._M_p);
1085 return std::copy(const_iterator(__last._M_p, 0), __last,
1150 std::copy(__first, __last, this->_M_impl._M_start);
usr/include/c++/7.4.0/bits/stl_uninitialized.h 101 { return std::copy(__first, __last, __result); }
usr/include/c++/7.4.0/bits/vector.tcc 218 std::_Destroy(std::copy(__x.begin(), __x.end(), begin()),
223 std::copy(__x._M_impl._M_start, __x._M_impl._M_start + size(),
297 _M_erase_at_end(std::copy(__first, __last, this->_M_impl._M_start));
302 std::copy(__first, __mid, this->_M_impl._M_start);
651 std::copy(__first, __last, __position);
666 std::copy(__first, __mid, __position);
747 iterator __finish = std::copy(__position, end(),
811 iterator __finish = std::copy(__position, end(), __i);