Home
last modified time | relevance | path

Searched refs:_RegexT (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dregex_automaton.h358 typedef _NFA<_TraitsT> _RegexT; in _GLIBCXX_VISIBILITY() typedef
361 _StateSeq(_RegexT& __nfa, _StateIdT __s) in _GLIBCXX_VISIBILITY()
365 _StateSeq(_RegexT& __nfa, _StateIdT __s, _StateIdT __end) in _GLIBCXX_VISIBILITY()
390 _RegexT& _M_nfa; in _GLIBCXX_VISIBILITY()
H A Dregex_executor.h62 typedef basic_regex<_CharT, _TraitsT> _RegexT; in _GLIBCXX_VISIBILITY() typedef
72 const _RegexT& __re, in _GLIBCXX_VISIBILITY()
243 const _RegexT& _M_re; in _GLIBCXX_VISIBILITY()
H A Dregex_compiler.h62 typedef _NFA<_TraitsT> _RegexT; in _GLIBCXX_VISIBILITY() typedef
68 shared_ptr<const _RegexT> in _GLIBCXX_VISIBILITY()
149 shared_ptr<_RegexT> _M_nfa; in _GLIBCXX_VISIBILITY()
H A Dregex_compiler.tcc78 _M_nfa(make_shared<_RegexT>(__loc, _M_flags)), in _Compiler()