Searched refs:vprint_nonunicode (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 | 31 void vprint_nonunicode(string_view fmt, format_args args); 32 void vprint_nonunicode(FILE* stream, string_view fmt, format_args args); 175 // vprint_nonunicode(stream, fmt.str, make_format_args(args...)); 389 _LIBCPP_HIDE_FROM_ABI inline void vprint_nonunicode(FILE* __stream, string_view __fmt, format_args … 394 _LIBCPP_HIDE_FROM_ABI inline void vprint_nonunicode(string_view __fmt, format_args __args) { 395 std::vprint_nonunicode(stdout, __fmt, __args);
|
H A D | ostream | 170 void vprint_nonunicode(ostream& os, string_view fmt, format_args args); …
|
/freebsd/contrib/llvm-project/libcxx/include/__ostream/ |
H A D | print.h | 75 _LIBCPP_HIDE_FROM_ABI inline void vprint_nonunicode(ostream& __os, string_view __fmt, format_args _… in vprint_nonunicode() function
|