| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | NonTrivialTypeVisitor.h | 25 std::forward<Ts>(Args)...); in visit() 33 return asDerived().visitARCStrong(FT, std::forward<Ts>(Args)...); in visitWithKind() 35 return asDerived().visitStruct(FT, std::forward<Ts>(Args)...); in visitWithKind() 37 return asDerived().visitTrivial(FT, std::forward<Ts>(Args)...); in visitWithKind() 41 return asDerived().visitARCWeak(FT, std::forward<Ts>(Args)...); in visitWithKind() 55 std::forward<Ts>(Args)...); in visit() 65 return asDerived().visitARCWeak(FT, std::forward<Ts>(Args)...); in visitWithKind() 67 return asDerived().visitStruct(FT, std::forward<Ts>(Args)...); in visitWithKind() 69 return asDerived().visitTrivial(FT, std::forward<Ts>(Args)...); in visitWithKind() 90 asDerived().preVisit(PCK, FT, std::forward<Ts>(Args)...); in visitWithKind() [all …]
|
| /freebsd-12.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-generated-function-mockers.h | 144 internal::forward<A2>(a2), internal::forward<A3>(a3))); in Invoke() 166 internal::forward<A2>(a2), internal::forward<A3>(a3), in Invoke() 190 internal::forward<A2>(a2), internal::forward<A3>(a3), in Invoke() 215 internal::forward<A2>(a2), internal::forward<A3>(a3), in Invoke() 216 internal::forward<A4>(a4), internal::forward<A5>(a5), in Invoke() 241 internal::forward<A2>(a2), internal::forward<A3>(a3), in Invoke() 242 internal::forward<A4>(a4), internal::forward<A5>(a5), in Invoke() 268 internal::forward<A2>(a2), internal::forward<A3>(a3), in Invoke() 269 internal::forward<A4>(a4), internal::forward<A5>(a5), in Invoke() 270 internal::forward<A6>(a6), internal::forward<A7>(a7), in Invoke() [all …]
|
| H A D | gmock-generated-actions.h | 1582 p1(::testing::internal::forward<p1##_type>(gmock_p1)), \ 1646 p1(::testing::internal::forward<p1##_type>(gmock_p1)), \ 1647 p2(::testing::internal::forward<p2##_type>(gmock_p2)), \ 1718 p1(::testing::internal::forward<p1##_type>(gmock_p1)), \ 1719 p2(::testing::internal::forward<p2##_type>(gmock_p2)), \ 1720 p3(::testing::internal::forward<p3##_type>(gmock_p3)), \ 1795 p1(::testing::internal::forward<p1##_type>(gmock_p1)), \ 1796 p2(::testing::internal::forward<p2##_type>(gmock_p2)), \ 1797 p3(::testing::internal::forward<p3##_type>(gmock_p3)), \ 1798 p4(::testing::internal::forward<p4##_type>(gmock_p4)), \ [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | FormatAdapters.h | 23 explicit FormatAdapter(T &&Item) : Item(std::forward<T>(Item)) {} in FormatAdapter() 36 : FormatAdapter<T>(std::forward<T>(Item)), Where(Where), Amount(Amount), in AlignAdapter() 40 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item)); in format() 51 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {} in PadAdapter() 54 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item)); in format() 66 : FormatAdapter<T>(std::forward<T>(Item)), Count(Count) {} in RepeatAdapter() 69 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item)); in format() 88 return detail::AlignAdapter<T>(std::forward<T>(Item), Where, Amount, Fill); 93 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right); in fmt_pad() 98 return detail::RepeatAdapter<T>(std::forward<T>(Item), Count); in fmt_repeat()
|
| H A D | Threading.h | 102 std::call_once(flag, std::forward<Function>(F), in call_once() 103 std::forward<Args>(ArgList)...); in call_once() 109 std::forward<Function>(F)(std::forward<Args>(ArgList)...); in call_once()
|
| H A D | FormatVariadicDetails.h | 37 explicit provider_format_adapter(T &&Item) : Item(std::forward<T>(Item)) {} in provider_format_adapter() 50 : Item(std::forward<T>(Item)) {} in stream_operator_format_adapter() 133 return std::forward<T>(Item); in build_format_adapter() 140 return provider_format_adapter<T>(std::forward<T>(Item)); in build_format_adapter() 153 return stream_operator_format_adapter<T>(std::forward<T>(Item)); in build_format_adapter()
|
| H A D | ThreadPool.h | 57 std::bind(std::forward<Function>(F), std::forward<Args>(ArgList)...); in async() 65 return asyncImpl(std::forward<Function>(F)); in async()
|
| /freebsd-12.1/contrib/openresolv/ |
| H A D | named.in | 57 forward= 59 case "$forward" in 61 *) forward="$forward$NL $n;";; 64 if [ -n "$forward" ]; then 65 newoptions="${newoptions}forward first;${NL}forwarders {$forward${NL}};$NL"
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | functional | 526 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) + _VSTD::forward<_T2>(__u))) 527 -> decltype (_VSTD::forward<_T1>(__t) + _VSTD::forward<_T2>(__u)) 553 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) - _VSTD::forward<_T2>(__u))) 554 -> decltype (_VSTD::forward<_T1>(__t) - _VSTD::forward<_T2>(__u)) 580 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) * _VSTD::forward<_T2>(__u))) 581 -> decltype (_VSTD::forward<_T1>(__t) * _VSTD::forward<_T2>(__u)) 607 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) / _VSTD::forward<_T2>(__u))) 608 -> decltype (_VSTD::forward<_T1>(__t) / _VSTD::forward<_T2>(__u)) 635 -> decltype (_VSTD::forward<_T1>(__t) % _VSTD::forward<_T2>(__u)) 743 -> decltype (_VSTD::forward<_T1>(__t) > _VSTD::forward<_T2>(__u)) [all …]
|
| H A D | variant | 404 return _VSTD::forward<_Vp>(__v).__head; 455 _VSTD::forward<_Visitor>(__visitor), 456 _VSTD::forward<_Vs>(__vs).__as_base()...); 572 _VSTD::forward<_Vs>(__vs)...); 581 _VSTD::forward<_Vs>(__vs)...); 805 __lhs, _VSTD::forward<_Rhs>(__rhs)); 913 __a.__value = _VSTD::forward<_Arg>(__arg); 924 } __impl{this, _VSTD::forward<_Arg>(__arg)}; 945 *this, _VSTD::forward<_That>(__that)); 1455 …tic_assert(std::is_convertible<decltype(_Operator{}(_VSTD::forward<_T1>(__t1), _VSTD::forward<_T2>… [all …]
|
| H A D | tuple | 222 : __value_(_VSTD::forward<_Tp>(__t)) 229 : __value_(_VSTD::forward<_Tp>(__t)) 243 : __value_(_VSTD::forward<_Tp>(__t), __a) 255 __value_ = _VSTD::forward<_Tp>(__t); 304 : _Hp(_VSTD::forward<_Tp>(__t)) {} 309 : _Hp(_VSTD::forward<_Tp>(__t)) {} 319 : _Hp(_VSTD::forward<_Tp>(__t), __a) {} 394 _VSTD::forward<_Up>(__u))..., 738 _VSTD::forward<_Up>(__u)...) {} 1359 _VSTD::forward<_Fn>(__f), [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | STLExtras.h | 185 swap(std::forward<T>(lhs), std::forward<T>(rhs)); 205 adl_detail::adl_swap(std::forward<T>(lhs), std::forward<T>(rhs)); 664 std::forward<T>(t), std::forward<U>(u), std::forward<Args>(args)...); 673 std::forward<T>(t), std::forward<U>(u), std::forward<Args>(args)...); 799 std::forward<T>(t), std::forward<U>(u), std::forward<Args>(args)...); 1389 return std::forward<A>(a) < std::forward<B>(b); 1396 return std::forward<A>(a) == std::forward<B>(b); 1525 -> decltype(std::forward<F>(f)(std::get<I>(std::forward<Tuple>(t))...)) { 1526 return std::forward<F>(f)(std::get<I>(std::forward<Tuple>(t))...); 1536 std::forward<F>(f), std::forward<Tuple>(t), [all …]
|
| H A D | ImmutableList.h | 36 : Head(std::forward<ElemT>(head)), Tail(tail) {} in Head() 190 new (L) ListTy(std::forward<ElemT>(Head), TailImpl); in concat() 201 return concat(std::forward<ElemT>(Data), L); in add() 207 return concat(T(std::forward<CtorArgs>(Args)...), Tail); in emplace() 216 return concat(std::forward<ElemT>(Data), getEmptyList()); in create()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/ |
| H A D | TaskPool.h | 59 std::bind(std::forward<F>(f), std::forward<Args>(args)...)); in AddTask() 67 RunTaskImpl<T...>::Run(std::forward<T>(tasks)...); in RunTasks() 73 auto f = AddTask(std::forward<Head>(h)); 74 RunTaskImpl<Tail...>::Run(std::forward<Tail>(t)...);
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/assocs/ |
| H A D | tst.invalidref.d | 41 forward = 0; 46 /!forward/ 48 forward = 1;
|
| /freebsd-12.1/contrib/sendmail/cf/domain/ |
| H A D | generic.m4 | 24 define(`confFORWARD_PATH', `$z/.forward.$w+$h:$z/.forward+$h:$z/.forward.$w:$z/.forward')dnl
|
| /freebsd-12.1/usr.sbin/ypldap/ |
| H A D | aldap.c | 586 *forward = '\0'; 602 if (forward == NULL) 605 p = ++forward; 611 *forward = '\0'; 613 if (forward == NULL) 616 p = ++forward; 622 *forward = '\0'; 634 if (forward == NULL) 637 p = ++forward; 643 *forward = '\0'; [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | DebugSubsectionVisitor.h | 76 State.initialize(std::forward<T>(FragmentRange)); in visitDebugSubsections() 89 return detail::visitDebugSubsections(std::forward<T>(FragmentRange), V, in visitDebugSubsections() 97 return detail::visitDebugSubsections(std::forward<T>(FragmentRange), V, in visitDebugSubsections() 106 return detail::visitDebugSubsections(std::forward<T>(FragmentRange), V, in visitDebugSubsections()
|
| /freebsd-12.1/contrib/googletest/googlemock/include/gmock/internal/ |
| H A D | gmock-internal-utils.h | 553 std::forward<F>(f)(std::get<Idx>(std::forward<Tuple>(args))...)) { 554 return std::forward<F>(f)(std::get<Idx>(std::forward<Tuple>(args))...); 560 -> decltype(ApplyImpl(std::forward<F>(f), std::forward<Tuple>(args), 562 return ApplyImpl(std::forward<F>(f), std::forward<Tuple>(args),
|
| /freebsd-12.1/contrib/tcsh/nls/russian/ |
| H A D | set3 | 15 12 Tab forward through files 37 34 Move forward one character 38 35 Move forward to end of current word 41 38 Search in history forward for line beginning as current 43 40 Incremental search forward 97 94 Vi move to the character specified forward 99 96 Vi move up to the character specified forward 109 106 Vi search history forward
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | RegisterScavenging.h | 84 void forward(); 88 void forward(MachineBasicBlock::iterator I) { in forward() function 89 if (!Tracking && MBB->begin() != I) forward(); in forward() 90 while (MBBI != I) forward(); in forward()
|
| /freebsd-12.1/contrib/tcsh/nls/C/ |
| H A D | set3 | 15 12 Tab forward through files 37 34 Move forward one character 38 35 Move forward to end of current word 41 38 Search in history forward for line beginning as current 43 40 Incremental search forward 97 94 Vi move to the character specified forward 99 96 Vi move up to the character specified forward 109 106 Vi search history forward
|
| /freebsd-12.1/contrib/tcsh/nls/ukrainian/ |
| H A D | set3 | 15 12 Tab forward through files 37 34 Move forward one character 38 35 Move forward to end of current word 41 38 Search in history forward for line beginning as current 43 40 Incremental search forward 97 94 Vi move to the character specified forward 99 96 Vi move up to the character specified forward 109 106 Vi search history forward
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | ItaniumManglingCanonicalizer.cpp | 116 T(std::forward<Args>(As)...), in getOrCreateNode() 135 T *Result = new (New->getNode()) T(std::forward<Args>(As)...); in getOrCreateNode() 142 return getOrCreateNode<T>(true, std::forward<Args>(As)...).first; in makeNode() 159 getOrCreateNode<T>(CreateNewNodes, std::forward<Args>(As)...); in makeNodeSimple() 180 return Self.makeNodeSimple<T>(std::forward<Args>(As)...); in make() 186 return MakeNodeImpl<T>{*this}.make(std::forward<Args>(As)...); in makeNode()
|
| /freebsd-12.1/usr.bin/tail/ |
| H A D | tail.c | 101 #define ARG(units, forward, backward) { \ in main() argument 111 style = (forward); \ in main() 225 forward(fp, fn, style, off, &sb); in main() 248 forward(stdin, fn, style, off, &sb); in main()
|