Searched refs:ostr (Results 1 - 23 of 23) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lookup/
H A Dscoped3.C10 virtual void ostr() const;
18 void ostr() const function in struct:C
19 { B::ostr(); }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr67600.C8 std::basic_ostringstream<char> ostr; local
9 std::ostreambuf_iterator<char> iter(ostr.rdbuf());
13 std::cout << ostr.str() << '\n';
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/pod/
H A D23875.cc62 std::basic_ostringstream<pod_ushort> ostr; local
65 ostr << s;
68 ostr << us;
71 ostr << i;
74 ostr << ui;
77 ostr << f;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A D5.cc34 ostringstream ostr; local
35 ostr.precision(20);
36 ostr << pi;
37 string sval = ostr.str();
H A D6.cc39 stringstream ostr; local
40 ostr.precision(prec);
41 ostr << oval;
42 string sval = ostr.str();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/
H A D5.cc31 wostringstream ostr; local
32 ostr.precision(20);
33 ostr << pi;
34 wstring sval = ostr.str();
H A D6.cc36 wstringstream ostr; local
37 ostr.precision(prec);
38 ostr << oval;
39 wstring sval = ostr.str();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/
H A D3.cc33 ostringstream ostr; local
34 ostr << istr.rdbuf() << endl;
36 if (ostr.rdstate() & ios_base::eofbit)
H A Derror_code.cc39 ostringstream ostr; local
40 ostr << e1 << endl;
41 s1 = ostr.str();
43 if (ostr.rdstate() & ios_base::eofbit)
54 ostringstream ostr; local
55 ostr << e2 << endl;
56 s2 = ostr.str();
58 if (ostr.rdstate() & ios_base::eofbit)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/
H A D3.cc30 wostringstream ostr; local
31 ostr << istr.rdbuf() << endl;
33 if (ostr.rdstate() & ios_base::eofbit)
H A Derror_code.cc40 wostringstream ostr; local
41 ostr << e1 << endl;
42 s1 = ostr.str();
44 if (ostr.rdstate() & ios_base::eofbit)
55 wostringstream ostr; local
56 ostr << e2 << endl;
57 s2 = ostr.str();
59 if (ostr.rdstate() & ios_base::eofbit)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/23_containers/insert_erase/
H A D41975.cc45 std::ostringstream ostr; local
46 ostr << desc << ": first insert";
47 report_performance(__FILE__, ostr.str().c_str(), time, resource);
65 ostr.str("");
66 ostr << desc << ": erase from iterator";
67 report_performance(__FILE__, ostr.str().c_str(), time, resource);
80 ostr.str("");
81 ostr << desc << ": second insert";
82 report_performance(__FILE__, ostr.str().c_str(), time, resource);
90 ostr
109 std::ostringstream ostr; local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/23_containers/insert/
H A Dunordered_set.cc48 std::ostringstream ostr; local
49 ostr << ns << "unordered_set " << sz << " insertions";
50 report_performance(__FILE__, ostr.str().c_str(),
H A Dunordered_multiset_hint.cc288 std::ostringstream ostr; local
289 ostr << "unordered_set " << nb_copies << " X " << sz / nb_copies
291 report_performance(__FILE__, ostr.str().c_str(),
294 ostr.str("");
295 ostr << "unordered_set " << nb_copies << " X " << sz / nb_copies
297 report_performance(__FILE__, ostr.str().c_str(),
300 ostr.str("");
301 ostr << "unordered_set " << nb_copies << " X " << sz / nb_copies
303 report_performance(__FILE__, ostr.str().c_str(),
306 ostr
[all...]
H A D54075.cc91 std::ostringstream ostr; local
92 ostr << container_desc << sz << " insertion attempts, "
94 report_performance(__FILE__, ostr.str().c_str(), time, resource);
105 ostr.str("");
106 ostr << container_desc << nb_loop << " times insertion of "
108 report_performance(__FILE__, ostr.str().c_str(), time, resource);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/
H A D03.cc31 std::ostream ostr(&sbuf);
35 ostr << "12220101";
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/
H A D03.cc29 std::wostream ostr(&sbuf);
33 ostr << L"12220101";
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dfriend10.C22 friend std::ostream& operator<<(std::ostream& ostr, const Handle& r) argument
26 return ostr << "in operator<<(ostream&, const Handle&)";
/haiku-buildtools/gcc/gcc/
H A Dincpath.c191 char *ostr; local
209 ostr = concat (relocated_prefix,
212 str = update_path (ostr, p->component);
213 free (ostr);
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dregex_automaton.h102 _M_print(std::ostream& ostr) const;
/haiku-buildtools/binutils/opcodes/
H A Dcr16-dis.c52 char *ostr; member in struct:__anon1088
178 return cinv->ostr;
/haiku-buildtools/gcc/gmp/demos/
H A Dpexpr.c658 char *ostr = str; local
667 return str - ostr;
673 char *ostr = str; local
683 return str - ostr + 1;
/haiku-buildtools/gcc/gcc/cp/
H A Dtree.c3529 tree ostr = TREE_VALUE (in);
3530 if (cp_tree_equal (str, ostr))
3523 tree ostr = TREE_VALUE (in); local

Completed in 143 milliseconds