Home
last modified time | relevance | path

Searched refs:forward (Results 301 – 325 of 640) sorted by relevance

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h747 return addValue(Alloc, DIEValue(Attribute, Form, std::forward<T>(Value))); in addValue()
758 DIEValue(NewAttribute, Form, std::forward<T>(NewValue)); in replaceValue()
771 val = *new (Alloc) DIEValue(Attribute, Form, std::forward<T>(NewValue)); in replaceValue()
H A DMachinePassManager.h171 Base::addPass(std::forward<PassT>(Pass)); in addPass()
/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic.h157 return __builtin_op(std::addressof(std::forward<_This>(__self).__a_), __operand, __m);
181 return __rmw_op(std::forward<_This>(__self), __operand, __m, std::plus<>{}, __builtin_op);
189 return __rmw_op(std::forward<_This>(__self), __operand, __m, std::minus<>{}, __builtin_op);
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h350 std::forward<ArgT>(Args)...); in get()
397 NewEdgeSize, std::forward<ArgT>(Args)...); in trim()
/freebsd/usr.bin/vgrind/
H A Dvgrindefs.src53 :bb=\dcase|begin\d:be=\dend|forward\d|;:\
58 forward function goto if in label mod nil not of or packed procedure\
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.cpp125 MM = std::make_pair(std::forward<U>(V), std::forward<U>(V)); in setMinMax()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h500 std::make_unique<VisitorType>(std::forward<Args>(ConstructorArgs)...)); in addVisitor()
756 new DataTagType(std::forward<Args>(ConstructorArgs)...)); in make()
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dallocator_traits.h296 __a.construct(__p, std::forward<_Args>(__args)...);
305 std::__construct_at(__p, std::forward<_Args>(__args)...);
/freebsd/contrib/sendmail/cf/cf/
H A Ducbvax.mc79 # handle names we forward for as though they were local, so we will use UDB
/freebsd/contrib/file/magic/Magdir/
H A Dringdove22 0 search Netlist(Freeze) pcb-rnd or gEDA/PCB netlist forward annotation action script
/freebsd/contrib/llvm-project/clang/lib/Headers/cuda_wrappers/
H A Dcmath71 // which we can't handle on GPU. We need to forward those to CUDA-provided
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicReader.h162 ReadDispatcher<T>::read(asImpl(), std::forward<Args>(args)...)); in readOptional()
H A DStmtVisitor.h41 static_cast<PTR(CLASS)>(S), std::forward<ParamTys>(P)...)
/freebsd/contrib/less/
H A Dforwback.c462 public void forward(int n, int force, int only_last) in forward() function
H A DNEWS579 * Fix display bug when using ' command to move less than one page forward.
914 * New -w flag highlights the first new line after a forward-screen.
916 * New -W flag highlights the first new line after any forward movement.
992 * New command ESC-SPACE scrolls forward a full screen, even if it
1160 * New option -y limits amount of forward scroll.
1185 ESC-/ Search forward thru file boundaries
1221 * New option (-y) can be used to set a forward scroll limit
1248 * New commands z and w move forward/backward one window and
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dbhnd_chipc_if.m38 /* forward declarations */
/freebsd/sys/geom/raid/
H A Dg_raid_tr_if.m80 # iorequest() - manage forward transformation and generates requests to disks.
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DCompilation.h212 T *RawPtr = new T(std::forward<Args>(Arg)...); in MakeAction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h90 new (getStorage()) storage_type(std::forward<OtherT>(Val)); in HasError()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h314 return IntrusiveRefCntPtr<T>(new T(std::forward<Args>(A)...));
/freebsd/contrib/tzdata/
H A Dasia335 # a. For the 1940 May 31 spring forward, the essay [says] ... "Hong
336 # Kong government implemented the spring forward in the same time on
344 # c. For the 1941 spring forward, it is said to start from March 15
364 # f. For the 1942 spring forward, the essay said that the spring forward
751 # 1941 spring-forward transition was at 03:00.
1418 # "Pull the clocks 60 minutes forward
1423 # pulled the clocks forward by one hour, but in the month of Mehr
2309 # were to move clocks 1 hour forward.
2325 # forward; on 1991-09-29 Kazakhstan was to move clocks backwards.
3442 # 02:00 AM by 60 minutes forward.
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dvector353 #include <__utility/forward.h>
359 #include <iosfwd> // for forward declaration of vector
654 insert_range(end(), std::forward<_Range>(__range));
1452 // __v.push_back(std::forward<_Up>(__x));
1490 // __v.emplace_back(std::forward<_Args>(__args)...);
1508 __construct_one_at_end(std::forward<_Args>(__args)...);
1511 __end = __emplace_back_slow_path(std::forward<_Args>(__args)...);
1613 __construct_one_at_end(std::forward<_Args>(__args)...);
1622 __v.emplace_back(std::forward<_Args>(__args)...);
2048 push_back(value_type(std::forward<_Args>(__args)...));
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_allocator.h143 new (A + (--N)) T(std::forward<U>(Us)...); in initArray()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DRecordSerialization.h223 return consume(Reader, Y, std::forward<Args>(Rest)...); in consume()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCxxModuleHandler.cpp179 T *to_d = T::Create(std::forward<Args>(args)...);

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