Searched refs:_M_fn (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dios.cc170 { (*__p->_M_fn) (__e, *this, __p->_M_index); }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Ddump1.C696 std::function<_Res()> _M_fn; member in struct:std::__future_base::_Task_setter
718 auto __boundfn = std::__bind_simple(std::ref(_M_impl._M_fn),
725 : _Alloc(__a), _M_fn(std::move(__fn)) {}
726 _Fn _M_fn; member in struct:std::final::_Impl
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dios_base.h532 ios_base::event_callback _M_fn; member in struct:io_errc::ios_base::_Callback_list
538 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dropeimpl.h53 ((_Rope_RopeFunction<_CharT,_Alloc>*)__leaf)->_M_fn;
729 (*(__f->_M_fn))(__start, __result_len, __section);
876 (*(__f->_M_fn))(__begin, __end, __buffer);
985 (*(__f->_M_fn))(0, __f->_M_size, __buffer);
1217 (*(__f->_M_fn))(__i, 1, &__result);
H A Dstl_rope.h613 char_producer<_CharT>* _M_fn; member in struct:_Rope_RopeFunction
626 delete ((_Rope_RopeFunction *)__tree) -> _M_fn;
633 _M_fn(__f)
650 delete _M_fn;
676 ((_Rope_RopeFunction<_CharT,_Alloc>*)_M_base)->_M_fn;
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dropeimpl.h89 _Alloc>*)__leaf)->_M_fn;
818 { (*(__f->_M_fn))(__start, __result_len, __section); }
966 (*(__f->_M_fn))(__begin, __len, __buffer);
1099 (*(__f->_M_fn))(0, __f->_M_size, __buffer);
1355 (*(__f->_M_fn))(__i, 1, &__result);

Completed in 309 milliseconds