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

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dstatic8.C7 void g(void) { S03<&f> s03; } local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/messages_byname/
H A Dnamed_equivalence.cc65 string s03 = mssg_byname.get(cat_byname, 0, 0, "please"); local
67 VERIFY ( s03 == "bitte" );
71 VERIFY ( s01 == s03 );
/haiku-buildtools/binutils/gas/testsuite/gas/mri/
H A Dconstants.d10 0*a A s03
H A Dconstants.s1 xdef s01,s02,s03,s04,s05,s06,s07,s08,s09,s10,s11,s12,s13
4 s03 equ @12 define
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mri/
H A Dconstants.d10 0*a A s03
H A Dconstants.s1 xdef s01,s02,s03,s04,s05,s06,s07,s08,s09,s10,s11,s12,s13
4 s03 equ @12 define
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/operators/char/
H A D4.cc38 string s03("abcdefghijklmnopqrstuvw");
41 VERIFY( move(s03) + move(s04) == string("abcdefghijklmnopqrstuvwxyz") );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/vstring/operators/
H A D2.cc38 __vstring s03("abcdefghijklmnopqrstuvw");
41 VERIFY( move(s03) + move(s04) == __vstring("abcdefghijklmnopqrstuvwxyz") );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/operators/wchar_t/
H A D4.cc38 wstring s03(L"abcdefghijklmnopqrstuvw");
41 VERIFY( move(s03) + move(s04) == wstring(L"abcdefghijklmnopqrstuvwxyz") );
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/
H A Draw-string-2.c26 const char s03[] = R"-(a)-" u8"(b)"; variable
76 TEST (s03, "a(b)");

Completed in 196 milliseconds