Home
last modified time | relevance | path

Searched refs:_Exact (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
Dregex_executor.h58 enum class _Match_mode : unsigned char { _Exact, _Prefix }; in _GLIBCXX_VISIBILITY() enumerator
93 return _M_main(_Match_mode::_Exact); in _GLIBCXX_VISIBILITY()
Dregex_executor.tcc138 if (__match_mode == _Match_mode::_Exact) in _M_main_dispatch()
431 if (__match_mode == _Match_mode::_Exact) in _M_handle_accept()