Searched refs:vprint_unicode (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | print.cppm |
|
H A D | ostream.cppm |
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | print | 28 void vprint_unicode(string_view fmt, format_args args); 29 void vprint_unicode(FILE* stream, string_view fmt, format_args args); 173 // vprint_unicode(stream, fmt.str, make_format_args(args...)); 377 _LIBCPP_HIDE_FROM_ABI inline void vprint_unicode(FILE* __stream, string_view __fmt, format_args __a… 382 _LIBCPP_HIDE_FROM_ABI inline void vprint_unicode(string_view __fmt, format_args __args) { 383 std::vprint_unicode(stdout, __fmt, __args);
|
H A D | ostream | 169 void vprint_unicode(ostream& os, string_view fmt, format_args args); …
|
/freebsd/contrib/llvm-project/libcxx/include/__ostream/ |
H A D | print.h | 138 _LIBCPP_HIDE_FROM_ABI inline void vprint_unicode(ostream& __os, string_view __fmt, format_args __ar… in vprint_unicode() function
|