Home
last modified time | relevance | path

Searched refs:__get_ostream_file (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__ostream/
H A Dprint.h92 _LIBCPP_EXPORTED_FROM_ABI FILE* __get_ostream_file(ostream& __os);
100 FILE* __file = std::__get_ostream_file(__os); in __vprint_unicode()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dostream.cpp19 _LIBCPP_EXPORTED_FROM_ABI FILE* __get_ostream_file(ostream& __os) { in __get_ostream_file() function
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfstream357 _LIBCPP_EXPORTED_FROM_ABI friend FILE* __get_ostream_file(ostream&);