Searched defs:__fmt (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/src/
H A Dcharconv.cpp58 to_chars_result to_chars(char* __first, char* __last, float __value, chars_format __fmt) { argument
62 to_chars_result to_chars(char* __first, char* __last, double __value, chars_format __fmt) { argument
66 to_chars_result to_chars(char* __first, char* __last, long double __value, chars_format __fmt) { argument
71 to_chars_result to_chars(char* __first, char* __last, float __value, chars_format __fmt, int __precision) { argument
76 to_chars_result to_chars(char* __first, char* __last, double __value, chars_format __fmt, int __precision) { argument
81 to_chars(char* __first, char* __last, long double __value, chars_format __fmt, int __precision) argument
[all...]
H A Dlocale.cpp5873 __do_put(char* __nb, char*& __ne, const tm* __tm, char __fmt, char __mod) const argument
5885 __do_put(wchar_t* __wb, wchar_t*& __we, const tm* __tm, char __fmt, char __mod) const argument
/openbsd-current/gnu/gcc/libstdc++-v3/config/locale/generic/
H A Dc_locale.h63 __convert_from_v(const __c_locale&, char* __out, const int __size __attribute__((__unused__)), const char* __fmt, ...) argument
/openbsd-current/gnu/gcc/libstdc++-v3/config/locale/gnu/
H A Dc_locale.h76 __convert_from_v(const __c_locale& __cloc __attribute__ ((__unused__)), char* __out, const int __size __attribute__ ((__unused__)), const char* __fmt, ...) argument
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/locale/generic/
H A Dc_locale.h57 __convert_from_v(char* __out, const int __attribute__ ((__unused__)) __size, const char* __fmt, _Tv __v, const __c_locale&, int __prec = -1) argument
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/locale/gnu/
H A Dc_locale.h67 __convert_from_v(char* __out, const int __size, const char* __fmt, argument
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_ostream.h179 ios_base::fmtflags __fmt = this->flags() & ios_base::basefield; local
194 ios_base::fmtflags __fmt = this->flags() & ios_base::basefield; local
/openbsd-current/gnu/gcc/libstdc++-v3/src/
H A Ddebug.cc529 _M_format_word(char* __buf, int __n __attribute__ ((__unused__)), const char* __fmt, _Tp __s) const argument
/openbsd-current/gnu/llvm/libcxx/include/__format/
H A Dformat_functions.h410 vformat_to(_OutIt __out_it, string_view __fmt, format_args __args) { argument
417 vformat_to(_OutIt __out_it, wstring_view __fmt, wformat_args __args) { argument
424 format_to(_OutIt __out_it, format_string<_Args...> __fmt, _Args&&... __args) { argument
432 format_to(_OutIt __out_it, wformat_string<_Args...> __fmt, _Arg argument
391 __vformat_to( _OutIt __out_it, basic_string_view<_CharT> __fmt, basic_format_args<basic_format_context<_FormatOutIt, _CharT>> __args) argument
439 vformat(string_view __fmt, format_args __args) argument
441 _VSTD::vformat_to(_VSTD::back_inserter(__res), __fmt, __args); local
447 vformat(wstring_view __fmt, wformat_args __args) argument
449 _VSTD::vformat_to(_VSTD::back_inserter(__res), __fmt, __args); local
455 format(format_string<_Args...> __fmt, _Args&&... __args) argument
463 format(wformat_string<_Args...> __fmt, _Args&&... __args) argument
469 __vformat_to_n(_OutIt __out_it, iter_difference_t<_OutIt> __n, basic_string_view<_CharT> __fmt, basic_format_args<_Context> __args) argument
480 format_to_n(_OutIt __out_it, iter_difference_t<_OutIt> __n, format_string<_Args...> __fmt, _Args&&... __args) argument
487 format_to_n(_OutIt __out_it, iter_difference_t<_OutIt> __n, wformat_string<_Args...> __fmt, _Args&&... __args) argument
494 __vformatted_size(basic_string_view<_CharT> __fmt, auto __args) argument
503 formatted_size(format_string<_Args...> __fmt, _Args&&... __args) argument
510 formatted_size(wformat_string<_Args...> __fmt, _Args&&... __args) argument
519 __vformat_to( _OutIt __out_it, locale __loc, basic_string_view<_CharT> __fmt, basic_format_args<basic_format_context<_FormatOutIt, _CharT>> __args) argument
536 vformat_to( _OutIt __out_it, locale __loc, string_view __fmt, format_args __args) argument
544 vformat_to( _OutIt __out_it, locale __loc, wstring_view __fmt, wformat_args __args) argument
553 format_to(_OutIt __out_it, locale __loc, format_string<_Args...> __fmt, _Args&&... __args) argument
561 format_to(_OutIt __out_it, locale __loc, wformat_string<_Args...> __fmt, _Args&&... __args) argument
568 vformat(locale __loc, string_view __fmt, format_args __args) argument
570 _VSTD::vformat_to(_VSTD::back_inserter(__res), _VSTD::move(__loc), __fmt, local
577 vformat(locale __loc, wstring_view __fmt, wformat_args __args) argument
579 _VSTD::vformat_to(_VSTD::back_inserter(__res), _VSTD::move(__loc), __fmt, local
586 format(locale __loc, format_string<_Args...> __fmt, _Args&&... __args) argument
596 format(locale __loc, wformat_string<_Args...> __fmt, _Args&&... __args) argument
603 __vformat_to_n(_OutIt __out_it, iter_difference_t<_OutIt> __n, locale __loc, basic_string_view<_CharT> __fmt, basic_format_args<_Context> __args) argument
615 format_to_n(_OutIt __out_it, iter_difference_t<_OutIt> __n, locale __loc, format_string<_Args...> __fmt, _Args&&... __args) argument
624 format_to_n(_OutIt __out_it, iter_difference_t<_OutIt> __n, locale __loc, wformat_string<_Args...> __fmt, _Args&&... __args) argument
632 __vformatted_size(locale __loc, basic_string_view<_CharT> __fmt, auto __args) argument
642 formatted_size(locale __loc, format_string<_Args...> __fmt, _Args&&... __args) argument
649 formatted_size(locale __loc, wformat_string<_Args...> __fmt, _Args&&... __args) argument
[all...]
H A Dformatter_floating_point.h58 _LIBCPP_HIDE_FROM_ABI char* __to_buffer(char* __first, char* __last, _Tp __value, chars_format __fmt) { argument
65 _LIBCPP_HIDE_FROM_ABI char* __to_buffer(char* __first, char* __last, _Tp __value, chars_format __fmt, int __precision) { argument

Completed in 265 milliseconds