Home
last modified time | relevance | path

Searched defs:_State (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dregex_automaton.h122 struct _State : _State_base in _GLIBCXX_VISIBILITY() struct
124 typedef _Matcher<_Char_type> _MatcherT; in _GLIBCXX_VISIBILITY()
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
154 operator=(const _State&) = delete; in _GLIBCXX_VISIBILITY()
156 ~_State() in _GLIBCXX_VISIBILITY()
165 _M_opcode() const noexcept in _GLIBCXX_VISIBILITY()
169 _M_matches(_Char_type __char) const in _GLIBCXX_VISIBILITY()
173 _M_get_matcher() noexcept in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dregex_automaton.h122 struct _State : _State_base in _GLIBCXX_VISIBILITY() struct
124 typedef _Matcher<_Char_type> _MatcherT; in _GLIBCXX_VISIBILITY()
133 _State(_Opcode __opcode) noexcept : _State_base(__opcode) in _GLIBCXX_VISIBILITY() function
139 _State(const _State& __rhs) : _State_base(__rhs) in _GLIBCXX_VISIBILITY() function
146 _State(_State&& __rhs) noexcept : _State_base(__rhs) in _GLIBCXX_VISIBILITY() argument
154 operator=(const _State&) = delete; in _GLIBCXX_VISIBILITY()
156 ~_State() in _GLIBCXX_VISIBILITY()
165 _M_opcode() const noexcept in _GLIBCXX_VISIBILITY()
169 _M_matches(_Char_type __char) const in _GLIBCXX_VISIBILITY()
173 _M_get_matcher() noexcept in _GLIBCXX_VISIBILITY()
[all …]
H A Dstd_thread.h84 struct _State in _GLIBCXX_VISIBILITY() struct