Searched refs:str_2 (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/operations/compare/char/
H A D1.cc75 string str_2; local
91 str_2 = str_0;
92 test_value(str_2.compare(str_0), z);
93 str_2 = "cost";
94 test_value(str_2.compare(str_0), lt);
95 str_2 = "costa ricans";
96 test_value(str_2.compare(str_0), gt);
100 str_2 = "cost";
101 test_value(str_1.compare(0, 4, str_2), z);
102 test_value(str_1.compare(0, 5, str_2), g
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/operations/compare/wchar_t/
H A D1.cc75 wstring str_2; local
91 str_2 = str_0;
92 test_value(str_2.compare(str_0), z);
93 str_2 = L"cost";
94 test_value(str_2.compare(str_0), lt);
95 str_2 = L"costa ricans";
96 test_value(str_2.compare(str_0), gt);
100 str_2 = L"cost";
101 test_value(str_1.compare(0, 4, str_2), z);
102 test_value(str_1.compare(0, 5, str_2), g
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/string_view/operations/compare/char/
H A D1.cc75 string_view str_2; local
91 str_2 = str_0;
92 test_value(str_2.compare(str_0), z);
93 str_2 = "cost";
94 test_value(str_2.compare(str_0), lt);
95 str_2 = "costa ricans";
96 test_value(str_2.compare(str_0), gt);
100 str_2 = "cost";
101 test_value(str_1.compare(0, 4, str_2), z);
102 test_value(str_1.compare(0, 5, str_2), g
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/string_view/operations/compare/wchar_t/
H A D1.cc75 wstring_view str_2; local
91 str_2 = str_0;
92 test_value(str_2.compare(str_0), z);
93 str_2 = L"cost";
94 test_value(str_2.compare(str_0), lt);
95 str_2 = L"costa ricans";
96 test_value(str_2.compare(str_0), gt);
100 str_2 = L"cost";
101 test_value(str_1.compare(0, 4, str_2), z);
102 test_value(str_1.compare(0, 5, str_2), g
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/operators/char/
H A D2.cc120 std::string str_2("cost");
127 VERIFY( !(str_0 == str_2) );
130 VERIFY( !(str_2 == str_0) );
136 VERIFY( str_0 != str_2 );
139 VERIFY( str_2 != str_0 );
145 VERIFY( str_0 > str_2 );
148 VERIFY( !(str_2 > str_0) );
154 VERIFY( !(str_0 < str_2) );
157 VERIFY( str_2 < str_0 );
163 VERIFY( str_0 >= str_2 );
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/string_view/operators/char/
H A D2.cc122 std::experimental::string_view str_2("cost");
129 VERIFY( !(str_0 == str_2) );
132 VERIFY( !(str_2 == str_0) );
138 VERIFY( str_0 != str_2 );
141 VERIFY( str_2 != str_0 );
147 VERIFY( str_0 > str_2 );
150 VERIFY( !(str_2 > str_0) );
156 VERIFY( !(str_0 < str_2) );
159 VERIFY( str_2 < str_0 );
165 VERIFY( str_0 >= str_2 );
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/string_view/operators/wchar_t/
H A D2.cc122 std::experimental::wstring_view str_2(L"cost");
129 VERIFY( !(str_0 == str_2) );
132 VERIFY( !(str_2 == str_0) );
138 VERIFY( str_0 != str_2 );
141 VERIFY( str_2 != str_0 );
147 VERIFY( str_0 > str_2 );
150 VERIFY( !(str_2 > str_0) );
156 VERIFY( !(str_0 < str_2) );
159 VERIFY( str_2 < str_0 );
165 VERIFY( str_0 >= str_2 );
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/operators/wchar_t/
H A D2.cc120 std::wstring str_2(L"cost");
127 VERIFY( !(str_0 == str_2) );
130 VERIFY( !(str_2 == str_0) );
136 VERIFY( str_0 != str_2 );
139 VERIFY( str_2 != str_0 );
145 VERIFY( str_0 > str_2 );
148 VERIFY( !(str_2 > str_0) );
154 VERIFY( !(str_0 < str_2) );
157 VERIFY( str_2 < str_0 );
163 VERIFY( str_0 >= str_2 );
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr39565.c15 char str_2[sizeof ("Illegal opcode")]; member in struct:codestrs_t_4::__anon2293

Completed in 117 milliseconds