Searched refs:__basic_file (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/config/io/
H A Dbasic_file_stdio.h50 class __basic_file;
54 class __basic_file<char> class
63 __basic_file(__c_lock* __lock = 0) throw ();
66 __basic_file(__basic_file&& __rv, __c_lock* __lock = 0) noexcept
73 __basic_file& operator=(const __basic_file&) = delete;
74 __basic_file& operator=(__basic_file&&) = delete;
77 swap(__basic_file
[all...]
H A Dbasic_file_stdio.cc185 // Definitions for __basic_file<char>.
186 __basic_file<char>::__basic_file(__c_lock* /*__lock*/) throw() function in class:__basic_file
189 __basic_file<char>::~__basic_file()
192 __basic_file<char>*
193 __basic_file<char>::sys_open(__c_file* __file, ios_base::openmode)
195 __basic_file* __ret = NULL;
213 __basic_file<char>*
214 __basic_file<cha
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/eh/
H A Dunwind2.C55 template <typename> class __basic_file;
56 template <> struct __basic_file <char> struct in namespace:std
58 __basic_file (__c_lock * = 0);
67 typedef __basic_file < char >__file_type;

Completed in 91 milliseconds