Home
last modified time | relevance | path

Searched full:move (Results 1 – 25 of 4501) sorted by relevance

12345678910>>...181

/freebsd/contrib/bmake/unit-tests/
H A Dhanoi-include.exp1 Move the upper disk from stack A to stack C.
2 Move the upper disk from stack A to stack B.
3 Move the upper disk from stack C to stack B.
4 Move the upper disk from stack A to stack C.
5 Move the upper disk from stack B to stack A.
6 Move the upper disk from stack B to stack C.
7 Move the upper disk from stack A to stack C.
8 Move the upper disk from stack A to stack B.
9 Move the upper disk from stack C to stack B.
10 Move the upper disk from stack C to stack A.
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dpstl.h33 # include <__utility/move.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()
[all …]
H A Dset_symmetric_difference.h17 #include <__utility/move.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()
[all …]
H A Dset_union.h17 #include <__utility/move.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()
[all …]
H A Dset_intersection.h23 #include <__utility/move.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()
[all …]
H A Dunwrap_range.h18 #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 Dis_permutation.h24 #include <__utility/move.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),
[all …]
/freebsd/contrib/ncurses/man/
H A Dform_driver.3x79 REQ_BEG_FIELD Move to beginning of field.
80 REQ_BEG_LINE Move to beginning of the line.
88 REQ_DOWN_CHAR Move down in field.
89 REQ_DOWN_FIELD Move down to a field.
90 REQ_END_FIELD Move to the end of field.
91 REQ_END_LINE Move to the end of the line.
92 REQ_FIRST_FIELD Move to the first field.
93 REQ_FIRST_PAGE Move to the first page.
97 REQ_LAST_FIELD Move to the last field.
98 REQ_LAST_PAGE Move to the last field.
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/
H A Dtransform_reduce.h22 #include <__utility/move.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()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/
H A Dset_union.h18 #include <__cxx03/__utility/move.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()
[all …]
H A Dset_symmetric_difference.h18 #include <__cxx03/__utility/move.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()
[all …]
H A Dset_intersection.h21 #include <__cxx03/__utility/move.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()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DTargetRegistry.cpp37 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/__pstl/backends/
H A Ddefault.h26 #include <__utility/move.h>
89 // - move
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);
[all …]
H A Dserial.h23 #include <__utility/move.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));
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericMemoryAccess.h54 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 Dpstl.h34 # include <__utility/move.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()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp30 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()
61 // S->linkPhase2(std::move(S), std::move(AR)); 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()
[all …]
H A DELF.cpp88 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 …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp37 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 DEPCGenericJITLinkMemoryManager.cpp42 : 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 …]
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dranges_uninitialized_algorithms.h27 #include <__utility/move.h>
49 … return std::__uninitialized_default_construct<_ValueType>(std::move(__first), std::move(__last)); in operator()
71 return std::__uninitialized_default_construct_n<_ValueType>(std::move(__first), __n); in operator()
86 return std::__uninitialized_value_construct<_ValueType>(std::move(__first), std::move(__last)); in operator()
108 return std::__uninitialized_value_construct_n<_ValueType>(std::move(__first), __n); in operator()
123 return std::__uninitialized_fill<_ValueType>(std::move(__first), std::move(__last), __x); in operator()
145 return std::__uninitialized_fill_n<_ValueType>(std::move(__first), __n, __x); in operator()
170 std::move(__ifirst), std::move(__ilast), std::move(__ofirst), __stop_copying); in operator()
171 return {std::move(__result.first), std::move(__result.second)}; in operator()
205 …std::__uninitialized_copy_n<_ValueType>(std::move(__ifirst), __n, std::move(__ofirst), __stop_copy… in operator()
[all …]
/freebsd/contrib/tcsh/nls/russian/
H A Dset33 1 Move back a character
7 5 Move to beginning of current word
8 6 Move to beginning of line
27 25 Move to next history line
30 28 Move cursor to end of line
36 34 Move forward one character
37 35 Move forward to end of current word
81 79 Move to previous history line
91 89 Vi move to previous character (backspace)
93 91 Vi move to the end of the current space delimited word
[all …]
/freebsd/contrib/tcsh/nls/C/
H A Dset33 1 Move back a character
7 5 Move to beginning of current word
8 6 Move to beginning of line
27 25 Move to next history line
30 28 Move cursor to end of line
36 34 Move forward one character
37 35 Move forward to end of current word
81 79 Move to previous history line
91 89 Vi move to previous character (backspace)
93 91 Vi move to the end of the current space delimited word
[all …]
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset33 1 Move back a character
7 5 Move to beginning of current word
8 6 Move to beginning of line
27 25 Move to next history line
30 28 Move cursor to end of line
36 34 Move forward one character
37 35 Move forward to end of current word
81 79 Move to previous history line
91 89 Vi move to previous character (backspace)
93 91 Vi move to the end of the current space delimited word
[all …]

12345678910>>...181