Home
last modified time | relevance | path

Searched refs:endl (Results 1 – 25 of 117) sorted by relevance

12345

/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
Dnarrow_stream_objects.cc86 std::cout << "testing cout" << std::endl; in test01()
87 std::cerr << "testing cerr" << std::endl; in test01()
89 std::clog << "testing clog" << std::endl; in test01()
102 cout << "i == " << i << endl; in test02()
113 cout << "i == " << i << endl; in test03()
131 cout << "world" << endl; in test04()
142 std::cout << "hello" << ' ' << "world" << std::endl; in test05()
146 std::cout << "hello " << s << std::endl; in test05()
158 cerr << endl; in test06()
159 cerr << "i == " << i << endl; in test06()
[all …]
Dios_manip_basefield.cc60 oss << 0123456l << std::endl; in test01()
63 oss << 01234567l << ":" << std::endl; in test01()
66 oss << 0123456l << ":" << std::endl; in test01()
69 oss << 012345l << ":" << std::endl; in test01()
72 oss << 01234l << ":" << std::endl; in test01()
75 oss << 123456789l << ":" << std::endl; in test01()
78 oss << 1234567l << ":" << std::endl; in test01()
81 oss << 123456l << ":" << std::endl; in test01()
84 oss << 123l << ":" << std::endl; in test01()
88 oss << 0x12345678l << std::endl; in test01()
[all …]
Dios_manip_fmtflags.cc61 oss << true << " " << false << std::endl; in test01()
63 oss << true << " " << false << std::endl; in test01()
65 oss << ":" << std::setw(6) << std::internal << true << ":" << std::endl; in test01()
66 oss << ":" << std::setw(6) << std::left << true << ":" << std::endl; in test01()
67 oss << ":" << std::setw(6) << std::right << false << ":" << std::endl; in test01()
69 oss << ":" << std::setw(3) << std::internal << true << ":" << std::endl; in test01()
70 oss << ":" << std::setw(3) << std::left << true << ":" << std::endl; in test01()
71 oss << ":" << std::setw(3) << std::right << false << ":" << std::endl; in test01()
77 oss << true << " " << false << std::endl; in test01()
79 oss << ":" << std::setw(6) << std::internal << true << ":" << std::endl; in test01()
[all …]
Dwide_stream_objects.cc91 std::wcout << L"testing wcout" << std::endl; in test01()
92 std::wcerr << L"testing wcerr" << std::endl; in test01()
94 std::wclog << L"testing wclog" << std::endl; in test01()
Dostream_inserter_arith.cc201 cout << "expect: " << tc.result << endl; in test01()
212 cout << j << "result 1: " << os.str() << endl; in test01()
225 cout << j << "result 2: " << os.str() << endl; in test01()
272 cout << "expect: " << largebuf << endl; in test02()
273 cout << "result: " << os.str() << endl; in test02()
288 cout << "expect: " << largebuf << endl; in test02()
289 cout << "result: " << os2.str() << endl; in test02()
296 os2 << fixed << setprecision(3) << val2 << endl; in test02()
297 os2 << endl; in test02()
298 os2 << fixed << setprecision(1) << val2 << endl; in test02()
[all …]
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/
Dabi_check.cc129 cout << tab << "incompatible types" << endl; in check_compatible()
138 cout << tab << "incompatible names" << endl; in check_compatible()
147 cout << tab << "incompatible sizes" << endl; in check_compatible()
148 cout << tab << lhs.size << endl; in check_compatible()
149 cout << tab << rhs.size << endl; in check_compatible()
159 cout << tab << "incompatible versions" << endl; in check_compatible()
160 cout << tab << lhs.version_name << endl; in check_compatible()
161 cout << tab << rhs.version_name << endl; in check_compatible()
166 cout << endl; in check_compatible()
301 cout << tab << symbol.demangled_name << endl; in report_symbol_info()
[all …]
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
Duserdef.cc286 return (outs << endl << "x = " << one.x << endl << "y = " << one.y << endl << "-------" << endl); in operator <<()
317 cout << "&& " << val << endl << "-----"<<endl; in main()
319 cout << "|| " << val << endl << "-----"<<endl; in main()
321 cout << " == " << val << endl << "-----"<<endl; in main()
323 cout << "!= " << val << endl << "-----"<<endl; in main()
325 cout << ">= " << val << endl << "-----"<<endl; in main()
327 cout << "<= " << val << endl << "-----"<<endl; in main()
329 cout << "< " << val << endl << "-----"<<endl; in main()
331 cout << "> " << val << endl << "-----"<<endl; in main()
344 cout << "! " << val << endl << "-----"<<endl; in main()
Dbs15503.cc39 cout << "in StringTest" << endl; in testFunction()
41 cout << s << endl; in testFunction()
45 cout << s << endl; in testFunction()
49 cout << s << endl; in testFunction()
54 cout << s << endl; in testFunction()
58 cout << s << endl; in testFunction()
Dexception.cc39 cout << "k is " << k << " eharg is " << eharg << " flag is " << flag << endl; in bar()
51 cout << "Got an except " << x << endl; in main()
59 cout << "Got an except " << x << endl; in main()
64 cout << "Got an except (rethrown) " << y << endl; in main()
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/26_numerics/
Dbinary_closure.cc21 std::cout << "d[4] = " << d[4] << std::endl; in main()
24 std::cout << "d[4] = " << d[4] << std::endl; in main()
27 std::cout << "d[4] = " << d[4] << std::endl; in main()
30 std::cout << "d[4] = " << d[4] << std::endl; in main()
32 std::cout << "d[4] = " << d[4] << std::endl; in main()
35 std::cout << "d[4] = " << d[4] << std::endl; in main()
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
Dtrace_fn_imps.hpp54 std::cerr << this << std::endl; in trace()
56 std::cerr << m_a_entries << std::endl; in trace()
61 std::cerr << std::endl; in trace()
63 std::cerr << "size = " << m_size << " " << "actual_size = " << m_actual_size << std::endl; in trace()
73 std::cout << r_e << " " <<* r_e << std::endl; in trace_entry()
81 std::cout << r_e << std::endl; in trace_entry()
/openbsd/src/gnu/llvm/llvm/examples/ParallelJIT/
DParallelJIT.cpp179 std::cout << "Unblocking threads from block()" << std::endl; in block()
204 std::cout << "Unblocking threads from releaseThreads()" << std::endl; in releaseThreads()
284 std::cerr << "Could not create thread" << std::endl; in main()
291 std::cerr << "Could not create thread" << std::endl; in main()
298 std::cerr << "Could not create thread" << std::endl; in main()
307 std::cerr << "Could not join thread" << std::endl; in main()
310 std::cout << "Add1 returned " << intptr_t(returnValue) << std::endl; in main()
314 std::cerr << "Could not join thread" << std::endl; in main()
317 std::cout << "Fib1 returned " << intptr_t(returnValue) << std::endl; in main()
321 std::cerr << "Could not join thread" << std::endl; in main()
[all …]
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
Dtrace_fn_imps.hpp54 std::cerr << m_p_l << std::endl << std::endl; in trace()
58 std::cerr << PB_DS_V2F(p_l->m_value) << std::endl; in trace()
61 std::cerr << std::endl; in trace()
/openbsd/src/regress/misc/exceptions/foo/
Dfoo.cc8 cout << "Throwing up" << endl; in main()
13 cout << "Wew, that was close!" << endl; in main()
16 cout << "Done" << endl; in main()
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
Dtrace_fn_imps.hpp54 std::cerr << std::endl; in trace()
58 std::cerr << std::endl; in trace()
81 std::cerr << std::endl; in trace_node()
89 static_cast<unsigned long>(p_internal->get_e_ind()) << std::endl; in trace_node()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
Darm12.C27 std::cout << "X::X()" << std::endl; in X()
32 std::cout << "X::f()" << std::endl; in f()
37 std::cout << "Y::Y()" << std::endl; in Y()
Dvisibility10.C8 void f1 () { std::cout << "f1" << std::endl; }; in f1()
9 void f2 () { std::cout << "f2" << std::endl; }; in f2()
Dcode-gen5.C165 std::cerr << "Warning: trying to assign out of bounds" << std::endl; in assign()
166 std::cerr << "row " << rownum << std::endl; in assign()
167 std::cerr << "Vector size " << row() << std::endl; in assign()
236 std::cerr << std::endl; in VecElem()
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/
Dmap_debug_base.hpp159 std::cerr << "insert_new " << r_key << std::endl; in insert_new()
169 std::cerr << "insert_new 1" << r_key << std::endl; in insert_new()
185 std::cerr << "erase_existing " << r_key << std::endl; in erase_existing()
210 std::cerr << "check_key_exists " << r_key << std::endl; in check_key_exists()
224 std::cerr << "check_key_does_not_exist " << r_key << std::endl; in check_key_does_not_exist()
239 << " " << key_set_size << std::endl; in check_size()
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
Dtrace_fn_imps.hpp54 std::cerr << std::endl; in trace()
58 std::cerr << std::endl; in trace()
78 std::cerr << p_nd->m_value << std::endl; in trace_node()
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
Ddebug_fn_imps.hpp54 std::cout << "av1" << std::endl; in assert_valid()
59 std::cout << "av2" << std::endl; in assert_valid()
61 std::cout << "av3" << std::endl; in assert_valid()
/openbsd/src/gnu/llvm/lldb/tools/lldb-vscode/
DVSCode.cpp97 *log << "<-- " << std::endl in SendJSON()
99 << json_str << std::endl; in SendJSON()
136 *log << "--> " << std::endl in ReadJSON()
138 << json_str << std::endl; in ReadJSON()
478 *log << "error: failed to parse JSON: " << error_str << std::endl in GetNextObject()
479 << json << std::endl; in GetNextObject()
486 *log << "error: json packet isn't a object" << std::endl; in GetNextObject()
502 *log << "error: unhandled command \"" << command.data() << std::endl; in HandleObject()
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
Dtrace_fn_imps.hpp54 std::cerr << std::endl; in trace()
56 std::cerr << "m_p_max " << m_p_max << std::endl; in trace()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
Dtypeid1.C9 std::cout << typeid(f).name() << std::endl; in main()
10 std::cout << typeid(foo::f).name() << std::endl; in main()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
Deb79.C22 cout << max(d, i) << endl; // #1 in main()
23 cout << max(i, d) << endl; // #2 in main()

12345