Home
last modified time | relevance | path

Searched refs:_State (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dlocale_conv.h53 typename _State, typename _Fn> in _GLIBCXX_VISIBILITY()
56 _OutStr& __outstr, const _Codecvt& __cvt, _State& __state, in _GLIBCXX_VISIBILITY()
106 template<typename _CharT, typename _Traits, typename _Alloc, typename _State> in _GLIBCXX_VISIBILITY()
110 const codecvt<_CharT, char, _State>& __cvt, in _GLIBCXX_VISIBILITY()
111 _State& __state, size_t& __count) in _GLIBCXX_VISIBILITY()
113 using _Codecvt = codecvt<_CharT, char, _State>; in _GLIBCXX_VISIBILITY()
116 (_Codecvt::*)(_State&, const char*, const char*, const char*&, in _GLIBCXX_VISIBILITY()
118 _ConvFn __fn = &codecvt<_CharT, char, _State>::in; in _GLIBCXX_VISIBILITY()
124 template<typename _CharT, typename _Traits, typename _Alloc, typename _State> in _GLIBCXX_VISIBILITY()
128 const codecvt<_CharT, char, _State>& __cvt) in _GLIBCXX_VISIBILITY()
[all …]
H A Dregex_automaton.h122 struct _State : _State_base in _GLIBCXX_VISIBILITY() struct
133 _State(_Opcode __opcode) noexcept : _State_base(__opcode) in _GLIBCXX_VISIBILITY() function
139 _State(const _State& __rhs) : _State_base(__rhs) in _GLIBCXX_VISIBILITY() argument
146 _State(_State&& __rhs) noexcept : _State_base(__rhs) in _GLIBCXX_VISIBILITY() function
153 _State& in _GLIBCXX_VISIBILITY()
154 operator=(const _State&) = delete; in _GLIBCXX_VISIBILITY() argument
156 ~_State() in _GLIBCXX_VISIBILITY() argument
222 : _NFA_base, _GLIBCXX_STD_C::vector<_State<typename _TraitsT::char_type>> in _GLIBCXX_VISIBILITY()
225 typedef _State<_Char_type> _StateT; in _GLIBCXX_VISIBILITY()
H A Dhashtable_policy.h473 typedef std::size_t _State; in _GLIBCXX_VISIBILITY()
475 _State in _GLIBCXX_VISIBILITY()
484 _M_reset(_State __state) in _GLIBCXX_VISIBILITY()
602 typedef std::size_t _State; in _GLIBCXX_VISIBILITY()
604 _State in _GLIBCXX_VISIBILITY()
613 _M_reset(_State __state) noexcept in _GLIBCXX_VISIBILITY()
H A Dhashtable.h239 using __rehash_state = typename __rehash_type::_State; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_conv.h52 typename _State, typename _Fn> in _GLIBCXX_VISIBILITY()
55 _OutStr& __outstr, const _Codecvt& __cvt, _State& __state, in _GLIBCXX_VISIBILITY()
105 template<typename _CharT, typename _Traits, typename _Alloc, typename _State> in _GLIBCXX_VISIBILITY()
109 const codecvt<_CharT, char, _State>& __cvt, in _GLIBCXX_VISIBILITY()
110 _State& __state, size_t& __count) in _GLIBCXX_VISIBILITY()
112 using _Codecvt = codecvt<_CharT, char, _State>; in _GLIBCXX_VISIBILITY()
115 (_Codecvt::*)(_State&, const char*, const char*, const char*&, in _GLIBCXX_VISIBILITY()
117 _ConvFn __fn = &codecvt<_CharT, char, _State>::in; in _GLIBCXX_VISIBILITY()
123 template<typename _CharT, typename _Traits, typename _Alloc, typename _State> in _GLIBCXX_VISIBILITY()
127 const codecvt<_CharT, char, _State>& __cvt) in _GLIBCXX_VISIBILITY()
[all …]
H A Dregex_automaton.h122 struct _State : _State_base in _GLIBCXX_VISIBILITY() struct
133 _State(_Opcode __opcode) noexcept : _State_base(__opcode) in _GLIBCXX_VISIBILITY() argument
139 _State(const _State& __rhs) : _State_base(__rhs) in _GLIBCXX_VISIBILITY() argument
146 _State(_State&& __rhs) noexcept : _State_base(__rhs) in _GLIBCXX_VISIBILITY() function
153 _State& in _GLIBCXX_VISIBILITY()
154 operator=(const _State&) = delete; in _GLIBCXX_VISIBILITY() argument
156 ~_State() in _GLIBCXX_VISIBILITY() argument
221 : _NFA_base, _GLIBCXX_STD_C::vector<_State<typename _TraitsT::char_type>> in _GLIBCXX_VISIBILITY()
224 typedef _State<_Char_type> _StateT; in _GLIBCXX_VISIBILITY()
H A Dstd_thread.h84 struct _State in _GLIBCXX_VISIBILITY() struct
86 virtual ~_State(); in _GLIBCXX_VISIBILITY()
89 using _State_ptr = unique_ptr<_State>; in _GLIBCXX_VISIBILITY()
221 struct _State_impl : public _State in _GLIBCXX_VISIBILITY()
H A Dhashtable_policy.h532 typedef std::size_t _State; in _GLIBCXX_VISIBILITY()
534 _State in _GLIBCXX_VISIBILITY()
543 _M_reset(_State __state) in _GLIBCXX_VISIBILITY()
662 typedef std::size_t _State; in _GLIBCXX_VISIBILITY()
664 _State in _GLIBCXX_VISIBILITY()
673 _M_reset(_State __state) noexcept in _GLIBCXX_VISIBILITY()
H A Dhashtable.h265 using __rehash_state = typename __rehash_type::_State; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dfuture1056 typedef __future_base::_State_base _State;
1059 template<typename, typename> friend class _State::_Setter;
1060 friend _State;
1062 shared_ptr<_State> _M_future;
1067 : _M_future(std::make_shared<_State>()),
1078 : _M_future(std::allocate_shared<_State>(__a)),
1121 { _M_state()._M_set_result(_State::__setter(this, __r)); }
1125 { _M_state()._M_set_result(_State::__setter(this, std::move(__r))); }
1129 { _M_state()._M_set_result(_State::__setter(__p, this)); }
1134 _M_state()._M_set_delayed_result(_State::__setter(this, __r),
[all …]
H A Dthread78 struct _State
80 virtual ~_State();
83 using _State_ptr = unique_ptr<_State>;
205 struct _State_impl : public _State
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dfuture1088 typedef __future_base::_State_base _State;
1091 template<typename, typename> friend struct _State::_Setter;
1092 friend _State;
1094 shared_ptr<_State> _M_future;
1099 : _M_future(std::make_shared<_State>()),
1110 : _M_future(std::allocate_shared<_State>(__a)),
1153 { _M_state()._M_set_result(_State::__setter(this, __r)); }
1157 { _M_state()._M_set_result(_State::__setter(this, std::move(__r))); }
1161 { _M_state()._M_set_result(_State::__setter(__p, this)); }
1166 _M_state()._M_set_delayed_result(_State::__setter(this, __r),
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dthread.cc79 thread::_State_ptr __t{ static_cast<thread::_State*>(__p) }; in execute_native_thread_routine()
102 thread::_State::~_State() = default;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dthread.cc81 thread::_State_ptr __t{ static_cast<thread::_State*>(__p) }; in execute_native_thread_routine()
104 thread::_State::~_State() = default;
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dfuture1325 typedef __assoc_state_alloc<_Rp, _Alloc> _State;
1326 typedef typename __allocator_traits_rebind<_Alloc, _State>::type _A2;
1329 unique_ptr<_State, _D2> __hold(__a.allocate(1), _D2(__a, 1));
1330 ::new ((void*)_VSTD::addressof(*__hold.get())) _State(__a0);
1468 typedef __assoc_state_alloc<_Rp&, _Alloc> _State;
1469 typedef typename __allocator_traits_rebind<_Alloc, _State>::type _A2;
1472 unique_ptr<_State, _D2> __hold(__a.allocate(1), _D2(__a, 1));
1473 ::new ((void*)_VSTD::addressof(*__hold.get())) _State(__a0);
1587 typedef __assoc_sub_state_alloc<_Alloc> _State;
1588 typedef typename __allocator_traits_rebind<_Alloc, _State>::type _A2;
[all …]
H A Diosfwd221 template <class _State> class _LIBCPP_TEMPLATE_VIS fpos;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dexecutor1574 struct _State
1578 shared_ptr<_State> _M_state;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dexecutor1600 struct _State
1612 shared_ptr<_State> _M_state;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20151248 * include/std/thread (thread::_State, thread::_State_impl): New types.
1249 (thread::_M_start_thread): Add overload taking unique_ptr<_State>.
1255 execute_native_thread_routine_compat and re-define to use _State.
1256 (thread::_State::~_State()): Define.
2312 * include/bits/regex_automaton.h (_State_base, _State<>):
2313 Remove _TraitsT dependency from _State<>; Make matcher member
2318 _M_clone as _State<>::_M_has_alt.
H A DChangeLog-2013646 * include/bits/regex_automaton.h (__detail::_State): Split
658 * include/bits/regex_automaton.h (__detail::_State, __detail::_NFA,
H A DChangeLog-20202174 * include/experimental/executor (strand::_State): Fix thinko.
4224 (strand::_State::running_in_this_thread()): New function.
H A DChangeLog-20172772 (promise<T>, promise<T&>, promise<void>): Make _State a friend.
H A DChangeLog-20212711 * include/bits/regex_automaton.h (_State_base, _State)
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/abi/pre/
H A Dgnu.ver1967 # std::thread::_State::~_State()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/
H A Dgnu.ver2003 # std::thread::_State::~_State()

12