Searched refs:match_flag_type (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dregex_constants.h241 * The @c match_flag_type is implementation defined but it is valid to
245 enum match_flag_type : unsigned int { };
250 constexpr match_flag_type match_default = static_cast<match_flag_type>(0);
257 constexpr match_flag_type match_not_bol =
258 static_cast<match_flag_type>(1 << _S_not_bol);
265 constexpr match_flag_type match_not_eol =
266 static_cast<match_flag_type>(1 << _S_not_eol);
272 constexpr match_flag_type match_not_bow =
273 static_cast<match_flag_type>(
[all...]
H A Dregex.h60 regex_constants::match_flag_type __flags);
775 regex_constants::match_flag_type);
1532 typedef regex_constants::match_flag_type match_flag_type; typedef in class:match_results
1779 match_flag_type __flags = regex_constants::format_default) const;
1787 match_flag_type __flags = regex_constants::format_default) const
1799 match_flag_type __flags = regex_constants::format_default) const
1811 match_flag_type __flags = regex_constants::format_default) const
1866 regex_constants::match_flag_type);
1986 regex_constants::match_flag_type __flag
[all...]
H A Dregex_executor.h64 typedef regex_constants::match_flag_type _FlagT;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dtestsuite_regex.h34 typedef std::regex_constants::match_flag_type match_flag_type; typedef in namespace:__gnu_test
142 match_flag_type __flags
165 match_flag_type __flags
178 match_flag_type __f
188 match_flag_type __f
203 match_flag_type __flags
215 match_flag_type __flags
229 match_flag_type __flags
251 match_flag_type __flag
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/constants/
H A Dmatch_flag_type.cc33 std::regex_constants::match_flag_type flag = std::regex_constants::match_default;
H A Dconstexpr.cc41 const std::regex_constants::match_flag_type* flag __attribute__((unused));

Completed in 100 milliseconds