Searched defs:basic_filebuf (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
H A D | array6.C | 6 struct basic_filebuf struct 16 template class basic_filebuf<char>; argument
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/src/ |
H A D | fstream-inst.cc | 40 template class basic_filebuf<char, char_traits<char> >; variable 42 template class basic_filebuf<wchar_t, char_traits<wchar_t> >; variable
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
H A D | filebuf.cc | 50 template class basic_filebuf<type_t, char_traits<type_t> >; variable 51 template class basic_filebuf<pod_char, char_traits<pod_char> >; variable
|
/openbsd-src/gnu/gcc/libstdc++-v3/src/ |
H A D | fstream-inst.cc | 45 template class basic_filebuf<wchar_t, char_traits<wchar_t> >; variable
|
/openbsd-src/gnu/llvm/libcxx/src/ |
H A D | ios.instantiations.cpp | 43 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_filebuf<char>; variable
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/std/ |
H A D | std_iosfwd.h | 86 class basic_filebuf; variable
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/std/ |
H A D | std_iosfwd.h | 86 class basic_filebuf; variable
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | fstream.tcc | 75 basic_filebuf() : __streambuf_type(), _M_file(&_M_lock), in basic_filebuf() function in std::basic_filebuf
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | fstream.tcc | 81 basic_filebuf() : __streambuf_type(), _M_lock(), _M_file(&_M_lock), in basic_filebuf() function in basic_filebuf
|