Home
last modified time | relevance | path

Searched refs:__call (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/
H A Dany197 __other.__call(_Action::_Copy, this);
202 __other.__call(_Action::_Move, this);
260 this->__call(_Action::_Destroy);
271 return *static_cast<type_info const*>(this->__call(_Action::_TypeInfo));
289__call(_Action __a, any* __other = nullptr, type_info const* __info = nullptr, const void* __fallb…
294 _LIBCPP_HIDE_FROM_ABI void* __call(
494 __rhs.__call(_Action::_Move, &__tmp);
495 this->__call(_Action::_Move, &__rhs);
496 __tmp.__call(_Action::_Move, this);
498 this->__call(_Action::_Move, &__rhs);
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dpointer_traits.h215 _LIBCPP_CONSTEXPR __decay_t<decltype(__to_address_helper<_Pointer>::__call(std::declval<const _Poin…
217 return __to_address_helper<_Pointer>::__call(__p);
224 __call(const _Pointer& __p) _NOEXCEPT {
234 __call(const _Pointer& __p) _NOEXCEPT {
/freebsd/sys/i386/include/xen/
H A Dhypercall.h123 long __res, __ign1, __ign2, __ign3, __ign4, __ign5, __call; in privcmd_hypercall() local
128 __call = (long)&hypercall_page + (op * 32); in privcmd_hypercall()
135 "5" ((long)(a5)), [call] "a" (__call) in privcmd_hypercall()
/freebsd/sys/amd64/include/xen/
H A Dhypercall.h144 long __call = (long)&hypercall_page + (op * 32); in privcmd_hypercall() local
154 "3" ((long)(a3)), [call] "a" (__call) in privcmd_hypercall()
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Diota_view.h53 consteval static auto __call() { in __call() function
67 using type = typename decltype(__call())::type;
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dbind.h261 return _Invoker::__call(static_cast<base&>(*this), std::forward<_Args>(__args)...);
271 return _Invoker::__call(static_cast<base const&>(*this), std::forward<_Args>(__args)...);
H A Dfunction.h171 return _Invoker::__call(__f_.first(), std::forward<_ArgTypes>(__arg)...);
210 return _Invoker::__call(__f_, std::forward<_ArgTypes>(__arg)...);
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dinvoke.h216 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 static _Ret __call(_Args&&... __args) {
224 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 static void __call(_Args&&... __args) {
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_base.lua113 t.__call = f
323 __call = function (t, ...) function