Home
last modified time | relevance | path

Searched defs:__fmt (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__format/
H A Dformat_functions.h360 return __fmt; in runtime_format() argument
426 return std::__vformat_to(std::move(__out_it), __fmt, __args); in vformat_to() argument
358 runtime_format(string_view __fmt) runtime_format() argument
433 vformat_to(_OutIt __out_it,wstring_view __fmt,wformat_args __args) vformat_to() argument
440 format_to(_OutIt __out_it,format_string<_Args...> __fmt,_Args &&...__args) format_to() argument
447 format_to(_OutIt __out_it,wformat_string<_Args...> __fmt,_Args &&...__args) format_to() argument
456 vformat(string_view __fmt,format_args __args) vformat() argument
467 vformat(wstring_view __fmt,wformat_args __args) vformat() argument
476 format(format_string<_Args...> __fmt,_Args &&...__args) format() argument
483 format(wformat_string<_Args...> __fmt,_Args &&...__args) format() argument
492 __vformat_to_n(_OutIt __out_it,iter_difference_t<_OutIt> __n,basic_string_view<_CharT> __fmt,basic_format_args<_Context> __args) __vformat_to_n() argument
502 format_to_n(_OutIt __out_it,iter_difference_t<_OutIt> __n,format_string<_Args...> __fmt,_Args &&...__args) format_to_n() argument
509 format_to_n(_OutIt __out_it,iter_difference_t<_OutIt> __n,wformat_string<_Args...> __fmt,_Args &&...__args) format_to_n() argument
515 __vformatted_size(basic_string_view<_CharT> __fmt,auto __args) __vformatted_size() argument
524 formatted_size(format_string<_Args...> __fmt,_Args &&...__args) formatted_size() argument
531 formatted_size(wformat_string<_Args...> __fmt,_Args &&...__args) formatted_size() argument
559 vformat_to(_OutIt __out_it,locale __loc,string_view __fmt,format_args __args) vformat_to() argument
566 vformat_to(_OutIt __out_it,locale __loc,wstring_view __fmt,wformat_args __args) vformat_to() argument
573 format_to(_OutIt __out_it,locale __loc,format_string<_Args...> __fmt,_Args &&...__args) format_to() argument
580 format_to(_OutIt __out_it,locale __loc,wformat_string<_Args...> __fmt,_Args &&...__args) format_to() argument
589 vformat(locale __loc,string_view __fmt,format_args __args) vformat() argument
600 vformat(locale __loc,wstring_view __fmt,wformat_args __args) vformat() argument
609 format(locale __loc,format_string<_Args...> __fmt,_Args &&...__args) format() argument
616 format(locale __loc,wformat_string<_Args...> __fmt,_Args &&...__args) format() argument
626 __vformat_to_n(_OutIt __out_it,iter_difference_t<_OutIt> __n,locale __loc,basic_string_view<_CharT> __fmt,basic_format_args<_Context> __args) __vformat_to_n() argument
637 format_to_n(_OutIt __out_it,iter_difference_t<_OutIt> __n,locale __loc,format_string<_Args...> __fmt,_Args &&...__args) format_to_n() argument
645 format_to_n(_OutIt __out_it,iter_difference_t<_OutIt> __n,locale __loc,wformat_string<_Args...> __fmt,_Args &&...__args) format_to_n() argument
652 __vformatted_size(locale __loc,basic_string_view<_CharT> __fmt,auto __args) __vformatted_size() argument
662 formatted_size(locale __loc,format_string<_Args...> __fmt,_Args &&...__args) formatted_size() argument
669 formatted_size(locale __loc,wformat_string<_Args...> __fmt,_Args &&...__args) formatted_size() argument
[all...]
H A Dformatter_floating_point.h65 __to_buffer(char * __first,char * __last,_Tp __value,chars_format __fmt) __to_buffer() argument
72 __to_buffer(char * __first,char * __last,_Tp __value,chars_format __fmt,int __precision) __to_buffer() argument
/freebsd-src/contrib/llvm-project/libcxx/src/
H A Dcharconv.cpp49 to_chars_result to_chars(char* __first, char* __last, float __value, chars_format __fmt) { in to_chars()
53 to_chars_result to_chars(char* __first, char* __last, double __value, chars_format __fmt) { in to_chars()
57 to_chars_result to_chars(char* __first, char* __last, long double __value, chars_format __fmt) { in to_chars()
62 to_chars_result to_chars(char* __first, char* __last, float __value, chars_format __fmt, int __prec… in to_chars()
67 to_chars_result to_chars(char* __first, char* __last, double __value, chars_format __fmt, int __pre… in to_chars()
72 to_chars_result to_chars(char* __first, char* __last, long double __value, chars_format __fmt, int … in to_chars()
H A Dlocale.cpp5042 __do_put(char * __nb,char * & __ne,const tm * __tm,char __fmt,char __mod) const __do_put() argument
5051 __do_put(wchar_t * __wb,wchar_t * & __we,const tm * __tm,char __fmt,char __mod) const __do_put() argument
/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Ddebugfs.h89 #define DEFINE_DEBUGFS_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument
91 #define DEFINE_DEBUGFS_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \ argument
H A Dfs.h377 __DEFINE_SIMPLE_ATTRIBUTE(__fops,__get,__set,__fmt,__wrfunc) global() argument