Home
last modified time | relevance | path

Searched defs:__err (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dtime.h28 …_InputIterator& __b, _InputIterator __e, ios_base::iostate& __err, const ctype<_CharT>& __ct, int … in __get_up_to_n_digits()
119 …get_time(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm) const { in get_time()
124 …get_date(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm) const { in get_date()
129 …get_weekday(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm) con… in get_weekday()
134 …get_monthname(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm) c… in get_monthname()
139 …get_year(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm) const { in get_year()
215 …int& __w, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_type>& __ct) c… in __get_weekdayname()
225 …int& __m, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_type>& __ct) c… in __get_monthname()
235 …int& __d, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_type>& __ct) c… in __get_day()
245 …int& __m, iter_type& __b, iter_type __e, ios_base::iostate& __err, const ctype<char_type>& __ct) c… in __get_month()
[all …]
H A Dmoney.h239 …get(iter_type __b, iter_type __e, bool __intl, ios_base& __iob, ios_base::iostate& __err, long dou… in get()
244 …get(iter_type __b, iter_type __e, bool __intl, ios_base& __iob, ios_base::iostate& __err, string_t… in get()
307 ios_base::iostate& __err, in __do_get()
474 …iter_type __b, iter_type __e, bool __intl, ios_base& __iob, ios_base::iostate& __err, long double&… in do_get()
513 …iter_type __b, iter_type __e, bool __intl, ios_base& __iob, ios_base::iostate& __err, string_type&… in do_get()
/freebsd/sys/contrib/dev/rtw89/
H A Dmac.h760 #define RTW89_ERROR_SCENARIO(__err) ((__err) >> 28) argument
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp4036 …ck_grouping(const string& __grouping, unsigned* __g, unsigned* __g_end, ios_base::iostate& __err) { in __check_grouping()