/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | ios.cpp | 56 ios_base::failure::failure(const string& msg, const error_code& ec) : system_error(ec, msg) {} in failure() 58 ios_base::failure::failure(const char* msg, const error_code& ec) : system_error(ec, msg) {} in failure() 60 ios_base::failure::~failure() throw() {} in ~failure() 64 const ios_base::fmtflags ios_base::boolalpha; 65 const ios_base::fmtflags ios_base::dec; 66 const ios_base::fmtflags ios_base::fixed; 67 const ios_base::fmtflags ios_base::hex; 68 const ios_base::fmtflags ios_base::internal; 69 const ios_base::fmtflags ios_base::left; 70 const ios_base::fmtflags ios_base::oct; [all …]
|
H A D | strstream.cpp | 173 strstreambuf::pos_type strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) { in overflow() 224 strstreambuf::pos_type strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which) { in underflow()
|
H A D | iostream.cpp | 165 ios_base::Init::Init() { in Init() 169 ios_base::Init::~Init() {} in ~Init()
|
H A D | iostream_init.h | 2 _LIBCPP_HIDDEN ios_base::Init __start_std_streams _LIBCPP_INIT_PRIORITY_MAX;
|
H A D | locale.cpp | 4107 int __num_get_base::__get_base(ios_base& iob) { in __get_base() 4108 ios_base::fmtflags __basefield = iob.flags() & ios_base::basefield; in __get_base() 4109 if (__basefield == ios_base::oct) in __get_base() 4111 else if (__basefield == ios_base::hex) in __get_base() 4120 void __check_grouping(const string& __grouping, unsigned* __g, unsigned* __g_end, ios_base::iostate… in __check_grouping() 4130 __err = ios_base::failbit; in __check_grouping() 4139 __err = ios_base::failbit; in __check_grouping() 4144 void __num_put_base::__format_int(char* __fmtp, const char* __len, bool __signd, ios_base::fmtflags… in __format_int() 4145 if ((__flags & ios_base::showpos) && (__flags & ios_base::basefield) != ios_base::oct && in __format_int() 4146 (__flags & ios_base::basefield) != ios_base::hex && __signd) in __format_int() [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | ios | 25 class ios_base 94 virtual ~ios_base(); 98 typedef void (*event_callback)(event, ios_base&, int index); 101 ios_base(const ios_base&) = delete; 102 ios_base& operator=(const ios_base&) = delete; 107 ios_base(); 112 : public ios_base 168 ios_base& boolalpha (ios_base& str); 169 ios_base& noboolalpha(ios_base& str); 170 ios_base& showbase (ios_base& str); [all …]
|
H A D | fstream | 38 basic_filebuf* open(const char* s, ios_base::openmode mode); 39 basic_filebuf* open(const string& s, ios_base::openmode mode); 40 basic_filebuf* open(const filesystem::path& p, ios_base::openmode mode); // C++17 51 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 52 ios_base::openmode which = ios_base::in | ios_base::out); 54 ios_base::openmode which = ios_base::in | ios_base::out); 79 explicit basic_ifstream(const char* s, ios_base::openmode mode = ios_base::in); 80 explicit basic_ifstream(const string& s, ios_base::openmode mode = ios_base::in); 82 explicit basic_ifstream(const T& s, ios_base::openmode mode = ios_base::in); // Since C++17 91 void open(const char* s, ios_base::openmode mode = ios_base::in); [all …]
|
H A D | sstream | 32 … explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out); // before C++20 33 basic_stringbuf() : basic_stringbuf(ios_base::in | ios_base::out) {} // C++20 34 explicit basic_stringbuf(ios_base::openmode which); // C++20 36 ios_base::openmode which = ios_base::in | ios_base::out); 38 : basic_stringbuf(ios_base::in | ios_base::out, a) {} // C++20 39 basic_stringbuf(ios_base::openmode which, const allocator_type& a); // C++20 41 ios_base::openmode which = ios_base::in | ios_base::out); // C++20 44 : basic_stringbuf(s, ios_base::in | ios_base::out, a) {} // C++20 47 ios_base::openmode which, const allocator_type& a); // C++20 50 ios_base::openmode which = ios_base::in | ios_base::out); // C++20 [all …]
|
H A D | istream | 44 basic_istream& operator>>(ios_base& (*pf)(ios_base&)); 83 basic_istream& seekg(off_type, ios_base::seekdir); 237 inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 basic_istream& operator>>(ios_base& (*__pf)(ios_base&)) { 297 basic_istream& seekg(off_type __off, ios_base::seekdir __dir); 319 if (!__noskipws && (__is.flags() & ios_base::skipws)) { 328 __is.setstate(ios_base::failbit | ios_base::eofbit); 332 __is.setstate(ios_base::failbit); 353 ios_base::iostate __state = ios_base::goodbit; 364 __state |= ios_base::badbit; 366 if (__is.exceptions() & ios_base::badbit) { [all …]
|
H A D | locale | 284 ios_base::iostate& __err, 364 __err |= ios_base::eofbit; 370 __err |= ios_base::failbit; 377 static int __get_base(ios_base&); 386 __check_grouping(const string& __grouping, unsigned* __g, unsigned* __g_end, ios_base::iostate& __e… 390 …static string __stage2_float_prep(ios_base& __iob, _CharT* __atoms, _CharT& __decimal_point, _Char… 406 static string __stage2_int_prep(ios_base& __iob, _CharT* __atoms, _CharT& __thousands_sep); 420 static string __stage2_int_prep(ios_base& __iob, _CharT& __thousands_sep) { 427 …const _CharT* __do_widen(ios_base& __iob, _CharT* __atoms) const { return __do_widen_p(__iob, __at… 443 const _Tp* __do_widen_p(ios_base& __iob, _Tp* __atoms) const { [all …]
|
H A D | streambuf | 38 pos_type pubseekoff(off_type off, ios_base::seekdir way, 39 ios_base::openmode which = ios_base::in | ios_base::out); 41 ios_base::openmode which = ios_base::in | ios_base::out); 86 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 87 ios_base::openmode which = ios_base::in | ios_base::out); 89 ios_base::openmode which = ios_base::in | ios_base::out); 161 …pubseekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which = ios_base::in | io… 166 pubseekpos(pos_type __sp, ios_base::openmode __which = ios_base::in | ios_base::out) { 269 …seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which = ios_base::in | ios_b… 270 …virtual pos_type seekpos(pos_type __sp, ios_base::openmode __which = ios_base::in | ios_base::out); [all …]
|
H A D | strstream | 48 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 49 ios_base::openmode which = ios_base::in | ios_base::out); 51 ios_base::openmode which = ios_base::in | ios_base::out); 89 ostrstream(char* s, int n, ios_base::openmode mode = ios_base::out); 114 strstream(char* s, int n, ios_base::openmode mode = ios_base::in | ios_base::out); 183 …seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which = ios_base::in | ios_b… 184 …pos_type seekpos(pos_type __sp, ios_base::openmode __which = ios_base::in | ios_base::out) overrid… 270 _LIBCPP_HIDE_FROM_ABI ostrstream(char* __s, int __n, ios_base::openmode __mode = ios_base::out) 312 …LIBCPP_HIDE_FROM_ABI strstream(char* __s, int __n, ios_base::openmode __mode = ios_base::in | ios_…
|
H A D | iomanip | 19 T1 resetiosflags(ios_base::fmtflags mask); 20 T2 setiosflags (ios_base::fmtflags mask); 58 ios_base::fmtflags __mask_; 61 _LIBCPP_HIDE_FROM_ABI explicit __iom_t1(ios_base::fmtflags __m) : __mask_(__m) {} 78 inline _LIBCPP_HIDE_FROM_ABI __iom_t1 resetiosflags(ios_base::fmtflags __mask) { return __iom_t1(__… 83 ios_base::fmtflags __mask_; 86 _LIBCPP_HIDE_FROM_ABI explicit __iom_t2(ios_base::fmtflags __m) : __mask_(__m) {} 103 inline _LIBCPP_HIDE_FROM_ABI __iom_t2 setiosflags(ios_base::fmtflags __mask) { return __iom_t2(__ma… 116 __is.setf(__x.__base_ == 8 ? ios_base::oct 117 : __x.__base_ == 10 ? ios_base::dec [all …]
|
H A D | ostream | 44 basic_ostream& operator<<(ios_base& (*pf)(ios_base&)); 70 basic_ostream& seekp(off_type, ios_base::seekdir);
|
/freebsd/contrib/llvm-project/libcxx/include/__ostream/ |
H A D | basic_ostream.h | 83 inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 basic_ostream& operator<<(ios_base& (*__pf)(ios_base&)) { 124 …inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 basic_ostream& seekp(off_type __off, ios_base::seekdir __dir… 155 …if (__os_.rdbuf() && __os_.good() && (__os_.flags() & ios_base::unitbuf) && !uncaught_exception())… in ~sentry() 160 __os_.setstate(ios_base::badbit); in ~sentry() 206 this->setstate(ios_base::failbit); 213 this->setstate(ios_base::badbit); 233 this->setstate(ios_base::badbit | ios_base::failbit); 250 ios_base::fmtflags __flags = ios_base::flags() & ios_base::basefield; 256 __flags == ios_base::oct || __flags == ios_base::hex 260 this->setstate(ios_base::badbit | ios_base::failbit); [all …]
|
H A D | print.h | 59 (__os.flags() & ios_base::adjustfield) == ios_base::left ? __str + __len : __str, in __vprint_nonunicode() 64 __os.setstate(ios_base::badbit | ios_base::failbit); in __vprint_nonunicode()
|
/freebsd/contrib/llvm-project/libcxx/include/__fwd/ |
H A D | ios.h | 21 class _LIBCPP_EXPORTED_FROM_ABI ios_base; variable
|
/freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
H A D | ostreambuf_iterator.h | 67 ostreambuf_iterator<_Ch, _Tr> __s, const _Ch* __ob, const _Ch* __op, const _Ch* __oe, ios_base& __iob, _Ch __fl);
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | ios.cppm |
|
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | ExecutionDriver.cpp | 358 std::ofstream outFile(OutputFile.c_str(), std::ios_base::app); in executeProgram()
|
H A D | ToolRunner.cpp | 751 std::ofstream outFile(OutputFile.c_str(), std::ios_base::app); in ExecuteProgram()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 1600 SYMBOL(ios_base, std::, <ios>) 1601 SYMBOL(ios_base, std::, <iostream>)
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 12157 std::ios_base::Init m_ostreamInit; // Forces cout/ cerr to be initialised 15136 std::ios_base::fmtflags f(os.flags()); in hexEscapeChar()
|
/freebsd/ |
H A D | ObsoleteFiles.inc | 9729 OLD_FILES+=usr/include/c++/4.2/bits/ios_base.h 17544 OLD_FILES+=usr/include/c++/3.4/bits/ios_base.h 18217 OLD_FILES+=usr/include/c++/3.3/bits/ios_base.h
|