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

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dmake_unit.f905 logical :: exists, is_open variable in program:makeunit
/haiku-buildtools/gcc/zlib/contrib/iostream/
H A Dzfstream.h22 inline int is_open() const { return (file !=NULL); } function in class:gzfilebuf
/haiku-buildtools/binutils/zlib/contrib/iostream/
H A Dzfstream.h22 inline int is_open() const { return (file !=NULL); } function in class:gzfilebuf
/haiku-buildtools/gcc/zlib/contrib/iostream3/
H A Dzfstream.h57 is_open() const { return (file != NULL); } function in class:gzfilebuf
270 is_open() { return sb.is_open(); } function in class:gzifstream
359 is_open() { return sb.is_open(); } function in class:gzofstream
/haiku-buildtools/legacy/gcc/libio/
H A Dfstream.h50 int is_open() const { return rdbuf()->is_open(); } function in class:fstreambase
H A Dstreambuf.cc349 int ios::is_open() { return rdbuf() function in class:ios
H A Dstreambuf.h442 int is_open() const { return _fileno >= 0; } function in class:filebuf
/haiku-buildtools/binutils/zlib/contrib/iostream3/
H A Dzfstream.h57 is_open() const { return (file != NULL); } function in class:gzfilebuf
270 is_open() { return sb.is_open(); } function in class:gzifstream
359 is_open() { return sb.is_open(); } function in class:gzofstream
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/eh/
H A Dunwind2.C77 bool is_open () throw () { return _M_file.is_open (); } function in struct:std::basic_filebuf
/haiku-buildtools/gcc/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc251 __basic_file<char>::is_open() const throw () function in class:__basic_file
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp811.C245 int is_open() { return _fb._fileno >= 0; } function in class:filebuf
271 inline int ios::is_open() {return rdbuf()->_flags & 4 +8 ;} function in class:ios
H A Dp784.C571 int is_open() { return _fb._fileno >= 0; } function in class:filebuf
597 inline int ios::is_open() {return rdbuf()->_flags & 4 +8 ;} function in class:ios
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920428-2.c323 int params_size; gx_device_procs *procs; const char *dname; int width; int height; float x_pixels_per_inch; float y_pixels_per_inch; float l_margin, b_margin, r_margin, t_margin; gx_device_color_info color_info; int is_open; member in struct:gx_device_s

Completed in 128 milliseconds