Searched refs:tie (Results 1 - 25 of 64) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/tuple/creation_functions/
H A Dtie.cc38 tie(y1,y2)=ta;
40 tie(y1,y2)=tc;
H A D23978.cc36 tie(x, y) = p;
H A Dtie2.cc35 tie(i, ignore, s) = make_tuple(42, 3.14, "C++");
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/tr1/6_containers/tuple/creation_functions/
H A Dtie.cc38 tie(y1,y2)=ta;
40 tie(y1,y2)=tc;
H A D23978.cc38 tie(x, y) = p;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/objects/char/
H A Ddr455.cc23 // DR 455. cerr::tie() and wcerr::tie() are overspecified.
28 VERIFY( std::cerr.tie() == &std::cout );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/objects/wchar_t/
H A Ddr455.cc23 // DR 455. cerr::tie() and wcerr::tie() are overspecified.
28 VERIFY( std::wcerr.tie() == &std::wcout );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/6_containers/tuple/creation_functions/
H A Dtie.cc38 tie(y1,y2)=ta;
40 tie(y1,y2)=tc;
H A D23978.cc37 tie(x, y) = p;
H A Dtie2.cc33 tie(i, ignore, s) = make_tuple(42, 3.14, "C++");
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dtypedef8.C8 template<class T1, class T2> inline tuple<T1&, T2&> tie(T1& t1, T2& t2) { } function
20 tie(begin1, end1) = a.f();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/char/
H A D2.cc54 strm.tie(&tied);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/wchar_t/
H A D2.cc52 strm.tie(&tied);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/char/
H A D2.cc63 strm.tie(&tied);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/wchar_t/
H A D2.cc61 strm.tie(&tied);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dios_init.cc95 cin.tie(&cout);
98 // 455. cerr::tie() and wcerr::tie() are overspecified.
99 cerr.tie(&cout);
110 wcin.tie(&wcout);
112 wcerr.tie(&wcout);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostream/flush/char/
H A D2.cc40 // No sentry should be constructed so os.tie()->flush() should not be
42 os.tie(&os_tie);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostream/flush/wchar_t/
H A D2.cc38 // No sentry should be constructed so os.tie()->flush() should not be
40 os.tie(&os_tie);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ostream/flush/char/
H A D2.cc41 // No sentry should be constructed so os.tie()->flush() should not be
43 os.tie(&os_tie);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ostream/flush/wchar_t/
H A D2.cc39 // No sentry should be constructed so os.tie()->flush() should not be
41 os.tie(&os_tie);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ios/cons/char/
H A D1.cc53 VERIFY( ios_00.tie() == 0 );
64 VERIFY( ios_01.tie() == 0 );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ios/cons/char/
H A D1.cc62 VERIFY( ios_00.tie() == 0 );
73 VERIFY( ios_01.tie() == 0 );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/tr1/
H A Drepeat.h110 #define _GLIBCXX_BIND_V_ARGS _Mu<_T1>()(_M_arg1, ::std::tr1::tie(_GLIBCXX_BIND_ARGS))
164 #define _GLIBCXX_BIND_V_ARGS _Mu<_T1>()(_M_arg1, ::std::tr1::tie(_GLIBCXX_BIND_ARGS)), _Mu<_T2>()(_M_arg2, ::std::tr1::tie(_GLIBCXX_BIND_ARGS))
218 #define _GLIBCXX_BIND_V_ARGS _Mu<_T1>()(_M_arg1, ::std::tr1::tie(_GLIBCXX_BIND_ARGS)), _Mu<_T2>()(_M_arg2, ::std::tr1::tie(_GLIBCXX_BIND_ARGS)), _Mu<_T3>()(_M_arg3, ::std::tr1::tie(_GLIBCXX_BIND_ARGS))
272 #define _GLIBCXX_BIND_V_ARGS _Mu<_T1>()(_M_arg1, ::std::tr1::tie(_GLIBCXX_BIND_ARGS)), _Mu<_T2>()(_M_arg2, ::std::tr1::tie(_GLIBCXX_BIND_ARGS)), _Mu<_T3>()(_M_arg3, ::std::tr1::tie(_GLIBCXX_BIND_ARGS)), _Mu<_T4>()(_M_arg4, ::std::tr1::tie(_GLIBCXX_BIND_ARG
[all...]
H A Dtuple_iterate.h149 inline tie() function
163 inline tie(_GLIBCXX_REF_PARAMS) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/
H A D5.cc51 // No sentry should be constructed so os.tie()->flush() should not be
53 os.tie(&os_tie);

Completed in 222 milliseconds

123