Searched refs:ss (Results 1 - 25 of 341) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dunion4.C11 int ss; member in struct:__anon1240::SS
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr42245-2.c7 int ss, tt; local
11 ss = '*';
13 ss = *s++;
16 if (ss == tt)
H A Dpr56997-4.c10 }__attribute((__packed__,__aligned__(4))) ss; typedef in typeref:struct:s
12 extern volatile ss v;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/bitset/input/
H A D1.cc33 stringstream ss; local
35 ss.str("*");
36 ss >> b5;
37 VERIFY( ss.rdstate() == ios_base::failbit );
39 ss.clear();
40 ss.str("*");
41 ss >> b0;
42 VERIFY( ss.rdstate() == ios_base::goodbit );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/num_put/put/char/
H A D10.cc35 stringstream ss; local
36 ss.imbue(loc_c);
37 const num_put<char>& np = use_facet<num_put<char> >(ss.getloc());
42 ss.setf(ios::hex, ios::basefield);
43 np.put(ss.rdbuf(), ss, '+', l);
44 VERIFY( ss.str() != "1" );
45 ss >> ul;
52 ss.str(empty);
53 ss
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/
H A D10.cc35 wstringstream ss; local
36 ss.imbue(loc_c);
37 const num_put<wchar_t>& np = use_facet<num_put<wchar_t> >(ss.getloc());
42 ss.setf(ios::hex, ios::basefield);
43 np.put(ss.rdbuf(), ss, L'+', l);
44 VERIFY( ss.str() != L"1" );
45 ss >> ul;
52 ss.str(empty);
53 ss
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/mpx/
H A Dstruct-copy-1-nov.c24 struct s2 ss = s; local
26 printf("%d\n", ss.b[0].p[0][0]);
27 printf("%d\n", ss.b[0].p[0][99]);
28 printf("%d\n", ss.b[0].p[1][0]);
29 printf("%d\n", ss.b[0].p[1][199]);
30 printf("%d\n", ss.b[1].p[0][0]);
31 printf("%d\n", ss.b[1].p[0][199]);
32 printf("%d\n", ss.b[1].p[1][0]);
33 printf("%d\n", ss.b[1].p[1][99]);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/num_get/get/char/
H A D16.cc34 stringstream ss; local
35 const num_get<char>& ng = use_facet<num_get<char> >(ss.getloc());
53 ss << us1;
55 end = ng.get(ss.rdbuf(), 0, ss, err, us0);
60 ss.clear();
61 ss.str(empty);
62 ss << us1 << '0';
64 end = ng.get(ss.rdbuf(), 0, ss, er
[all...]
H A D39802.cc33 stringstream ss; local
34 const num_get<char>& ng = use_facet<num_get<char> >(ss.getloc());
42 ss << "-0";
44 end = ng.get(ss.rdbuf(), 0, ss, err, ul0);
48 ss.clear();
49 ss.str(empty);
50 ss << "-1";
52 end = ng.get(ss.rdbuf(), 0, ss, er
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D920428-1.c1 x(const char*s){char a[1];const char*ss=s;a[*s++]|=1;return(int)ss+1==(int)s;} local
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr50767.c9 static struct S *ss; variable in typeref:struct:S
18 s->s = ss;
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D900116-1.c6 struct st ss; local
10 ss = s[i];
11 p[i] = ss.c;
12 q[i] = ss.b;
H A Dvector-1.c3 struct ss struct
10 struct ss y = {t1};
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/
H A D6360.cc31 wstringstream ss(L"abcd" L"\xFF" L"1234ina donna coolbrith");
33 ss >> c;
35 ss.ignore(8);
36 ss >> c;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/
H A D6360.cc33 stringstream ss("abcd" "\xFF" "1234ina donna coolbrith");
35 ss >> c;
37 ss.ignore(8);
38 ss >> c;
/haiku-buildtools/gcc/liboffloadmic/runtime/
H A Doffload_timer_host.cpp90 static void offload_host_phase_name(std::stringstream &ss, int p_node);
91 static void offload_target_phase_name(std::stringstream &ss, int p_node);
96 std::stringstream ss; local
100 ss << "\n\n" << stars << "\n";
101 ss << " ";
102 ss << report_get_message_str(c_report_title) << "\n";
103 ss << stars << "\n";
108 ss << " ";
109 ss << report_get_message_str(c_report_from_file) << " "<< pnode->file;
110 ss << report_get_message_st
141 std::stringstream ss; local
176 std::stringstream ss; local
256 fill_buf_with_spaces(std::stringstream &ss, int num) argument
263 offload_host_phase_name(std::stringstream &ss, int p_node) argument
281 offload_target_phase_name(std::stringstream &ss, int p_node) argument
[all...]
H A Doffload_trace.cpp46 static const char * offload_stage(std::stringstream &ss, argument
52 ss << "[" << report_get_message_str(c_report_offload) << "]";
54 ss << " [" << prefix << "]";
56 ss << " [" << report_get_message_str(c_report_tag);
57 ss << " " << offload_number << "]";
60 ss << " ";
62 ss << " [" << tag << "]";
63 ss << " " << text;
65 ss << " [" << prefix << " " << mic_index << "]";
67 ss << " [" << report_get_message_st
76 offload_signal(std::stringstream &ss, int offload_number, const char *tag, const char *text) argument
93 std::stringstream ss; local
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/i860/
H A Ddual03.s7 d.pfadd.ss f0,f0,f0
9 d.pfadd.ss f0,f0,f0
11 d.pfadd.ss f0,f0,f0
14 d.pfadd.ss f20,f30,f30
16 d.pfadd.ss f21,f31,f31
18 d.pfadd.ss f20,f30,f30
20 d.pfadd.ss f21,f31,f31
23 d.pfadd.ss f22,f30,f30
25 d.pfadd.ss f23,f31,f31
27 d.pfadd.ss f2
[all...]
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/i860/
H A Ddual03.s7 d.pfadd.ss f0,f0,f0
9 d.pfadd.ss f0,f0,f0
11 d.pfadd.ss f0,f0,f0
14 d.pfadd.ss f20,f30,f30
16 d.pfadd.ss f21,f31,f31
18 d.pfadd.ss f20,f30,f30
20 d.pfadd.ss f21,f31,f31
23 d.pfadd.ss f22,f30,f30
25 d.pfadd.ss f23,f31,f31
27 d.pfadd.ss f2
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_36.f9015 subroutine s(ss, isassoc)
18 procedure(sub), pointer, intent(in) :: ss
36 subroutine s(ss, isassoc)
39 procedure(sub), pointer, intent(in) :: ss
41 if (isassoc .neqv. associated(ss)) call abort ()
42 if (isassoc .neqv. associated(ss,sub2)) call abort ()
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/
H A D16.cc34 wstringstream ss; local
35 const num_get<wchar_t>& ng = use_facet<num_get<wchar_t> >(ss.getloc());
53 ss << us1;
55 end = ng.get(ss.rdbuf(), 0, ss, err, us0);
60 ss.clear();
61 ss.str(empty);
62 ss << us1 << L'0';
64 end = ng.get(ss.rdbuf(), 0, ss, er
[all...]
H A D39802.cc33 wstringstream ss; local
34 const num_get<wchar_t>& ng = use_facet<num_get<wchar_t> >(ss.getloc());
42 ss << L"-0";
44 end = ng.get(ss.rdbuf(), 0, ss, err, ul0);
48 ss.clear();
49 ss.str(empty);
50 ss << L"-1";
52 end = ng.get(ss.rdbuf(), 0, ss, er
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/manipulators/standard/char/
H A Dquoted.cc33 std::stringstream ss; local
36 ss << std::quoted(original);
37 ss >> std::quoted(round_trip);
46 std::stringstream ss; local
47 ss << std::quoted("Hello Goodbye") << ' ' << 1 << ' ' << 2;
50 ss >> std::quoted(song) >> thing1 >> thing2;
61 std::stringstream ss; local
62 ss << "Alpha Omega";
64 ss >> std::quoted(testit);
73 std::stringstream ss; local
84 auto ss = test04("My biscuits are burnin'!"); local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/manipulators/standard/wchar_t/
H A Dquoted.cc33 std::wstringstream ss; local
36 ss << std::quoted(original);
37 ss >> std::quoted(round_trip);
46 std::wstringstream ss; local
47 ss << std::quoted(L"Hello Goodbye") << L' ' << 1 << L' ' << 2;
50 ss >> std::quoted(song) >> thing1 >> thing2;
61 std::wstringstream ss; local
62 ss << L"Alpha Omega";
64 ss >> std::quoted(testit);
73 std::wstringstream ss; local
84 auto ss = test04(L"My biscuits are burnin'!"); local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/
H A Dpr65040.c8 signed short ss; variable
18 __builtin_printf ("%u\n", ss); /* { dg-warning "expects argument of type" } */

Completed in 384 milliseconds

1234567891011>>