Searched refs:basic_regex (Results 1 - 25 of 53) sorted by relevance

123

/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/
H A Dcstring_op.cc23 // [28.8.3] class template basic_regex assign()
28 // Tests basic_regex assign operator from a C-style null-terminated-string.
31 typedef std::basic_regex<char> test_type;
H A Dpstring.cc23 // [28.8.3] class template basic_regex assign()
31 typedef std::basic_regex<char> test_type;
H A Drange.cc23 // [28.8.3] class template basic_regex assign()
28 // Tests range assign of the basic_regex class.
31 typedef std::basic_regex<char> test_type;
H A Dstring_op.cc23 // [28.8.3] class template basic_regex assign()
29 // Tests basic_regex assignment operator from a C++ string;
32 typedef std::basic_regex<char> test_type;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/
H A Dcstring.cc23 // [28.8.2] class template basic_regex constructor
28 // Tests C-style null-terminated-string constructor of the basic_regex class.
31 typedef std::basic_regex<char> test_type;
H A Drange.cc23 // [28.8.2] class template basic_regex constructor
28 // Tests range constructor of the basic_regex class.
31 typedef std::basic_regex<char> test_type;
H A Ddefault.cc23 // [28.8.2] class template basic_regex constructor
28 // Tests default constructor of the basic_regex class.
31 typedef std::basic_regex<char> test_type;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/
H A Dcstring.cc23 // [28.8.3] class template basic_regex assign()
32 typedef std::basic_regex<wchar_t> test_type;
H A Dcstring_op.cc23 // [28.8.3] class template basic_regex assign()
28 // Tests basic_regex assign operator from a C-style null-terminated-string.
32 typedef std::basic_regex<wchar_t> test_type;
H A Drange.cc23 // [28.8.3] class template basic_regex assign()
28 // Tests range assign of the basic_regex class.
31 typedef std::basic_regex<wchar_t> test_type;
H A Dpstring.cc23 // [28.8.3] class template basic_regex assign()
31 typedef std::basic_regex<wchar_t> test_type;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/wchar_t/
H A Dcstring.cc23 // [28.8.2] class template basic_regex constructor
28 // Tests C-style null-terminated-string constructor of the basic_regex class.
32 typedef std::basic_regex<wchar_t> test_type;
H A Drange.cc23 // [28.8.2] class template basic_regex constructor
28 // Tests range constructor of the basic_regex class.
32 typedef std::basic_regex<wchar_t> test_type;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/
H A Dpstring.cc22 // tr1 [7.8.2] class template basic_regex constructor
27 // Tests Pascal-style counted-string constructor of the basic_regex class.
30 typedef std::tr1::basic_regex<wchar_t> test_type;
H A Drange.cc22 // tr1 [7.8.2] class template basic_regex constructor
27 // Tests range constructor of the basic_regex class.
30 typedef std::tr1::basic_regex<wchar_t> test_type;
H A Dcstring.cc22 // tr1 [7.8.2] class template basic_regex constructor
27 // Tests C-style null-terminated-string constructor of the basic_regex class.
30 typedef std::tr1::basic_regex<wchar_t> test_type;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/
H A Dpstring.cc22 // tr1 [7.8.2] class template basic_regex constructor
27 // Tests Pascal-style counted-string constructor of the basic_regex class.
30 typedef std::tr1::basic_regex<char> test_type;
H A Dcstring.cc22 // tr1 [7.8.2] class template basic_regex constructor
27 // Tests C-style null-terminated-string constructor of the basic_regex class.
30 typedef std::tr1::basic_regex<char> test_type;
H A Drange.cc22 // tr1 [7.8.2] class template basic_regex constructor
27 // Tests range constructor of the basic_regex class.
30 typedef std::tr1::basic_regex<char> test_type;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/
H A Dstring_op.cc22 // tr1 [7.8.3] class template basic_regex assign()
28 // Tests basic_regex assignment operator from a C++ string;
31 typedef std::tr1::basic_regex<wchar_t> test_type;
H A Drange.cc22 // tr1 [7.8.3] class template basic_regex assign()
27 // Tests range assign of the basic_regex class.
30 typedef std::tr1::basic_regex<wchar_t> test_type;
H A Dcstring.cc22 // tr1 [7.8.3] class template basic_regex assign()
30 typedef std::tr1::basic_regex<wchar_t> test_type;
H A Dcstring_op.cc22 // tr1 [7.8.3] class template basic_regex assign()
27 // Tests basic_regex assign operator from a C-style null-terminated-string.
30 typedef std::tr1::basic_regex<wchar_t> test_type;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/
H A Dcstring.cc22 // tr1 [7.8.3] class template basic_regex assign()
30 typedef std::tr1::basic_regex<char> test_type;
H A Dcstring_op.cc22 // tr1 [7.8.3] class template basic_regex assign()
27 // Tests basic_regex assign operator from a C-style null-terminated-string.
30 typedef std::tr1::basic_regex<char> test_type;

Completed in 176 milliseconds

123