Searched refs:__object (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| H A D | functional | 594 _M_call(_Tp& __object, const volatile _Class *, 596 { return (__object.*__pmf)(__args...); } 610 operator()(_Class& __object, _ArgTypes... __args) const 611 { return (__object.*__pmf)(__args...); } 615 operator()(_Class* __object, _ArgTypes... __args) const 616 { return (__object->*__pmf)(__args...); } 621 operator()(_Tp& __object, _ArgTypes... __args) const 622 { return _M_call(__object, &__object, __args...); } 638 _M_call(_Tp& __object, const volatile _Class *, 640 { return (__object.*__pmf)(__args...); } [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
| H A D | functional | 560 _M_call(_Tp& __object, const volatile _Class *, 562 { return (__object.*__pmf)(__args...); } 576 operator()(_Class& __object, _ArgTypes... __args) const 577 { return (__object.*__pmf)(__args...); } 581 operator()(_Class* __object, _ArgTypes... __args) const 582 { return (__object->*__pmf)(__args...); } 587 operator()(_Tp& __object, _ArgTypes... __args) const 588 { return _M_call(__object, &__object, __args...); } 604 _M_call(_Tp& __object, const volatile _Class *, 606 { return (__object.*__pmf)(__args...); } [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| H A D | ttm_object.h | 327 #define ttm_base_object_kfree(__object, __base)\ argument 328 kfree_rcu(__object, __base.rhead)
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
| H A D | object.h | 140 struct nvif_object *__object = (a); \ 141 u32 _addr = (b), _data = nvif_rd32(__object, _addr); \ 142 nvif_wr32(__object, _addr, (_data & ~(c)) | (d)); \
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| H A D | cxxabi_init_exception.h | 70 __cxa_init_primary_exception(void *__object, std::type_info *__tinfo,
|