HomeSort by: relevance | last modified time | path
    Searched defs:__basic_file (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/io/
basic_file_stdio.h 50 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* = 0) noexcept
73 __basic_file& operator=(const __basic_file&) = delete;
74 __basic_file& operator=(__basic_file&&) = delete;
77 swap(__basic_file& __f) noexcep
    [all...]
basic_file_stdio.h 50 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* = 0) noexcept
73 __basic_file& operator=(const __basic_file&) = delete;
74 __basic_file& operator=(__basic_file&&) = delete;
77 swap(__basic_file& __f) noexcep
    [all...]
basic_file_stdio.h 50 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* = 0) noexcept
73 __basic_file& operator=(const __basic_file&) = delete;
74 __basic_file& operator=(__basic_file&&) = delete;
77 swap(__basic_file& __f) noexcep
    [all...]
basic_file_stdio.cc 199 // Definitions for __basic_file<char>.
200 __basic_file<char>::__basic_file(__c_lock* /*__lock*/) throw() function in class:__basic_file
203 __basic_file<char>::~__basic_file()
206 __basic_file<char>*
207 __basic_file<char>::sys_open(__c_file* __file, ios_base::openmode __mode)
209 __basic_file* __ret = NULL;
229 __basic_file<char>*
230 __basic_file<char>::sys_open(int __fd, ios_base::openmode __mode) throw (
    [all...]
basic_file_stdio.cc 199 // Definitions for __basic_file<char>.
200 __basic_file<char>::__basic_file(__c_lock* /*__lock*/) throw() function in class:__basic_file
203 __basic_file<char>::~__basic_file()
206 __basic_file<char>*
207 __basic_file<char>::sys_open(__c_file* __file, ios_base::openmode __mode)
209 __basic_file* __ret = NULL;
229 __basic_file<char>*
230 __basic_file<char>::sys_open(int __fd, ios_base::openmode __mode) throw (
    [all...]
basic_file_stdio.cc 199 // Definitions for __basic_file<char>.
200 __basic_file<char>::__basic_file(__c_lock* /*__lock*/) throw() function in class:__basic_file
203 __basic_file<char>::~__basic_file()
206 __basic_file<char>*
207 __basic_file<char>::sys_open(__c_file* __file, ios_base::openmode __mode)
209 __basic_file* __ret = NULL;
229 __basic_file<char>*
230 __basic_file<char>::sys_open(int __fd, ios_base::openmode __mode) throw (
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/io/
basic_file_stdio.h 50 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* = 0) noexcept
73 __basic_file& operator=(const __basic_file&) = delete;
74 __basic_file& operator=(__basic_file&&) = delete;
77 swap(__basic_file& __f) noexcep
    [all...]
basic_file_stdio.h 50 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* = 0) noexcept
73 __basic_file& operator=(const __basic_file&) = delete;
74 __basic_file& operator=(__basic_file&&) = delete;
77 swap(__basic_file& __f) noexcep
    [all...]
basic_file_stdio.h 50 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* = 0) noexcept
73 __basic_file& operator=(const __basic_file&) = delete;
74 __basic_file& operator=(__basic_file&&) = delete;
77 swap(__basic_file& __f) noexcep
    [all...]
basic_file_stdio.cc 206 // Definitions for __basic_file<char>.
207 __basic_file<char>::__basic_file(__c_lock* /*__lock*/) throw() function in class:__basic_file
210 __basic_file<char>::~__basic_file()
213 __basic_file<char>*
214 __basic_file<char>::sys_open(__c_file* __file, ios_base::openmode __mode)
216 __basic_file* __ret = NULL;
236 __basic_file<char>*
237 __basic_file<char>::sys_open(int __fd, ios_base::openmode __mode) throw (
    [all...]
basic_file_stdio.cc 206 // Definitions for __basic_file<char>.
207 __basic_file<char>::__basic_file(__c_lock* /*__lock*/) throw() function in class:__basic_file
210 __basic_file<char>::~__basic_file()
213 __basic_file<char>*
214 __basic_file<char>::sys_open(__c_file* __file, ios_base::openmode __mode)
216 __basic_file* __ret = NULL;
236 __basic_file<char>*
237 __basic_file<char>::sys_open(int __fd, ios_base::openmode __mode) throw (
    [all...]
basic_file_stdio.cc 206 // Definitions for __basic_file<char>.
207 __basic_file<char>::__basic_file(__c_lock* /*__lock*/) throw() function in class:__basic_file
210 __basic_file<char>::~__basic_file()
213 __basic_file<char>*
214 __basic_file<char>::sys_open(__c_file* __file, ios_base::openmode __mode)
216 __basic_file* __ret = NULL;
236 __basic_file<char>*
237 __basic_file<char>::sys_open(int __fd, ios_base::openmode __mode) throw (
    [all...]

Completed in 150 milliseconds