Searched refs:flag_type (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/
H A Ddefault.cc38 typedef test_type::flag_type flag_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/wchar_t/
H A Ddefault.cc39 typedef test_type::flag_type flag_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/
H A Ddefault.cc37 typedef test_type::flag_type flag_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/
H A Ddefault.cc37 typedef test_type::flag_type flag_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/
H A Dmoveable.cc35 const std::regex::flag_type flags = src_re.flags();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/
H A Dmove_char.cc36 const test_type::flag_type flags = src_re.flags();
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dregex.h403 typedef regex_constants::syntax_option_type flag_type; typedef in class:basic_regex
411 static constexpr flag_type icase = regex_constants::icase;
412 static constexpr flag_type nosubs = regex_constants::nosubs;
413 static constexpr flag_type optimize = regex_constants::optimize;
414 static constexpr flag_type collate = regex_constants::collate;
415 static constexpr flag_type ECMAScript = regex_constants::ECMAScript;
416 static constexpr flag_type basic = regex_constants::basic;
417 static constexpr flag_type extended = regex_constants::extended;
418 static constexpr flag_type awk = regex_constants::awk;
419 static constexpr flag_type gre
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dtestsuite_regex.h33 typedef regex_type::flag_type flag_type; typedef in namespace:__gnu_test
87 // flag_type __f: flag
91 flag_type __f = regex_type::basic,
/haiku-buildtools/binutils/include/
H A Dbfdlink.h267 typedef enum {with_flags, without_flags} flag_type;
272 flag_type with;
265 typedef enum {with_flags, without_flags} flag_type; typedef in typeref:enum:__anon609
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-maxq.c1957 match_operands (int type, MAX_ARG_TYPE flag_type, MAX_ARG_TYPE arg_type, argument
1983 if ((arg_type & flag_type) == flag_type)

Completed in 184 milliseconds