Searched refs:nosubs (Results 1 – 6 of 6) sorted by relevance
96 _GLIBCXX17_INLINE constexpr syntax_option_type nosubs = _S_nosubs; in _GLIBCXX_VISIBILITY() local
152 else if (_M_flags & regex_constants::nosubs) in _M_scan_normal()
437 static constexpr flag_type nosubs = regex_constants::nosubs; in _GLIBCXX_VISIBILITY()836 basic_regex<_Ch, _Tr>::nosubs; in _GLIBCXX_VISIBILITY()
106 static const syntax_option_type nosubs = 1 << _S_nosubs;741 static const regex_constants::syntax_option_type nosubs742 = regex_constants::nosubs;
7232 * include/bits/regex.tcc: Remove incorrect `nosubs` handling.7233 * include/bits/regex_scanner.tcc: Handle `nosubs` correctly.
5059 (basic_regex::nosubs, basic_regex::optimize, basic_regex::collate)