Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__format/
H A Dformat_functions.h359 return __fmt; in runtime_format() argument
425 return std::__vformat_to(std::move(__out_it), __fmt, __args); in vformat_to() argument
357 runtime_format(string_view __fmt) runtime_format() argument
432 vformat_to(_OutIt __out_it,wstring_view __fmt,wformat_args __args) vformat_to() argument
439 format_to(_OutIt __out_it,format_string<_Args...> __fmt,_Args &&...__args) format_to() argument
446 format_to(_OutIt __out_it,wformat_string<_Args...> __fmt,_Args &&...__args) format_to() argument
454 vformat(string_view __fmt,format_args __args) vformat() argument
465 vformat(wstring_view __fmt,wformat_args __args) vformat() argument
474 format(format_string<_Args...> __fmt,_Args &&...__args) format() argument
481 format(wformat_string<_Args...> __fmt,_Args &&...__args) format() argument
490 __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
500 format_to_n(_OutIt __out_it,iter_difference_t<_OutIt> __n,format_string<_Args...> __fmt,_Args &&...__args) format_to_n() argument
507 format_to_n(_OutIt __out_it,iter_difference_t<_OutIt> __n,wformat_string<_Args...> __fmt,_Args &&...__args) format_to_n() argument
513 __vformatted_size(basic_string_view<_CharT> __fmt,auto __args) __vformatted_size() argument
522 formatted_size(format_string<_Args...> __fmt,_Args &&...__args) formatted_size() argument
529 formatted_size(wformat_string<_Args...> __fmt,_Args &&...__args) formatted_size() argument
557 vformat_to(_OutIt __out_it,locale __loc,string_view __fmt,format_args __args) vformat_to() argument
564 vformat_to(_OutIt __out_it,locale __loc,wstring_view __fmt,wformat_args __args) vformat_to() argument
571 format_to(_OutIt __out_it,locale __loc,format_string<_Args...> __fmt,_Args &&...__args) format_to() argument
578 format_to(_OutIt __out_it,locale __loc,wformat_string<_Args...> __fmt,_Args &&...__args) format_to() argument
587 vformat(locale __loc,string_view __fmt,format_args __args) vformat() argument
598 vformat(locale __loc,wstring_view __fmt,wformat_args __args) vformat() argument
607 format(locale __loc,format_string<_Args...> __fmt,_Args &&...__args) format() argument
614 format(locale __loc,wformat_string<_Args...> __fmt,_Args &&...__args) format() argument
624 __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
635 format_to_n(_OutIt __out_it,iter_difference_t<_OutIt> __n,locale __loc,format_string<_Args...> __fmt,_Args &&...__args) format_to_n() argument
643 format_to_n(_OutIt __out_it,iter_difference_t<_OutIt> __n,locale __loc,wformat_string<_Args...> __fmt,_Args &&...__args) format_to_n() argument
650 __vformatted_size(locale __loc,basic_string_view<_CharT> __fmt,auto __args) __vformatted_size() argument
660 formatted_size(locale __loc,format_string<_Args...> __fmt,_Args &&...__args) formatted_size() argument
667 formatted_size(locale __loc,wformat_string<_Args...> __fmt,_Args &&...__args) formatted_size() argument
[all...]
H A Dformatter_floating_point.h66 _LIBCPP_HIDE_FROM_ABI char* __to_buffer(char* __first, char* __last, _Tp __value, chars_format __fmt) { in __to_buffer() argument
73 _LIBCPP_HIDE_FROM_ABI char* __to_buffer(char* __first, char* __last, _Tp __value, chars_format __fmt, int __precision) { in __to_buffer() argument
/llvm-project/libcxx/include/__ostream/
H A Dprint.h31 __vprint_nonunicode(ostream & __os,string_view __fmt,format_args __args,bool __write_nl) __vprint_nonunicode() argument
75 vprint_nonunicode(ostream & __os,string_view __fmt,format_args __args) vprint_nonunicode() argument
96 __vprint_unicode(ostream & __os,string_view __fmt,format_args __args,bool __write_nl) __vprint_unicode() argument
138 vprint_unicode(ostream & __os,string_view __fmt,format_args __args) vprint_unicode() argument
144 print(ostream & __os,format_string<_Args...> __fmt,_Args &&...__args) print() argument
156 println(ostream & __os,format_string<_Args...> __fmt,_Args &&...__args) println() argument
[all...]
/llvm-project/libcxx/src/
H A Dcharconv.cpp49 to_chars(char * __first,char * __last,float __value,chars_format __fmt) to_chars() argument
53 to_chars(char * __first,char * __last,double __value,chars_format __fmt) to_chars() argument
57 to_chars(char * __first,char * __last,long double __value,chars_format __fmt) to_chars() argument
62 to_chars(char * __first,char * __last,float __value,chars_format __fmt,int __precision) to_chars() argument
67 to_chars(char * __first,char * __last,double __value,chars_format __fmt,int __precision) to_chars() argument
72 to_chars(char * __first,char * __last,long double __value,chars_format __fmt,int __precision) to_chars() argument
[all...]
H A Dlocale.cpp5040 __do_put(char * __nb,char * & __ne,const tm * __tm,char __fmt,char __mod) const __do_put() argument
5049 __do_put(wchar_t * __wb,wchar_t * & __we,const tm * __tm,char __fmt,char __mod) const __do_put() argument
/llvm-project/clang/test/CodeGen/
H A Dasm-label-inline-builtins.c19 vprintf (const char *__restrict __fmt, __builtin_va_list __ap) in vprintf()