HomeSort by: relevance | last modified time | path
    Searched refs:_FlagT (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
regex_scanner.h 81 typedef regex_constants::syntax_option_type _FlagT;
91 _ScannerBase(_FlagT __flags)
192 _FlagT _M_flags;
215 typedef regex_constants::syntax_option_type _FlagT;
219 _FlagT __flags, std::locale __loc);
regex_automaton.h 186 typedef regex_constants::syntax_option_type _FlagT;
189 _NFA_base(_FlagT __f) noexcept
200 _FlagT
213 _FlagT _M_flags;
227 _NFA(const typename _TraitsT::locale_type& __loc, _FlagT __flags)
regex_executor.h 64 typedef regex_constants::match_flag_type _FlagT;
73 _FlagT __flags)
302 _FlagT _M_flags;
regex_compiler.h 62 typedef regex_constants::syntax_option_type _FlagT;
65 const typename _TraitsT::locale_type& __traits, _FlagT __flags);
178 static _FlagT
179 _S_validate(_FlagT __f)
191 case _FlagT(0):
198 _FlagT _M_flags;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
regex_scanner.h 81 typedef regex_constants::syntax_option_type _FlagT;
91 _ScannerBase(_FlagT __flags)
192 _FlagT _M_flags;
215 typedef regex_constants::syntax_option_type _FlagT;
219 _FlagT __flags, std::locale __loc);
regex_automaton.h 186 typedef regex_constants::syntax_option_type _FlagT;
189 _NFA_base(_FlagT __f) noexcept
200 _FlagT
213 _FlagT _M_flags;
227 _NFA(const typename _TraitsT::locale_type& __loc, _FlagT __flags)
regex_executor.h 64 typedef regex_constants::match_flag_type _FlagT;
73 _FlagT __flags)
302 _FlagT _M_flags;
regex_compiler.h 62 typedef regex_constants::syntax_option_type _FlagT;
65 const typename _TraitsT::locale_type& __traits, _FlagT __flags);
178 static _FlagT
179 _S_validate(_FlagT __f)
191 case _FlagT(0):
198 _FlagT _M_flags;

Completed in 46 milliseconds