Lines Matching +full:- +full:12 +full:v
1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
26 …__asm__("?cin@" _LIBCPP_ABI_NAMESPACE_STR "@std@@3V?$basic_istream@DU?$char_traits@D@" _LIBCPP_ABI…
27 "@std@@@12@A")
36 …__asm__("?wcin@" _LIBCPP_ABI_NAMESPACE_STR "@std@@3V?$basic_istream@_WU?$char_traits@_W@" _LIBCPP_…
37 "@std@@@12@A")
46 …__asm__("?cout@" _LIBCPP_ABI_NAMESPACE_STR "@std@@3V?$basic_ostream@DU?$char_traits@D@" _LIBCPP_AB…
47 "@std@@@12@A")
56 …__asm__("?wcout@" _LIBCPP_ABI_NAMESPACE_STR "@std@@3V?$basic_ostream@_WU?$char_traits@_W@" _LIBCPP…
57 "@std@@@12@A")
66 …__asm__("?cerr@" _LIBCPP_ABI_NAMESPACE_STR "@std@@3V?$basic_ostream@DU?$char_traits@D@" _LIBCPP_AB…
67 "@std@@@12@A")
76 …__asm__("?wcerr@" _LIBCPP_ABI_NAMESPACE_STR "@std@@3V?$basic_ostream@_WU?$char_traits@_W@" _LIBCPP…
77 "@std@@@12@A")
86 …__asm__("?clog@" _LIBCPP_ABI_NAMESPACE_STR "@std@@3V?$basic_ostream@DU?$char_traits@D@" _LIBCPP_AB…
87 "@std@@@12@A")
94 …__asm__("?wclog@" _LIBCPP_ABI_NAMESPACE_STR "@std@@3V?$basic_ostream@_WU?$char_traits@_W@" _LIBCPP…
95 "@std@@@12@A")
134 ::new (clog) ostream(cerr_ptr->rdbuf()); in DoIOSInit()
135 cin_ptr->tie(cout_ptr); in DoIOSInit()
137 cerr_ptr->tie(cout_ptr); in DoIOSInit()
143 ::new (wclog) wostream(wcerr_ptr->rdbuf()); in DoIOSInit()
145 wcin_ptr->tie(wcout_ptr); in DoIOSInit()
147 wcerr_ptr->tie(wcout_ptr); in DoIOSInit()
153 cout_ptr->flush(); in ~DoIOSInit()
155 clog_ptr->flush(); in ~DoIOSInit()
159 wcout_ptr->flush(); in ~DoIOSInit()
161 wclog_ptr->flush(); in ~DoIOSInit()