Home
last modified time | relevance | path

Searched refs:vprint_nonunicode (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dprint.cppm
H A Dostream.cppm
/freebsd/contrib/llvm-project/libcxx/include/
H A Dprint31 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 Dostream170 void vprint_nonunicode(ostream& os, string_view fmt, format_args args); …
/freebsd/contrib/llvm-project/libcxx/include/__ostream/
H A Dprint.h75 _LIBCPP_HIDE_FROM_ABI inline void vprint_nonunicode(ostream& __os, string_view __fmt, format_args _… in vprint_nonunicode() function