Home
last modified time | relevance | path

Searched refs:__state_type (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
H A Dprofiler_state.h35 enum __state_type { __ON, __OFF, __INVALID }; enum
37 _GLIBCXX_PROFILE_DEFINE_DATA(__state_type, __state, __INVALID);
40 __turn(__state_type __s) in __turn()
42 __state_type inv(__INVALID); in __turn()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dfuture685 typedef shared_ptr<_State_base> __state_type;
689 __state_type _M_state;
741 __basic_future(const __state_type& __state) : _M_state(__state)
781 typedef typename _Base_type::__state_type __state_type;
784 future(const __state_type& __state) : _Base_type(__state) { }
824 typedef typename _Base_type::__state_type __state_type;
827 future(const __state_type& __state) : _Base_type(__state) { }
867 typedef typename _Base_type::__state_type __state_type;
870 future(const __state_type& __state) : _Base_type(__state) { }
1734 typedef _Deferred_state<__fn_type> __state_type;
[all …]
H A Dfstream107 typedef typename traits_type::state_type __state_type;
108 typedef codecvt<char_type, char, __state_type> __codecvt_type;
124 __state_type _M_state_beg;
129 __state_type _M_state_cur;
133 __state_type _M_state_last;
425 _M_seek(off_type __off, ios_base::seekdir __way, __state_type __state);
428 _M_get_ext_pos(__state_type &__state);
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dfuture696 typedef shared_ptr<_State_base> __state_type;
700 __state_type _M_state;
752 __basic_future(const __state_type& __state) : _M_state(__state)
799 typedef typename _Base_type::__state_type __state_type;
802 future(const __state_type& __state) : _Base_type(__state) { }
842 typedef typename _Base_type::__state_type __state_type;
845 future(const __state_type& __state) : _Base_type(__state) { }
885 typedef typename _Base_type::__state_type __state_type;
888 future(const __state_type& __state) : _Base_type(__state) { }
H A Dfstream112 typedef typename traits_type::state_type __state_type;
113 typedef codecvt<char_type, char, __state_type> __codecvt_type;
129 __state_type _M_state_beg;
134 __state_type _M_state_cur;
138 __state_type _M_state_last;
430 _M_seek(off_type __off, ios_base::seekdir __way, __state_type __state);
433 _M_get_ext_pos(__state_type &__state);
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfstream.tcc861 __state_type __state = _M_state_beg; in seekoff()
908 _M_seek(off_type __off, ios_base::seekdir __way, __state_type __state) in _M_seek()
933 _M_get_ext_pos(__state_type& __state) in _M_get_ext_pos()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfstream.tcc861 __state_type __state = _M_state_beg; in seekoff()
908 _M_seek(off_type __off, ios_base::seekdir __way, __state_type __state) in _M_seek()
933 _M_get_ext_pos(__state_type& __state) in _M_get_ext_pos()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20031442 (basic_filebuf::_M_seek): Add __state_type parameter,
1455 (basic_filebuf::_M_seek): Add __state_type parameter.
2504 * include/std/std_streambuf.h (__ctype_type, __state_type): Delete.