Home
last modified time | relevance | path

Searched refs:forward (Results 251 – 275 of 640) sorted by relevance

1...<<11121314151617181920>>...26

/freebsd/share/colldef/
H A Dsr_RS.ISO8859-5.src142 order_start forward;forward;forward;forward
H A Dcs_CZ.ISO8859-2.src132 order_start forward;forward;forward;forward
H A Dsk_SK.ISO8859-2.src134 order_start forward;forward;forward;forward
H A Dhi_IN.ISCII-DEV.src209 order_start forward;forward;forward;forward
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOBuilder.h60 : CmdStruct{Value, sizeof(CmdStruct), std::forward<ArgTs>(Args)...} {} \
81 : MachOBuilderLoadCommand(std::forward<ArgTs>(Args)...) {} in MachOBuilderLoadCommand()
306 std::forward<ArgTs>(Args)...);
H A DSimpleRemoteEPC.h57 *SREPC, std::forward<TransportTCtorArgTs>(TransportTCtorArgs)...); in Create()
/freebsd/contrib/ee/
H A Dee.msg162 151 "^f forward 1 char ^n next line ^x search "
168 157 "^t top of text ^e end of line ^r restore word ^f forward 1 char "
/freebsd/usr.bin/mail/
H A Dcollect.c422 if (forward(linebuf + 2, collf, tempname, c) < 0) in collect()
604 forward(char ms[], FILE *fp, char *fn, int f) in forward() function
H A Dextern.h123 int forward(char *, FILE *, char *, int);
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h285 *this, std::forward<Args>(ConstructorArgs)...)); in addHighPriorityHandler()
294 *this, std::forward<Args>(ConstructorArgs)...)); in addLowPriorityHandler()
/freebsd/etc/sendmail/
H A Dfreefall.mc38 # does nothing except forward all mail to a mail hub, plus an extra
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dshuffle.h160 std::move(__first), std::move(__last), std::forward<_UniformRandomNumberGenerator>(__g)); in shuffle()
/freebsd/contrib/less/
H A Dless.hlp38 /_p_a_t_t_e_r_n * Search forward for (_N-th) matching line.
70 Each "find close bracket" command goes forward to the close bracket
195 Highlight first new line after forward-screen.
197 Highlight first new line after any forward movement.
/freebsd/contrib/llvm-project/libcxx/include/experimental/
H A Dpropagate_const128 #include <__utility/forward.h>
222 …explicit _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR propagate_const(_Up&& __u) : __t_(std::forward<_U…
228 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR propagate_const(_Up&& __u) : __t_(std::forward<_Up>(__u)) …
242 __t_ = std::forward<_Up>(__u);
/freebsd/crypto/openssh/regress/
H A DMakefile70 dynamic-forward \
90 forward-control \
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h445 cur_func, llvm::formatv(formatv, std::forward<Args>(args)...))); in InterruptRequested()
476 llvm::formatv(format, std::forward<Args>(args)...)) {} in InterruptionReport()
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-kmem.m436 dnl # makes finding memory leaks pretty straight forward.
/freebsd/sys/contrib/device-tree/Bindings/iio/
H A Dst-sensors.txt3 The STMicroelectronics sensor devices are pretty straight-forward I2C or
/freebsd/contrib/libxo/tests/gettext/po/pig_latin/
H A Dgt_01.po41 msgid "Unable to {:verb} forward velociping"
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTypeSwitch.h60 return derived.template Case<CaseT>(std::forward<CallableT>(caseFn)); in Case()
H A DAny.h90 std::make_unique<StorageImpl<std::decay_t<T>>>(std::forward<T>(Value)); in Any()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpStack.h35 new (grow(aligned_size<T>())) T(std::forward<Tys>(Args)...); in push()
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DFDRTraceWriter.cpp46 auto T = std::make_tuple(std::forward<Values>(std::move(Ds))...); in writeMetadata()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.h574 Actions.emplace_back(std::make_unique<Kind>(std::forward<Args>(args)...)); in addAction()
588 std::make_unique<Kind>(std::forward<Args>(args)...)); in insertAction()
751 Predicate->emitPredicateOpcodes(Table, std::forward<Args>(args)...); in emitPredicateListOpcodes()
772 Predicate->emitPredicateOpcodes(Table, std::forward<Args>(args)...); in emitFilteredPredicateListOpcodes()
1269 getInsnVarID(), getOpIdx(), std::forward<Args>(args)...)); in addPredicate()
1724 std::make_unique<Kind>(getInsnVarID(), std::forward<Args>(args)...)); in addPredicate()
2287 std::make_unique<Kind>(InsnID, std::forward<Args>(args)...)); in addRenderer()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dutility42 template <class T> T&& forward(typename remove_reference<T>::type& t) noexcept; // constexpr in C+…
43 template <class T> T&& forward(typename remove_reference<T>::type&& t) noexcept; // constexpr in C+…
258 #include <__utility/forward.h>

1...<<11121314151617181920>>...26