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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char/
H A D1.cc56 const char str_lit1[] = "montara and ocean beach"; local
58 const int len1 = sizeof(str_lit1)/sizeof(char);
63 VERIFY( str_lit1[0] == 'm' );
65 c2 = str_lit1[0];
67 char c4 = str_lit1[1];
68 std::char_traits<char>::move(array2, str_lit1, 0);
70 VERIFY( str_lit1[0] == c2 );
71 std::char_traits<char>::move(array2, str_lit1, 1);
73 VERIFY( str_lit1[0] == c2 );
75 VERIFY( str_lit1[
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char/
H A D1.cc57 const char str_lit1[] = "montara and ocean beach"; local
59 const int len1 = sizeof(str_lit1)/sizeof(char);
64 VERIFY( str_lit1[0] == 'm' );
66 c2 = str_lit1[0];
68 char c4 = str_lit1[1];
69 std::char_traits<char>::move(array2, str_lit1, 0);
71 VERIFY( str_lit1[0] == c2 );
72 std::char_traits<char>::move(array2, str_lit1, 1);
74 VERIFY( str_lit1[0] == c2 );
76 VERIFY( str_lit1[
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/21_strings/char_traits/requirements/short/
H A D1.cc75 const short str_lit1[] = {'m', 'o', 'n', 't', 'a', 'r', 'a', ' ', 'a', 'n', 'd', ' ', 'o', 'c', 'e', 'a', 'n', ' ', 'b', 'e', 'a', 'c', 'h', 0}; local
77 int len = sizeof(str_lit1)/sizeof(short) + sizeof(array1)/sizeof(short) - 1;
83 VERIFY( str_lit1[0] == 'm' );
85 c2 = str_lit1[0];
87 short c4 = str_lit1[1];
88 std::char_traits<short>::move(array2, str_lit1, 0);
90 VERIFY( str_lit1[0] == c2 );
91 std::char_traits<short>::move(array2, str_lit1, 1);
93 VERIFY( str_lit1[0] == c2 );
95 VERIFY( str_lit1[
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/21_strings/char_traits/requirements/wchar_t/
H A D1.cc56 const wchar_t str_lit1[] = L"montara and ocean beach"; local
58 const int len1 = sizeof(str_lit1)/sizeof(wchar_t);
63 VERIFY( str_lit1[0] == 'm' );
65 c2 = str_lit1[0];
67 wchar_t c4 = str_lit1[1];
68 std::char_traits<wchar_t>::move(array2, str_lit1, 0);
70 VERIFY( str_lit1[0] == c2 );
71 std::char_traits<wchar_t>::move(array2, str_lit1, 1);
73 VERIFY( str_lit1[0] == c2 );
75 VERIFY( str_lit1[
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/21_strings/char_traits/requirements/wchar_t/
H A D1.cc57 const wchar_t str_lit1[] = L"montara and ocean beach"; local
59 const int len1 = sizeof(str_lit1)/sizeof(wchar_t);
64 VERIFY( str_lit1[0] == 'm' );
66 c2 = str_lit1[0];
68 wchar_t c4 = str_lit1[1];
69 std::char_traits<wchar_t>::move(array2, str_lit1, 0);
71 VERIFY( str_lit1[0] == c2 );
72 std::char_traits<wchar_t>::move(array2, str_lit1, 1);
74 VERIFY( str_lit1[0] == c2 );
76 VERIFY( str_lit1[
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/21_strings/char_traits/requirements/short/
H A D1.cc77 const char_type str_lit1[] = {'m', 'o', 'n', 't', 'a', 'r', 'a', ' ', 'a', 'n', 'd', ' ', 'o', 'c', 'e', 'a', 'n', ' ', 'b', 'e', 'a', 'c', 'h', 0}; local
79 int len = sizeof(str_lit1)/sizeof(char_type) + sizeof(array1)/sizeof(char_type) - 1;
85 VERIFY( str_lit1[0] == 'm' );
87 c2 = str_lit1[0];
89 char_type c4 = str_lit1[1];
90 std::char_traits<char_type>::move(array2, str_lit1, 0);
92 VERIFY( str_lit1[0] == c2 );
93 std::char_traits<char_type>::move(array2, str_lit1, 1);
95 VERIFY( str_lit1[0] == c2 );
97 VERIFY( str_lit1[
[all...]

Completed in 170 milliseconds