Home
last modified time | relevance | path

Searched refs:__addr (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dtemp_value.h37 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _Tp* __addr() { in __addr()
45 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _Tp& get() { return *__addr(); }
50 _Traits::construct(__a, __addr(), std::forward<_Args>(__args)...);
53 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 ~__temp_value() { _Traits::destroy(__a, __addr()); }
35 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _Tp *__addr() { __addr() function
/freebsd/contrib/llvm-project/libcxx/include/__coroutine/
H A Dcoroutine_handle.h48 _LIBCPP_HIDE_FROM_ABI static constexpr coroutine_handle from_address(void* __addr) noexcept {
50 __tmp.__handle_ = __addr;
118 _LIBCPP_HIDE_FROM_ABI static constexpr coroutine_handle from_address(void* __addr) noexcept {
120 __tmp.__handle_ = __addr;
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dlwpintrin.h32 __llwpcb (void *__addr) in __llwpcb() argument
34 __builtin_ia32_llwpcb(__addr); in __llwpcb()
H A Darm_acle.h726 __arm_ld64b(const void *__addr) { in __arm_ld64b() argument
728 __builtin_arm_ld64b(__addr, __value.val); in __arm_ld64b()
732 __arm_st64b(void *__addr, data512_t __value) { in __arm_st64b() argument
733 __builtin_arm_st64b(__addr, __value.val); in __arm_st64b()
736 __arm_st64bv(void *__addr, data512_t __value) { in __arm_st64bv() argument
737 return __builtin_arm_st64bv(__addr, __value.val); in __arm_st64bv()
740 __arm_st64bv0(void *__addr, data512_t __value) { in __arm_st64bv0() argument
741 return __builtin_arm_st64bv0(__addr, __value.val); in __arm_st64bv0()
H A Dhtmxlintrin.h236 __TM_non_transactional_store (void* const __addr, long long const __value) in __TM_non_transactional_store() argument
238 __builtin_non_tx_store ((uint64_t*)__addr, (uint64_t)__value); in __TM_non_transactional_store()
/freebsd/sys/contrib/dev/rtw89/
H A Dmac.h541 ({typeof(_addr) __addr = (_addr); \
542 __addr >= R_AX_CMAC_REG_START && __addr <= R_AX_CMAC_REG_END; })
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dtcpip.subr169 local __addr="$1" __var_to_set="$2" __num=0
170 if f_validate_ipaddr "$__addr"; then
172 set -- $__addr