Searched refs:match_not_eol (Results 1 – 24 of 24) sorted by relevance
133 && !(_M_flags & regex_constants::match_not_eol); in _GLIBCXX_VISIBILITY()
255 match_not_eol = 1 << _S_not_eol, in _GLIBCXX_VISIBILITY() enumerator
144 && !(_M_flags & regex_constants::match_not_eol); in _GLIBCXX_VISIBILITY()
265 constexpr match_flag_type match_not_eol = in _GLIBCXX_VISIBILITY() local
275 constexpr match_flag_type match_not_eol = in _GLIBCXX_VISIBILITY() local
177 && !(_M_flags & regex_constants::match_not_eol); in _GLIBCXX_VISIBILITY()
276 _GLIBCXX17_INLINE constexpr match_flag_type match_not_eol = in _GLIBCXX_VISIBILITY() local
232 static const match_flag_type match_not_eol = 1 << _S_not_eol;
Completed in 37 milliseconds