| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | TargetRegistry.cpp | 37 S = COFFStreamerCtorFn(Ctx, std::move(TAB), std::move(OW), in createMCObjectStreamer() 38 std::move(Emitter)); in createMCObjectStreamer() 42 S = MachOStreamerCtorFn(Ctx, std::move(TAB), std::move(OW), in createMCObjectStreamer() 43 std::move(Emitter)); in createMCObjectStreamer() 45 S = createMachOStreamer(Ctx, std::move(TAB), std::move(OW), in createMCObjectStreamer() 46 std::move(Emitter), false); in createMCObjectStreamer() 50 S = ELFStreamerCtorFn(T, Ctx, std::move(TAB), std::move(OW), in createMCObjectStreamer() 51 std::move(Emitter)); in createMCObjectStreamer() 53 S = createELFStreamer(Ctx, std::move(TAB), std::move(OW), in createMCObjectStreamer() 54 std::move(Emitter)); in createMCObjectStreamer() [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | pstl.h | 47 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__pred)… in any_of() 60 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__pred)… in all_of() 73 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__pred)… in none_of() 91 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__resul… in copy() 110 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__n), std::move(__result)); in copy_n() 124 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__pred)… in count_if() 138 std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), __value); in count() 158 std::move(__first1), in equal() 159 std::move(__last1), in equal() 160 std::move(__first2), in equal() [all …]
|
| H A D | set_union.h | 38 … : __in1_(std::move(__in_iter1)), __in2_(std::move(__in_iter2)), __out_(std::move(__out_iter)) {} in __set_union_result() 46 auto __ret1 = std::__copy(std::move(__first1), std::move(__last1), std::move(__result)); in __set_union() 48 std::move(__ret1.first), std::move(__first2), std::move((__ret1.second))); in __set_union() 61 auto __ret2 = std::__copy(std::move(__first2), std::move(__last2), std::move(__result)); in __set_union() 63 std::move(__first1), std::move(__ret2.first), std::move((__ret2.second))); in __set_union() 75 std::move(__first1), in set_union() 76 std::move(__last1), in set_union() 77 std::move(__first2), in set_union() 78 std::move(__last2), in set_union() 79 std::move(__result), in set_union() [all …]
|
| H A D | set_symmetric_difference.h | 38 … : __in1_(std::move(__in_iter1)), __in2_(std::move(__in_iter2)), __out_(std::move(__out_iter)) {} in __set_symmetric_difference_result() 47 auto __ret1 = std::__copy(std::move(__first1), std::move(__last1), std::move(__result)); in __set_symmetric_difference() 49 std::move(__ret1.first), std::move(__first2), std::move((__ret1.second))); in __set_symmetric_difference() 65 auto __ret2 = std::__copy(std::move(__first2), std::move(__last2), std::move(__result)); in __set_symmetric_difference() 67 std::move(__first1), std::move(__ret2.first), std::move((__ret2.second))); in __set_symmetric_difference() 79 std::move(__first1), in set_symmetric_difference() 80 std::move(__last1), in set_symmetric_difference() 81 std::move(__first2), in set_symmetric_difference() 82 std::move(__last2), in set_symmetric_difference() 83 std::move(__result), in set_symmetric_difference() [all …]
|
| H A D | set_intersection.h | 44 … : __in1_(std::move(__in_iter1)), __in2_(std::move(__in_iter2)), __out_(std::move(__out_iter)) {} in __set_intersection_result() 120 _IterOps<_AlgPolicy>::next(std::move(__first1), std::move(__last1)), in __set_intersection() 121 _IterOps<_AlgPolicy>::next(std::move(__first2), std::move(__last2)), in __set_intersection() 122 std::move(__result)); in __set_intersection() 158 _IterOps<_AlgPolicy>::next(std::move(__first1), std::move(__last1)), in __set_intersection() 159 _IterOps<_AlgPolicy>::next(std::move(__first2), std::move(__last2)), in __set_intersection() 160 std::move(__result)); in __set_intersection() 169 std::move(__first1), in __set_intersection() 170 std::move(__last1), in __set_intersection() 171 std::move(__first2), in __set_intersection() [all …]
|
| H A D | unwrap_range.h | 18 #include <__utility/move.h> 41 return pair{std::__unwrap_iter(std::move(__first)), std::__unwrap_iter(std::move(__last))}; in __unwrap() 45 return pair{std::move(__first), std::move(__last)}; 49 __rewrap(_Iter __orig_iter, decltype(std::__unwrap_iter(std::move(__orig_iter))) __iter) in __rewrap() 52 return std::__rewrap_iter(std::move(__orig_iter), std::move(__iter)); in __rewrap() 65 return pair{std::__unwrap_iter(std::move(__first)), std::__unwrap_iter(std::move(__las [all...] |
| H A D | is_permutation.h | 136 std::move(__first1), 137 std::move(__last1), 138 std::move(__first2), 139 std::move(__last2), 185 …std::move(__first1), std::move(__last1), std::move(__first2), std::move(__last2), __pred, __proj1,… 209 std::move(__first1), 210 std::move(__last1), 211 std::move(__first2), 212 std::move(__last2), 237 std::move(__first1), [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/ |
| H A D | set_union.h | 38 … : __in1_(std::move(__in_iter1)), __in2_(std::move(__in_iter2)), __out_(std::move(__out_iter)) {} in __set_union_result() 46 …auto __ret1 = std::__copy<_AlgPolicy>(std::move(__first1), std::move(__last1), std::move(__result)… in __set_union() 48 std::move(__ret1.first), std::move(__first2), std::move((__ret1.second))); in __set_union() 61 …auto __ret2 = std::__copy<_AlgPolicy>(std::move(__first2), std::move(__last2), std::move(__result)… in __set_union() 63 std::move(__first1), std::move(__ret2.first), std::move((__ret2.second))); in __set_union() 75 std::move(__first1), in set_union() 76 std::move(__last1), in set_union() 77 std::move(__first2), in set_union() 78 std::move(__last2), in set_union() 79 std::move(__result), in set_union() [all …]
|
| H A D | set_symmetric_difference.h | 39 … : __in1_(std::move(__in_iter1)), __in2_(std::move(__in_iter2)), __out_(std::move(__out_iter)) {} in __set_symmetric_difference_result() 47 …auto __ret1 = std::__copy<_AlgPolicy>(std::move(__first1), std::move(__last1), std::move(__result)… in __set_symmetric_difference() 49 std::move(__ret1.first), std::move(__first2), std::move((__ret1.second))); in __set_symmetric_difference() 65 …auto __ret2 = std::__copy<_AlgPolicy>(std::move(__first2), std::move(__last2), std::move(__result)… in __set_symmetric_difference() 67 std::move(__first1), std::move(__ret2.first), std::move((__ret2.second))); in __set_symmetric_difference() 79 std::move(__first1), in set_symmetric_difference() 80 std::move(__last1), in set_symmetric_difference() 81 std::move(__first2), in set_symmetric_difference() 82 std::move(__last2), in set_symmetric_difference() 83 std::move(__result), in set_symmetric_difference() [all …]
|
| H A D | set_intersection.h | 41 … : __in1_(std::move(__in_iter1)), __in2_(std::move(__in_iter2)), __out_(std::move(__out_iter)) {} in __set_intersection_result() 116 _IterOps<_AlgPolicy>::next(std::move(__first1), std::move(__last1)), in __set_intersection() 117 _IterOps<_AlgPolicy>::next(std::move(__first2), std::move(__last2)), in __set_intersection() 118 std::move(__result)); in __set_intersection() 153 _IterOps<_AlgPolicy>::next(std::move(__first1), std::move(__last1)), in __set_intersection() 154 _IterOps<_AlgPolicy>::next(std::move(__first2), std::move(__last2)), in __set_intersection() 155 std::move(__result)); in __set_intersection() 162 std::move(__first1), in __set_intersection() 163 std::move(__last1), in __set_intersection() 164 std::move(__first2), in __set_intersection() [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/ |
| H A D | transform_reduce.h | 82 __lane[__j] = __binary_op(std::move(__lane[__j]), __f(__i + __j)); in __simd_transform_reduce() 88 __lane[__j] = __binary_op(std::move(__lane[__j]), __f(__last_iteration + __j)); in __simd_transform_reduce() 92 __init = __binary_op(std::move(__init), std::move(__lane[__j])); in __simd_transform_reduce() 101 __init = __binary_op(std::move(__init), __f(__i)); in __simd_transform_reduce() 128 std::move(__last1), in operator() 132 std::move(__init), in operator() 133 std::move(__reduce), in operator() 141 std::move(__brick_last), in operator() 143 std::move(__brick_init), in operator() 144 std::move(__reduce), in operator() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELF.cpp | 88 return createLinkGraphFromELFObject_aarch64(ObjectBuffer, std::move(SSP)); in createLinkGraphFromELFObject() 90 return createLinkGraphFromELFObject_aarch32(ObjectBuffer, std::move(SSP)); in createLinkGraphFromELFObject() 93 return createLinkGraphFromELFObject_ppc64le(ObjectBuffer, std::move(SSP)); in createLinkGraphFromELFObject() 95 return createLinkGraphFromELFObject_ppc64(ObjectBuffer, std::move(SSP)); in createLinkGraphFromELFObject() 98 return createLinkGraphFromELFObject_loongarch(ObjectBuffer, std::move(SSP)); in createLinkGraphFromELFObject() 100 return createLinkGraphFromELFObject_riscv(ObjectBuffer, std::move(SSP)); in createLinkGraphFromELFObject() 102 return createLinkGraphFromELFObject_x86_64(ObjectBuffer, std::move(SSP)); in createLinkGraphFromELFObject() 104 return createLinkGraphFromELFObject_x86(ObjectBuffer, std::move(SSP)); in createLinkGraphFromELFObject() 116 link_ELF_aarch64(std::move(G), std::move(Ctx)); in link_ELF() 122 link_ELF_aarch32(std::move(G), std::move(Ctx)); in link_ELF() [all …]
|
| H A D | JITLinkGeneric.cpp | 30 return Ctx->notifyFailed(std::move(Err)); in linkPhase1() 46 return Ctx->notifyFailed(std::move(Err)); in linkPhase1() 52 linkPhase2(std::move(Self), nullptr); in linkPhase1() 58 [S = std::move(Self)](AllocResult AR) mutable { in linkPhase1() 63 TmpSelf->linkPhase2(std::move(S), std::move(AR)); in linkPhase1() 71 Alloc = std::move(*AR); in linkPhase2() 83 return abandonAllocAndBailOut(std::move(Self), std::move(Err)); in linkPhase2() 89 return abandonAllocAndBailOut(std::move(Self), std::move(Err)); in linkPhase2() 102 TmpSelf.linkPhase3(std::move(Self), AsyncLookupResult()); in linkPhase2() 122 Ctx->lookup(std::move(ExternalSymbols), in linkPhase2() [all …]
|
| H A D | JITLinkMemoryManager.cpp | 161 std::make_unique<LinkGraph>("", std::move(SSP), std::move(TT), in Create() 194 [G = std::move(G), ContentBlocks = std::move(ContentBlocks), in Create() 195 OnCreated = std::move(OnCreated)]( in Create() 200 OnCreated(SimpleSegmentAlloc(std::move(G), in Create() 201 std::move(ContentBlocks), in Create() 202 std::move(*Alloc))); in Create() 211 Create(MemMgr, std::move(SSP), std::move(TT), JD, std::move(Segments), in Create() 213 AllocP.set_value(std::move(Result)); in Create() 237 : G(std::move(G)), ContentBlocks(std::move(ContentBlocks)), in SimpleSegmentAlloc() 238 Alloc(std::move(Alloc)) {} in SimpleSegmentAlloc() [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/ |
| H A D | default.h | 105 …__policy, std::move(__first), std::move(__last), [&](__iter_reference<_ForwardIterator> __element)… 168 auto __maybe_first = _FindIfNot()(__policy, std::move(__first), __last, __pred); 177 return _NoneOf()(__policy, std::move(__first), std::move(__last), __pred); 192 return _ForEach()(__policy, std::move(__first), std::move(__last), std::move(__func)); 195 std::for_each_n(std::move(__first), __size, std::move(__func)); 208 …return _ForEach()(__policy, std::move(__first), std::move(__last), [&](_Ref __element) { __element… 220 return _Fill()(__policy, std::move(__first), std::move(__last), __value); 223 std::fill_n(std::move(__first), __n, __value); 238 …__policy, std::move(__first), std::move(__last), [&](_Ref __element) { return __element == __old; … 250 return _ForEach()(__policy, std::move(__first), std::move(__last), [&](_Ref __element) { [all …]
|
| H A D | serial.h | 54 return std::find_if(std::move(__first), std::move(__last), std::forward<_Pred>(__pred)); 63 std::for_each(std::move(__first), std::move(__last), std::forward<_Function>(__func)); 80 std::move(__first1), 81 std::move(__last1), 82 std::move(__first2), 83 std::move(__last2), 84 std::move(__outit), 94 std::stable_sort(std::move(__first), std::move(__last), std::forward<_Comp>(__comp)); 106 … std::move(__first), std::move(__last), std::move(__outit), std::forward<_UnaryOperation>(__op)); 125 std::move(__first1), [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | EPCGenericMemoryAccess.h | 54 FAs.WriteUInt8s, std::move(OnWriteComplete), Ws); in writeUInt8sAsync() 61 FAs.WriteUInt16s, std::move(OnWriteComplete), Ws); in writeUInt16sAsync() 68 FAs.WriteUInt32s, std::move(OnWriteComplete), Ws); in writeUInt32sAsync() 75 FAs.WriteUInt64s, std::move(OnWriteComplete), Ws); in writeUInt64sAsync() 82 FAs.WritePointers, std::move(OnWriteComplete), Ws); in writePointersAsync() 89 FAs.WriteBuffers, std::move(OnWriteComplete), Ws); in writeBuffersAsync() 97 [OnComplete = std::move(OnComplete)]( in readUInt8sAsync() 100 OnComplete(std::move(Err)); in readUInt8sAsync() 102 OnComplete(std::move(Result)); in readUInt8sAsync() 113 [OnComplete = std::move(OnComplete)]( in readUInt16sAsync() [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__numeric/ |
| H A D | pstl.h | 50 std::move(__first), in reduce() 51 std::move(__last), in reduce() 52 std::move(__init), in reduce() 53 std::move(__op)); in reduce() 66 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__init)… in reduce() 79 std::move(__first), in reduce() 80 std::move(__last), in reduce() 107 std::move(__first1), in transform_reduce() 108 std::move(__last1), in transform_reduce() 109 std::move(__first2), in transform_reduce() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | EPCGenericJITLinkMemoryManager.cpp | 42 : Parent(Parent), G(G), AllocAddr(AllocAddr), Segs(std::move(Segs)) {} in InFlightAlloc() 62 [OnFinalize = std::move(OnFinalize), AllocAddr = this->AllocAddr]( in finalize() 66 cantFail(std::move(FinalizeErr)); in finalize() 67 OnFinalize(std::move(SerializationErr)); in finalize() 69 OnFinalize(std::move(FinalizeErr)); in finalize() 73 Parent.SAs.Allocator, std::move(FR)); in finalize() 81 [OnAbandoned = std::move(OnAbandoned)](Error SerializationErr, in abandon() 84 cantFail(std::move(DeallocateErr)); in abandon() 85 OnAbandoned(std::move(SerializationErr)); in abandon() 87 OnAbandoned(std::move(DeallocateErr)); in abandon() [all …]
|
| H A D | LazyReexports.cpp | 37 Reexports[*Trampoline] = ReexportsEntry{&SourceJD, std::move(SymbolName)}; in getCallThroughTrampoline() 38 Notifiers[*Trampoline] = std::move(NotifyResolved); in getCallThroughTrampoline() 43 ES.reportError(std::move(Err)); in reportCallThroughError() 65 NotifyResolved = std::move(I->second); in notifyResolved() 85 NotifyLandingResolved = std::move(NotifyLandingResolved)]( in resolveTrampolineLandingAddress() 93 NotifyLandingResolved(reportCallThroughError(std::move(Err))); in resolveTrampolineLandingAddress() 104 std::move(SLS), SymbolState::Ready, std::move(Callback), in resolveTrampolineLandingAddress() 160 CallableAliases(std::move(CallableAliases)), AliaseeTable(SrcJDLoc) {} in LazyReexportsMaterializationUnit() 174 RequestedAliases[I->first] = std::move(I->second); in materialize() 180 std::move(CallableAliases), in materialize() [all …]
|
| H A D | Layer.cpp | 28 *this, *getManglingOptions(), std::move(TSM)), in add() 29 std::move(RT)); in add() 35 : MaterializationUnit(Interface()), TSM(std::move(TSM)) { in IRMaterializationUnit() 106 : MaterializationUnit(std::move(I)), TSM(std::move(TSM)), in IRMaterializationUnit() 107 SymbolToDefinition(std::move(SymbolToDefinition)) {} in IRMaterializationUnit() 138 : IRMaterializationUnit(L.getExecutionSession(), MO, std::move(TSM)), L(L) { in BasicIRLayerMaterializationUnit() 159 L.emit(std::move(R), std::move(TSM)); in materialize() 176 *this, std::move(O), std::move(I)), in add() 177 std::move(RT)); in add() 184 return add(std::move(RT), std::move(O), std::move(*I)); in add() [all …]
|
| H A D | SimpleRemoteEPC.cpp | 40 return Complete(std::move(Result)); in lookupSymbolsAsyncHelper() 44 [&DylibMgr, Request, Complete = std::move(Complete), in lookupSymbolsAsyncHelper() 45 Result = std::move(Result)](auto R) mutable { in lookupSymbolsAsyncHelper() 53 DylibMgr, Request.drop_front(), std::move(Result), in lookupSymbolsAsyncHelper() 54 std::move(Complete)); in lookupSymbolsAsyncHelper() 60 lookupSymbolsAsyncHelper(*EPCDylibMgr, Request, {}, std::move(Complete)); in lookupSymbolsAsync() 68 return std::move(Err); in runAsMain() 76 return std::move(Err); in runAsVoidFunction() 85 return std::move(Err); in runAsIntFunction() 97 PendingCallWrapperResults[SeqNo] = std::move(OnComplete); in callWrapperAsync() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| H A D | RewriteRule.cpp | 58 T.Replacement = std::move(*Replacement); in translateEdits() 64 T.Note = std::move(*Note); in translateEdits() 70 T.Metadata = std::move(*Metadata); in translateEdits() 72 Edits.push_back(std::move(T)); in translateEdits() 78 return [Edits = std::move(Edits)](const MatchResult &Result) { in editList() 84 return [Edit = std::move(Edit)](const MatchResult &Result) { in edit() 90 return [Anchor = std::move(Anchor)](const MatchResult &Result) in noopEdit() 110 return std::move(Generators[0]); in flattenVector() 112 [Gs = std::move(Generators)]( in flattenVector() 127 E.TargetRange = std::move(Target); in changeTo() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Lookup.h | 199 : ResultKind(std::move(Other.ResultKind)), in LookupResult() 200 Ambiguity(std::move(Other.Ambiguity)), Decls(std::move(Other.Decls)), in LookupResult() 201 Paths(std::move(Other.Paths)), in LookupResult() 202 NamingClass(std::move(Other.NamingClass)), in LookupResult() 203 BaseObjectType(std::move(Other.BaseObjectType)), in LookupResult() 204 SemaPtr(std::move(Other.SemaPtr)), NameInfo(std::move(Other.NameInfo)), in LookupResult() 205 NameContextRange(std::move(Other.NameContextRange)), in LookupResult() 206 LookupKind(std::move(Other.LookupKind)), IDNS(std::move(Other.IDNS)), in LookupResult() 207 Redecl(std::move(Other.Redecl)), in LookupResult() 208 ExternalRedecl(std::move(Other.ExternalRedecl)), in LookupResult() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | UDTLayout.cpp | 73 DataMember(std::move(Member)) { in DataMemberLayoutItem() 76 UdtLayout = std::make_unique<ClassLayout>(std::move(UDT)); in DataMemberLayoutItem() 85 Type(std::move(Sym)) { in VBPtrLayoutItem() 101 VTable(std::move(VT)) { in VTableLayoutItem() 146 OwnedStorage = std::move(UDT); in ClassLayout() 158 Base(std::move(B)) { in BaseClassLayout() 181 VirtualBaseSyms.push_back(std::move(Base)); in initializeChildren() 183 Bases.push_back(std::move(Base)); in initializeChildren() 187 Members.push_back(std::move(Data)); in initializeChildren() 189 Other.push_back(std::move(Data)); in initializeChildren() [all …]
|