Home
last modified time | relevance | path

Searched defs:_NFA_base (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dregex_automaton.h184 struct _NFA_base in _GLIBCXX_VISIBILITY() struct
186 typedef size_t _SizeT; in _GLIBCXX_VISIBILITY()
187 typedef regex_constants::syntax_option_type _FlagT; in _GLIBCXX_VISIBILITY()
190 _NFA_base(_FlagT __f) noexcept in _GLIBCXX_VISIBILITY() function
202 _M_options() const noexcept in _GLIBCXX_VISIBILITY()
206 _M_start() const noexcept in _GLIBCXX_VISIBILITY()
210 _M_sub_count() const noexcept in _GLIBCXX_VISIBILITY()
213 _GLIBCXX_STD_C::vector<size_t> _M_paren_stack; in _GLIBCXX_VISIBILITY()
214 _FlagT _M_flags; in _GLIBCXX_VISIBILITY()
215 _StateIdT _M_start_state; in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dregex_automaton.h184 struct _NFA_base in _GLIBCXX_VISIBILITY() struct
186 typedef regex_constants::syntax_option_type _FlagT; in _GLIBCXX_VISIBILITY()
189 _NFA_base(_FlagT __f) noexcept in _GLIBCXX_VISIBILITY() argument
201 _M_options() const noexcept in _GLIBCXX_VISIBILITY()
205 _M_start() const noexcept in _GLIBCXX_VISIBILITY()
209 _M_sub_count() const noexcept in _GLIBCXX_VISIBILITY()
212 _GLIBCXX_STD_C::vector<size_t> _M_paren_stack; in _GLIBCXX_VISIBILITY()
213 _FlagT _M_flags; in _GLIBCXX_VISIBILITY()
214 _StateIdT _M_start_state; in _GLIBCXX_VISIBILITY()
215 size_t _M_subexpr_count; in _GLIBCXX_VISIBILITY()
[all …]