HomeSort by: relevance | last modified time | path
    Searched defs:m_stream (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/bsd/elftosb/dist/common/
SourceFile.h 71 virtual bool isOpen() const { return (bool)m_stream && const_cast<std::ifstream*>(m_stream.get())->is_open(); }
126 smart_ptr<std::ifstream> m_stream; //!< File stream, or NULL if file is closed. member in class:elftosb::SourceFile
130 inline std::ifstream * getStream() { return m_stream; }
StSRecordFile.h 94 std::istream& m_stream; //!< The input stream for the S-record data. member in class:StSRecordFile
SourceFile.h 71 virtual bool isOpen() const { return (bool)m_stream && const_cast<std::ifstream*>(m_stream.get())->is_open(); }
126 smart_ptr<std::ifstream> m_stream; //!< File stream, or NULL if file is closed. member in class:elftosb::SourceFile
130 inline std::ifstream * getStream() { return m_stream; }
StSRecordFile.h 94 std::istream& m_stream; //!< The input stream for the S-record data. member in class:StSRecordFile
StELFFile.h 153 std::istream & m_stream; //!< The source stream for the ELF file. member in class:StELFFile
StELFFile.h 153 std::istream & m_stream; //!< The source stream for the ELF file. member in class:StELFFile
  /src/external/bsd/elftosb/dist/sbtool/
EncoreBootImageReader.h 39 EncoreBootImageReader(std::istream & stream) : m_stream(stream) {}
103 std::istream & m_stream; //!< The input stream to read the image from. member in class:elftosb::EncoreBootImageReader
EncoreBootImageReader.h 39 EncoreBootImageReader(std::istream & stream) : m_stream(stream) {}
103 std::istream & m_stream; //!< The input stream to read the image from. member in class:elftosb::EncoreBootImageReader
  /src/external/gpl3/gdb.old/dist/gdb/
disasm.h 114 { return m_stream; }
130 m_stream (stream)
137 Content is written to the m_stream extracted from DIS_INFO. */
143 object. Content is written to the m_stream extracted from DIS_INFO. */
167 m_stream member variable. */
171 struct ui_file *m_stream; member in struct:gdb_printing_disassembler
disasm.h 114 { return m_stream; }
130 m_stream (stream)
137 Content is written to the m_stream extracted from DIS_INFO. */
143 object. Content is written to the m_stream extracted from DIS_INFO. */
167 m_stream member variable. */
171 struct ui_file *m_stream; member in struct:gdb_printing_disassembler
ui-file.h 405 { return m_stream->isatty (); }
408 { return m_stream->term_out (); }
411 { return m_stream->can_emit_style_escape (); }
414 { m_stream->flush (); }
417 { m_stream->wrap_here (indent); }
420 { m_stream->emit_style_escape (style); }
424 { m_stream->reset_style (); }
427 { return m_stream->fd (); }
430 { m_stream->puts_unfiltered (str); }
433 { return m_stream->write_async_safe (buf, length_buf);
446 ui_file *m_stream; member in class:wrapped_file
    [all...]
ui-file.h 405 { return m_stream->isatty (); }
408 { return m_stream->term_out (); }
411 { return m_stream->can_emit_style_escape (); }
414 { m_stream->flush (); }
417 { m_stream->wrap_here (indent); }
420 { m_stream->emit_style_escape (style); }
424 { m_stream->reset_style (); }
427 { return m_stream->fd (); }
430 { m_stream->puts_unfiltered (str); }
433 { return m_stream->write_async_safe (buf, length_buf);
446 ui_file *m_stream; member in class:wrapped_file
    [all...]
f-valprint.c 127 m_stream (stream),
144 gdb_puts ("...", m_stream);
162 gdb_puts ("(", m_stream);
171 gdb_puts (")", m_stream);
173 gdb_puts (" ", m_stream);
212 gdb_printf (m_stream, "%p[<repeats %s times>%p]",
218 gdb_puts (" ", m_stream);
226 m_stream, m_options);
240 m_stream, m_options);
245 gdb_puts ("...", m_stream);
397 struct ui_file *m_stream; variable in typeref:struct:ui_file
    [all...]
f-valprint.c 127 m_stream (stream),
144 gdb_puts ("...", m_stream);
162 gdb_puts ("(", m_stream);
171 gdb_puts (")", m_stream);
173 gdb_puts (" ", m_stream);
212 gdb_printf (m_stream, "%p[<repeats %s times>%p]",
218 gdb_puts (" ", m_stream);
226 m_stream, m_options);
240 m_stream, m_options);
245 gdb_puts ("...", m_stream);
397 struct ui_file *m_stream; variable in typeref:struct:ui_file
    [all...]
ui-out.h 515 ui_file *m_stream; member in struct:buffer_group::output_unit
578 m_stream (stream)
584 return m_stream;
590 m_group->write (buf, length_buf, m_stream);
596 m_group->wrap_here (indent, m_stream);
602 return m_stream->isatty ();
608 return m_stream->can_emit_style_escape ();
614 return m_group->flush_here (m_stream);
623 ui_file *m_stream; member in struct:buffering_file
ui-out.h 515 ui_file *m_stream; member in struct:buffer_group::output_unit
578 m_stream (stream)
584 return m_stream;
590 m_group->write (buf, length_buf, m_stream);
596 m_group->wrap_here (indent, m_stream);
602 return m_stream->isatty ();
608 return m_stream->can_emit_style_escape ();
614 return m_group->flush_here (m_stream);
623 ui_file *m_stream; member in struct:buffering_file
  /src/external/gpl3/gdb/dist/gdb/
disasm.h 114 { return m_stream; }
130 m_stream (stream)
137 Content is written to the m_stream extracted from DIS_INFO. */
143 object. Content is written to the m_stream extracted from DIS_INFO. */
167 m_stream member variable. */
171 struct ui_file *m_stream; member in struct:gdb_printing_disassembler
disasm.h 114 { return m_stream; }
130 m_stream (stream)
137 Content is written to the m_stream extracted from DIS_INFO. */
143 object. Content is written to the m_stream extracted from DIS_INFO. */
167 m_stream member variable. */
171 struct ui_file *m_stream; member in struct:gdb_printing_disassembler
ui-file.h 426 { return m_stream->isatty (); }
429 { return m_stream->term_out (); }
432 { return m_stream->can_emit_style_escape (); }
435 { m_stream->flush (); }
438 { m_stream->wrap_here (indent); }
441 { m_stream->emit_style_escape (style); }
444 { return m_stream->fd (); }
447 { m_stream->puts_unfiltered (str); }
450 { return m_stream->write_async_safe (buf, length_buf); }
458 : m_stream (stream
463 ui_file *m_stream; member in class:wrapped_file
    [all...]
ui-file.h 426 { return m_stream->isatty (); }
429 { return m_stream->term_out (); }
432 { return m_stream->can_emit_style_escape (); }
435 { m_stream->flush (); }
438 { m_stream->wrap_here (indent); }
441 { m_stream->emit_style_escape (style); }
444 { return m_stream->fd (); }
447 { m_stream->puts_unfiltered (str); }
450 { return m_stream->write_async_safe (buf, length_buf); }
458 : m_stream (stream
463 ui_file *m_stream; member in class:wrapped_file
    [all...]
f-valprint.c 127 m_stream (stream),
144 gdb_puts ("...", m_stream);
162 gdb_puts ("(", m_stream);
171 gdb_puts (")", m_stream);
173 gdb_puts (" ", m_stream);
212 gdb_printf (m_stream, "%p[<repeats %s times>%p]",
218 gdb_puts (" ", m_stream);
226 m_stream, m_options);
240 m_stream, m_options);
245 gdb_puts ("...", m_stream);
397 struct ui_file *m_stream; variable in typeref:struct:ui_file
    [all...]
f-valprint.c 127 m_stream (stream),
144 gdb_puts ("...", m_stream);
162 gdb_puts ("(", m_stream);
171 gdb_puts (")", m_stream);
173 gdb_puts (" ", m_stream);
212 gdb_printf (m_stream, "%p[<repeats %s times>%p]",
218 gdb_puts (" ", m_stream);
226 m_stream, m_options);
240 m_stream, m_options);
245 gdb_puts ("...", m_stream);
397 struct ui_file *m_stream; variable in typeref:struct:ui_file
    [all...]
ui-out.h 515 ui_file *m_stream; member in struct:buffer_group::output_unit
578 m_stream (stream)
584 return m_stream;
590 m_group->write (buf, length_buf, m_stream);
596 m_group->wrap_here (indent, m_stream);
602 return m_stream->isatty ();
608 return m_stream->can_emit_style_escape ();
614 return m_group->flush_here (m_stream);
623 ui_file *m_stream; member in struct:buffering_file
ui-out.h 515 ui_file *m_stream; member in struct:buffer_group::output_unit
578 m_stream (stream)
584 return m_stream;
590 m_group->write (buf, length_buf, m_stream);
596 m_group->wrap_here (indent, m_stream);
602 return m_stream->isatty ();
608 return m_stream->can_emit_style_escape ();
614 return m_group->flush_here (m_stream);
623 ui_file *m_stream; member in struct:buffering_file
  /src/external/gpl3/gcc/dist/gcc/
diagnostic-format-sarif.cc 1794 m_stream (stream)
1799 m_builder.flush_to_file (m_stream);
1803 return m_stream == stderr;
1806 FILE *m_stream; member in class:sarif_stream_output_format

Completed in 71 milliseconds

1 2