Searched refs:forward (Results 1 - 25 of 171) sorted by relevance

1234567

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/assocs/
H A Dtst.invalidref.d41 forward = 0;
46 /!forward/
48 forward = 1;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DNonTrivialTypeVisitor.h24 std::forward<Ts>(Args)...);
32 return asDerived().visitARCStrong(FT, std::forward<Ts>(Args)...);
34 return asDerived().visitStruct(FT, std::forward<Ts>(Args)...);
36 return asDerived().visitTrivial(FT, std::forward<Ts>(Args)...);
38 return asDerived().visitCXXDestructor(FT, std::forward<Ts>(Args)...);
40 return asDerived().visitARCWeak(FT, std::forward<Ts>(Args)...);
54 std::forward<Ts>(Args)...);
62 return asDerived().visitARCStrong(FT, std::forward<Ts>(Args)...);
64 return asDerived().visitARCWeak(FT, std::forward<Ts>(Args)...);
66 return asDerived().visitStruct(FT, std::forward<T
[all...]
H A DTemplateArgumentVisitor.h31 TA, std::forward<ParamTys>(P)...)
54 return VisitTemplateArgument(TA, std::forward<ParamTys>(P)...); \
/freebsd-11-stable/contrib/openresolv/
H A Dnamed.in57 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"
70 newzones="$newzones type forward;$NL"
71 newzones="$newzones forward first;$NL forwarders {$NL"
/freebsd-11-stable/usr.bin/tail/
H A DMakefile7 SRCS= forward.c misc.c read.c reverse.c tail.c
H A Dextern.h60 void forward(FILE *, const char *, enum STYLE, off_t, struct stat *);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatAdapters.h22 explicit FormatAdapter(T &&Item) : Item(std::forward<T>(Item)) {}
35 : FormatAdapter<T>(std::forward<T>(Item)), Where(Where), Amount(Amount),
39 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item));
50 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
53 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item));
65 : FormatAdapter<T>(std::forward<T>(Item)), Count(Count) {}
68 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item));
87 return detail::AlignAdapter<T>(std::forward<T>(Item), Where, Amount, Fill);
92 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
97 return detail::RepeatAdapter<T>(std::forward<
[all...]
H A Dthread.h40 f(std::forward<Args>(args)...);
H A DThreading.h120 std::call_once(flag, std::forward<Function>(F),
121 std::forward<Args>(ArgList)...);
127 std::forward<Function>(F)(std::forward<Args>(ArgList)...);
H A DThreadPool.h56 std::bind(std::forward<Function>(F), std::forward<Args>(ArgList)...);
64 return asyncImpl(std::forward<Function>(F));
H A DFormatVariadicDetails.h36 explicit provider_format_adapter(T &&Item) : Item(std::forward<T>(Item)) {}
49 : Item(std::forward<T>(Item)) {}
132 return std::forward<T>(Item);
139 return provider_format_adapter<T>(std::forward<T>(Item));
152 return stream_operator_format_adapter<T>(std::forward<T>(Item));
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DTaskPool.h58 std::bind(std::forward<F>(f), std::forward<Args>(args)...));
66 RunTaskImpl<T...>::Run(std::forward<T>(tasks)...);
72 auto f = AddTask(std::forward<Head>(h));
73 RunTaskImpl<Tail...>::Run(std::forward<Tail>(t)...);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/
H A Dtst.bitfield.d28 typedef struct forward forward_t;
H A Dtst.struct.d28 typedef struct forward forward_t;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRLogBuilder.h30 Records.emplace_back(new R(std::forward<T>(A)...));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionVisitor.h75 State.initialize(std::forward<T>(FragmentRange));
88 return detail::visitDebugSubsections(std::forward<T>(FragmentRange), V,
96 return detail::visitDebugSubsections(std::forward<T>(FragmentRange), V,
105 return detail::visitDebugSubsections(std::forward<T>(FragmentRange), V,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DScopeExit.h31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {}
60 std::forward<Callable>(F));
H A DSTLExtras.h109 std::forward<Params>(params)...);
125 return callback(callable, std::forward<Params>(params)...);
150 -> decltype(begin(std::forward<ContainerTy>(container))) {
151 return begin(std::forward<ContainerTy>(container));
158 -> decltype(end(std::forward<ContainerTy>(container))) {
159 return end(std::forward<ContainerTy>(container));
167 swap(std::forward<T>(lhs), std::forward<T>(rhs));
174 -> decltype(adl_detail::adl_begin(std::forward<ContainerTy>(container))) {
175 return adl_detail::adl_begin(std::forward<ContainerT
1519 -> decltype(std::forward<F>(f)(std::get<I>(std::forward<Tuple>(t))...)) { function in namespace:llvm::detail
[all...]
H A DImmutableList.h35 : Head(std::forward<ElemT>(head)), Tail(tail) {}
189 new (L) ListTy(std::forward<ElemT>(Head), TailImpl);
200 return concat(std::forward<ElemT>(Data), L);
206 return concat(T(std::forward<CtorArgs>(Args)...), Tail);
215 return concat(std::forward<ElemT>(Data), getEmptyList());
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl63 { .mmi; ld1 $Xn=[inp],2 // forward Xload
66 { .mmi; ld1 tmp2=[tmp3],2 // forward Xload
75 { .mmi; ld1 tmp0=[inp],2 // forward Xload
78 { .mmi; ld1 tmp4=[tmp3],2 // forward Xload
82 dep $Xn=$Xn,tmp2,8,8 // forward Xload
98 { .mmi; xor $Xn=$Xn,$X[($j+2)%16] // forward Xupdate
99 xor tmp3=$X[($j+8)%16],$X[($j+13)%16] // forward Xupdate
102 xor $Xn=$Xn,tmp3 // forward Xupdate
128 { .mmi; xor $Xn=$Xn,$X[($j+2)%16] // forward Xupdate
129 xor tmp3=$X[($j+8)%16],$X[($j+13)%16] // forward Xupdat
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Common/
H A DMemory.h54 return new (alloc.alloc.Allocate()) T(std::forward<U>(args)...);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DRenderingSupport.h44 return OS.OS << std::forward<T>(Value);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h65 // These BitVectors are only used internally to forward(). They are members
78 /// preferred to enterBasicBlock() and forward() because it does not depend
83 void forward();
87 void forward(MachineBasicBlock::iterator I) { function in class:llvm::RegScavenger
88 if (!Tracking && MBB->begin() != I) forward();
89 while (MBBI != I) forward();
92 /// Invert the behavior of forward() on the current instruction (undo the
93 /// changes to the available registers made by forward()).
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.h77 auto *Func = new Function(*this, Def, std::forward<Ts>(Args)...);
84 auto *Func = new Function(*this, std::forward<Ts>(Args)...);
156 Global(Tys... Args) : B(std::forward<Tys>(Args)...) {}
190 return new (Allocator) Descriptor(std::forward<Ts>(Args)...);
/freebsd-11-stable/sys/netipsec/
H A Dipsec_mod.c61 .forward = ipsec4_forward,
82 .forward = ipsec6_forward,

Completed in 271 milliseconds

1234567