Searched refs:__call (Results 1 – 12 of 12) sorted by relevance
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | any | 197 __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 …]
|
| /src/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | pointer_traits.h | 215 _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 {
|
| /src/sys/i386/include/xen/ |
| H A D | hypercall.h | 123 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()
|
| /src/contrib/lyaml/spec/ |
| H A D | spec_helper.lua | 99 return type(x) == 'function' or type((getmetatable(x) or {}).__call) == 'function' 188 __call = function(self, ...) function
|
| /src/contrib/lyaml/lib/lyaml/ |
| H A D | functional.lua | 47 x =(getmetatable(x) or {}).__call
|
| /src/sys/amd64/include/xen/ |
| H A D | hypercall.h | 144 long __call = (long)&hypercall_page + (op * 32); in privcmd_hypercall() local 154 "3" ((long)(a3)), [call] "a" (__call) in privcmd_hypercall()
|
| /src/contrib/llvm-project/libcxx/include/__ranges/ |
| H A D | iota_view.h | 53 consteval static auto __call() { in __call() function 67 using type = typename decltype(__call())::type;
|
| /src/contrib/llvm-project/libcxx/include/__functional/ |
| H A D | bind.h | 261 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 D | function.h | 171 return _Invoker::__call(__f_.first(), std::forward<_ArgTypes>(__arg)...); 210 return _Invoker::__call(__f_, std::forward<_ArgTypes>(__arg)...);
|
| /src/contrib/llvm-project/libcxx/include/__type_traits/ |
| H A D | invoke.h | 216 _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) {
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
| H A D | tst.lib_base.lua | 114 t.__call = f 324 __call = function (t, ...) function
|
| /src/contrib/lyaml/build-aux/ |
| H A D | luke | 237 …_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,…
|