Searched defs:move (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMove.h21 namespace move { namespace in namespace:clang::ento
H A DMoveChecker.cpp234 namespace move { namespace in namespace:clang::ento
[all...]
/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_move.h64 inline constexpr auto move = __move::__fn{}; member in namespace:ranges::__cpo
[all...]
H A Dmove.h118 move(_InputIterator __first, _InputIterator __last, _OutputIterator __result) { function
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_type_traits.h76 WARN_UNUSED_RESULT inline typename remove_reference<T>::type&& move(T&& t) { function in namespace:__sanitizer
/freebsd-current/contrib/llvm-project/libcxx/include/__string/
H A Dchar_traits.h127 move(char_type* __s1, const char_type* __s2, size_t __n) { function
/freebsd-current/contrib/llvm-project/libcxx/include/__ranges/
H A Dsubrange.h97 : __begin_(std::move(__iter)), __end_(std::move(__sent)) {} function in class:ranges::subrange
H A Diota_view.h323 : iota_view(std::move(__first.__value_), std::move(__last.__value_)) {} function in class:ranges::iota_view::std
327 : iota_view(std::move(__first.__value_), std::move(__las function in class:ranges::iota_view::std
331 : iota_view(std::move(__first.__value_), std::move(__last.__bound_sentinel_)) {} function in class:ranges::iota_view::std
[all...]
H A Dtransform_view.h208 : __parent_(__i.__parent_), __current_(std::move(__i.__current_)) {} function in class:ranges::transform_view::__iterator
367 : __end_(std::move(__i.__end_)) {} function in class:ranges::transform_view::__sentinel
H A Dtake_view.h180 : __end_(std::move(__s.__end_)) {} function in class:ranges::take_view::__sentinel
H A Dlazy_split_view.h202 : __parent_(std::addressof(__parent)), __current_(std::move(__current)) {} function in struct:ranges::lazy_split_view::__outer_iterator
206 : __parent_(__i.__parent_), __current_(std::move(__i.__current_)) {} function in struct:ranges::lazy_split_view::__outer_iterator
[all...]
/freebsd-current/contrib/sendmail/contrib/
H A Dqtool.pl888 sub move subroutine
[all...]
/freebsd-current/contrib/llvm-project/libcxx/src/filesystem/
H A Ddirectory_iterator.cpp38 : __stream_(__ds.__stream_), __root_(std::move(__ds.__root_)), __entry_(std::move(__ds.__entry_)) { function in class:__dir_stream
/freebsd-current/contrib/llvm-project/libcxx/include/__format/
H A Dformat_arg.h221 _LIBCPP_HIDE_FROM_ABI __basic_format_arg_value(__handle&& __value) noexcept : __handle_(std::move(__value)) {} function in class:__basic_format_arg_value
/freebsd-current/contrib/llvm-project/libcxx/include/__functional/
H A Dfunction.h928 function<_Rp(_ArgTypes...)>::function(function&& __f) _NOEXCEPT : __f_(std::move(__f.__f_)) {} function
[all...]
/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dios.cpp305 void ios_base::move(ios_base& rhs) { function in class:ios_base
/freebsd-current/sys/x86/iommu/
H A Dintel_ctx.c168 ctx_id_entry_init(struct dmar_ctx *ctx, dmar_ctx_entry_t *ctxp, bool move, argument
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dkrb5_ccapi.h194 cc_int32 (*move)(cc_ccache_t, cc_ccache_t); member in struct:cc_ccache_functions
/freebsd-current/sys/dev/drm2/ttm/
H A Dttm_bo_driver.h395 int (*move) (struct ttm_buffer_object *bo, member in struct:ttm_bo_driver
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h623 void move(uint64_t Delta) { function in struct:llvm::ConstantDataArraySlice
/freebsd-current/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h409 _LIBCPP_HIDE_FROM_ABI path(path&& __p) noexcept : __pn_(std::move(__p.__pn_)) {} function in class:path
411 _LIBCPP_HIDE_FROM_ABI path(string_type&& __s, format = format::auto_format) noexcept : __pn_(std::move(__s)) {} function in class:path
/freebsd-current/crypto/openssl/crypto/ec/
H A Decp_nistz256.c177 copy_conditional(BN_ULONG dst[P256_LIMBS], const BN_ULONG src[P256_LIMBS], BN_ULONG move) argument
/freebsd-current/tools/sched/
H A Dschedgraph.py674 def move(self, canvas, x, y): member in class:Event
862 def move(self, canvas, xpos, ypos): member in class:EventSource
[all...]
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_nat6.c729 int move; local
940 int move; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1774 Error IRMover::move(st function in class:IRMover
[all...]

Completed in 692 milliseconds

12