Searched defs:stdio_sync_filebuf (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dtemplate-instantiation.cpp38 struct stdio_sync_filebuf : public basic_streambuf { struct in namespace:test0
44 template<> void stdio_sync_filebuf<wchar_t>::xsgetn() {
46 extern template class stdio_sync_filebuf<wchar_t>;
54 struct stdio_sync_filebuf : public basic_streambuf { struct in namespace:test1
59 template<> void stdio_sync_filebuf<wchar_t>::xsgetn();

Completed in 127 milliseconds