Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/experimental/__simd/
H A Dreference.h38 _LIBCPP_HIDE_FROM_ABI void __set(_Vp __v) { in __set() function
40 __s_.__set(__idx_, experimental::__set_all_bits<_Tp>(__v)); in __set()
42 __s_.__set(__idx_, __v); in __set()
55 __set(static_cast<value_type>(std::forward<_Up>(__v)));
H A Dvec_ext.h44 _LIBCPP_HIDE_FROM_ABI void __set(size_t __idx, _Tp __v) noexcept {
62 __result.__set(__i, __v);
92 __result.__set(__i, __all_bits_v);
H A Dscalar.h39 _LIBCPP_HIDE_FROM_ABI void __set([[maybe_unused]] size_t __idx, _Tp __v) noexcept {
/freebsd-14.2/contrib/llvm-project/libcxx/include/__memory/
H A Ddestruct_n.h39 _LIBCPP_HIDE_FROM_ABI void __set(size_t __s, false_type) _NOEXCEPT { __size_ = __s; } in __set() function
40 _LIBCPP_HIDE_FROM_ABI void __set(size_t, true_type) _NOEXCEPT {} in __set() function
51 _LIBCPP_HIDE_FROM_ABI void __set(size_t __s, _Tp*) _NOEXCEPT { in __set() function
52 __set(__s, integral_constant<bool, is_trivially_destructible<_Tp>::value>()); in __set()
/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Ddebugfs.h89 #define DEFINE_DEBUGFS_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument
90 DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt)
91 #define DEFINE_DEBUGFS_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \ argument
92 DEFINE_SIMPLE_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt)
H A Dfs.h382 #define __DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt, __wrfunc)\ argument
386 return (simple_attr_open(inode, filp, __get, __set, __fmt)); \
/freebsd-14.2/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-14.2/contrib/llvm-project/libcxx/include/__algorithm/
H A Dstable_sort.h220 __d.__set(__l2, (value_type*)nullptr); in __stable_sort()
222 __d.__set(__len, (value_type*)nullptr); in __stable_sort()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp343 extern "C" int sigprocmask(int __how, const __hw_sigset_t *__restrict __set,
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dlocale3027 …_LIBCPP_HIDE_FROM_ABI string_type get(catalog __c, int __set, int __msgid, const string_type& __df…
3028 return do_get(__c, __set, __msgid, __dflt);
3039 virtual string_type do_get(catalog, int __set, int __msgid, const string_type& __dflt) const;
3058 messages<_CharT>::do_get(catalog __c, int __set, int __msgid, const string_type& __dflt) const {
3065 char* __n = catgets(__cat, __set, __msgid, __ndflt.c_str());
3071 (void)__set;