Home
last modified time | relevance | path

Searched refs:__set (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/libcxx/include/__ranges/
H A Dnon_propagating_cache.h85 constexpr void __set(_Tp const& __value) { __value_.emplace(__value); } in __set() function
87 constexpr void __set(_Tp&& __value) { __value_.emplace(_VSTD::move(__value)); } in __set() function
H A Ddrop_view.h79 __cached_begin_.__set(__tmp); in begin()
/freebsd-13.1/sys/contrib/ck/include/gcc/arm/
H A Dck_pr.h246 uint64_t __set = ((uint64_t)_set[0]) | ((uint64_t)_set[1] << 32); local
250 __set,
290 uint64_t __set = ((uint64_t)_set[0]) | ((uint64_t)_set[1] << 32); in CK_PR_DOUBLE_CAS() local
293 __set)); in CK_PR_DOUBLE_CAS()
/freebsd-13.1/contrib/llvm-project/libcxx/include/__algorithm/
H A Dstable_sort.h188 __d.__set(__l2, (value_type*)nullptr); in __stable_sort()
190 __d.__set(__len, (value_type*)nullptr); in __stable_sort()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp56 extern "C" int sigprocmask(int __how, const __hw_sigset_t *__restrict __set,
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dmemory820 _LIBCPP_INLINE_VISIBILITY void __set(size_t __s, false_type) _NOEXCEPT
822 _LIBCPP_INLINE_VISIBILITY void __set(size_t, true_type) _NOEXCEPT
833 _LIBCPP_INLINE_VISIBILITY void __set(size_t __s, _Tp*) _NOEXCEPT
834 {__set(__s, integral_constant<bool, is_trivially_destructible<_Tp>::value>());}
H A Dlocale3543 string_type get(catalog __c, int __set, int __msgid,
3546 return do_get(__c, __set, __msgid, __dflt);
3562 virtual string_type do_get(catalog, int __set, int __msgid,
3588 messages<_CharT>::do_get(catalog __c, int __set, int __msgid,
3599 char* __n = catgets(__cat, __set, __msgid, __ndflt.c_str());
3606 (void)__set;
/freebsd-13.1/contrib/llvm-project/libcxx/include/experimental/
H A Dsimd693 void __set(size_t __index, _Tp __val) noexcept {
710 void __set(size_t __index, _Tp __val) noexcept {
812 void __set(size_t __index, _Tp __val) noexcept {
844 __ptr_->__set(__index_, __value);
854 __ptr_->__set(__index_, __val + 1);
864 __ptr_->__set(__index_, __val - 1);