Home
last modified time | relevance | path

Searched refs:_FlagT (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dregex_scanner.h81 typedef regex_constants::syntax_option_type _FlagT; in _GLIBCXX_VISIBILITY() typedef
91 _ScannerBase(_FlagT __flags) in _GLIBCXX_VISIBILITY()
192 _FlagT _M_flags; in _GLIBCXX_VISIBILITY()
215 typedef regex_constants::syntax_option_type _FlagT; in _GLIBCXX_VISIBILITY() typedef
219 _FlagT __flags, std::locale __loc); in _GLIBCXX_VISIBILITY()
Dregex_automaton.h186 typedef regex_constants::syntax_option_type _FlagT; in _GLIBCXX_VISIBILITY() typedef
189 _NFA_base(_FlagT __f) noexcept in _GLIBCXX_VISIBILITY()
200 _FlagT in _GLIBCXX_VISIBILITY()
213 _FlagT _M_flags; in _GLIBCXX_VISIBILITY()
227 _NFA(const typename _TraitsT::locale_type& __loc, _FlagT __flags) in _GLIBCXX_VISIBILITY()
Dregex_compiler.h62 typedef regex_constants::syntax_option_type _FlagT; in _GLIBCXX_VISIBILITY() typedef
65 const typename _TraitsT::locale_type& __traits, _FlagT __flags); in _GLIBCXX_VISIBILITY()
178 static _FlagT in _GLIBCXX_VISIBILITY()
179 _S_validate(_FlagT __f) in _GLIBCXX_VISIBILITY()
191 case _FlagT(0): in _GLIBCXX_VISIBILITY()
198 _FlagT _M_flags; in _GLIBCXX_VISIBILITY()
Dregex_executor.h64 typedef regex_constants::match_flag_type _FlagT; in _GLIBCXX_VISIBILITY() typedef
73 _FlagT __flags) in _GLIBCXX_VISIBILITY()
302 _FlagT _M_flags; in _GLIBCXX_VISIBILITY()
Dregex_scanner.tcc58 _FlagT __flags, std::locale __loc) in _Scanner()
Dregex_compiler.tcc67 const typename _TraitsT::locale_type& __loc, _FlagT __flags) in _Compiler()