Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/
H A Dpointer_traits.h191 _LIBCPP_HIDE_FROM_ABI __decay_t<decltype(__to_address_helper<_Pointer>::__call(std::declval<const _…
193 return __to_address_helper<_Pointer>::__call(__p);
199 __call(const _Pointer& __p) _NOEXCEPT {
208 __call(const _Pointer& __p) _NOEXCEPT {
/freebsd/contrib/llvm-project/libcxx/include/
H A Dany199 __other.__call(_Action::_Copy, this);
204 __other.__call(_Action::_Move, this);
262 this->__call(_Action::_Destroy);
273 return *static_cast<type_info const*>(this->__call(_Action::_TypeInfo));
292__call(_Action __a, any* __other = nullptr, type_info const* __info = nullptr, const void* __fallb…
297 _LIBCPP_HIDE_FROM_ABI void* __call(
497 __rhs.__call(_Action::_Move, &__tmp);
498 this->__call(_Action::_Move, &__rhs);
499 __tmp.__call(_Action::_Move, this);
501 this->__call(_Action::_Move, &__rhs);
[all …]
/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/contrib/llvm-project/libcxx/include/__memory/
H A Dpointer_traits.h217 _LIBCPP_CONSTEXPR __decay_t<decltype(__to_address_helper<_Pointer>::__call(std::declval<const _Poin…
219 return __to_address_helper<_Pointer>::__call(__p);
226 __call(const _Pointer& __p) _NOEXCEPT {
236 __call(const _Pointer& __p) _NOEXCEPT {
/freebsd/contrib/lyaml/spec/
H A Dspec_helper.lua99 return type(x) == 'function' or type((getmetatable(x) or {}).__call) == 'function'
188 __call = function(self, ...) function
/freebsd/contrib/lyaml/lib/lyaml/
H A Dfunctional.lua47 x =(getmetatable(x) or {}).__call
/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/__cxx03/__type_traits/
H A Dinvoke.h199 _LIBCPP_HIDE_FROM_ABI static _Ret __call(_Args&&... __args) {
207 _LIBCPP_HIDE_FROM_ABI static void __call(_Args&&... __args) {
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dinvoke.h333 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 static _Ret __call(_Args&&... __args) {
341 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 static void __call(_Args&&... __args) {
348 return __invoke_void_return_wrapper<_Ret>::__call(std::forward<_Args>(__args)...);
/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/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_base.lua114 t.__call = f
324 __call = function (t, ...) function
/freebsd/contrib/lyaml/build-aux/
H A Dluke237 …_struct_member_compile(L,env,config,structname,member,extra_hdrs))end}),{__call=function(self,L,en…
309 local weighting=setmetatable(copy(configure),{__call=function(self,config)local t=config.t[config.k…
550 …ointeger)local function iscallable(x)return type(x)=='function'and x or(getmetatable(x)or{}).__call
617 …pack(seq,int(i)or 1,int(j)or int(seq.n)or len(seq))end,write=io.write,},{__call=function(self,env,…