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

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
regex_automaton.h 220 struct _NFA
227 _NFA(const typename _TraitsT::locale_type& __loc, _FlagT __flags)
231 // for performance reasons _NFA objects should only be moved not copied
232 _NFA(const _NFA&) = delete;
233 _NFA(_NFA&&) = default;
357 typedef _NFA<_TraitsT> _RegexT;
regex_executor.h 66 typedef _NFA<_TraitsT> _NFAT;
regex_compiler.h 61 typedef _NFA<_TraitsT> _RegexT;
regex.h 803 typedef std::shared_ptr<const __detail::_NFA<_Rx_traits>> _AutomatonPtr;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
regex_automaton.h 220 struct _NFA
227 _NFA(const typename _TraitsT::locale_type& __loc, _FlagT __flags)
231 // for performance reasons _NFA objects should only be moved not copied
232 _NFA(const _NFA&) = delete;
233 _NFA(_NFA&&) = default;
357 typedef _NFA<_TraitsT> _RegexT;
regex_executor.h 66 typedef _NFA<_TraitsT> _NFAT;
regex_compiler.h 61 typedef _NFA<_TraitsT> _RegexT;
regex.h 803 typedef std::shared_ptr<const __detail::_NFA<_Rx_traits>> _AutomatonPtr;

Completed in 31 milliseconds