Searched refs:format_first_only (Results 1 – 24 of 24) sorted by relevance
339 format_first_only = 1 << _S_first_only, in _GLIBCXX_VISIBILITY() enumerator
491 if (__flags & regex_constants::format_first_only)
370 _GLIBCXX17_INLINE constexpr match_flag_type format_first_only = in _GLIBCXX_VISIBILITY() local
489 if (__flags & regex_constants::format_first_only)
358 constexpr match_flag_type format_first_only = in _GLIBCXX_VISIBILITY() local
496 if (__flags & regex_constants::format_first_only)
488 if (__flags & regex_constants::format_first_only)
368 constexpr match_flag_type format_first_only = in _GLIBCXX_VISIBILITY() local
483 if (__flags & regex_constants::format_first_only)
316 static const match_flag_type format_first_only = 1 << _S_first_only;
Completed in 35 milliseconds