HomeSort by: relevance | last modified time | path
    Searched refs:m_quote (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/mi/
mi-console.c 35 m_quote (quote)
54 if (m_quote)
56 m_raw->write_async_safe (&m_quote, 1);
57 m_raw->putstrn (buf, length_buf, m_quote, true);
58 m_raw->write_async_safe (&m_quote, 1);
79 if (m_quote)
81 gdb_putc (m_quote, m_raw);
82 m_raw->putstrn (buf, length_buf, m_quote);
83 gdb_putc (m_quote, m_raw);
mi-console.h 55 char m_quote; member in class:mi_console_file
  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-console.c 35 m_quote (quote)
54 if (m_quote)
56 m_raw->write_async_safe (&m_quote, 1);
57 m_raw->putstrn (buf, length_buf, m_quote, true);
58 m_raw->write_async_safe (&m_quote, 1);
79 if (m_quote)
81 gdb_putc (m_quote, m_raw);
82 m_raw->putstrn (buf, length_buf, m_quote);
83 gdb_putc (m_quote, m_raw);
mi-console.h 55 char m_quote; member in class:mi_console_file
  /src/external/gpl3/gcc/dist/gcc/cp/
error.cc 119 : m_tree (NULL_TREE), m_buffer_ptr (NULL), m_verbose (false), m_quote (false)
125 m_quote (quote)
136 bool m_quote; member in class:deferred_printed_type
4398 true, &type_a.m_quote, show_color);
4400 true, &type_b.m_quote, show_color);
4403 if (type_a.m_quote)
4407 if (type_b.m_quote)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
error.cc 115 : m_tree (NULL_TREE), m_buffer_ptr (NULL), m_verbose (false), m_quote (false)
121 m_quote (quote)
132 bool m_quote; member in class:deferred_printed_type
4310 true, &type_a.m_quote, show_color);
4312 true, &type_b.m_quote, show_color);
4315 if (type_a.m_quote)
4319 if (type_b.m_quote)

Completed in 31 milliseconds