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

  /src/external/gpl3/gdb/dist/gdb/mi/
mi-symbol-cmds.c 85 string_file tmp_stream; local
86 type_print (sym->type (), "", &tmp_stream, -1);
87 uiout->field_string ("type", tmp_stream.string ());
mi-symbol-cmds.c 85 string_file tmp_stream; local
86 type_print (sym->type (), "", &tmp_stream, -1);
87 uiout->field_string ("type", tmp_stream.string ());
  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-symbol-cmds.c 85 string_file tmp_stream; local
86 type_print (sym->type (), "", &tmp_stream, -1);
87 uiout->field_string ("type", tmp_stream.string ());
mi-symbol-cmds.c 85 string_file tmp_stream; local
86 type_print (sym->type (), "", &tmp_stream, -1);
87 uiout->field_string ("type", tmp_stream.string ());
  /src/external/gpl3/gdb/dist/gdb/
ada-valprint.c 310 string_file tmp_stream;
312 print_floating (valaddr, type, &tmp_stream);
314 std::string s = tmp_stream.release ();
309 string_file tmp_stream; local
ada-valprint.c 310 string_file tmp_stream;
312 print_floating (valaddr, type, &tmp_stream);
314 std::string s = tmp_stream.release ();
309 string_file tmp_stream; local
infrun.c 1831 string_file tmp_stream;
1832 int dislen = gdb_print_insn (gdbarch, original_pc, &tmp_stream,
1845 tmp_stream.string ().c_str ());
1893 string_file tmp_stream;
1909 int dislen = gdb_print_insn (gdbarch, addr, &tmp_stream, nullptr);
1922 std::string insn_str = tmp_stream.release ();
1829 string_file tmp_stream; local
1891 string_file tmp_stream; local
symtab.c 5225 string_file tmp_stream;
5236 typedef_print (sym->type (), sym, &tmp_stream);
5238 type_print (sym->type (), "", &tmp_stream, -1);
5239 str += tmp_stream.string ();
5245 string_file tmp_stream;
5250 &tmp_stream, 0);
5252 str += tmp_stream.string ();
5215 string_file tmp_stream; local
5235 string_file tmp_stream; local
infrun.c 1831 string_file tmp_stream;
1832 int dislen = gdb_print_insn (gdbarch, original_pc, &tmp_stream,
1845 tmp_stream.string ().c_str ());
1893 string_file tmp_stream;
1909 int dislen = gdb_print_insn (gdbarch, addr, &tmp_stream, nullptr);
1922 std::string insn_str = tmp_stream.release ();
1829 string_file tmp_stream; local
1891 string_file tmp_stream; local
symtab.c 5225 string_file tmp_stream;
5236 typedef_print (sym->type (), sym, &tmp_stream);
5238 type_print (sym->type (), "", &tmp_stream, -1);
5239 str += tmp_stream.string ();
5245 string_file tmp_stream;
5250 &tmp_stream, 0);
5252 str += tmp_stream.string ();
5215 string_file tmp_stream; local
5235 string_file tmp_stream; local
ada-lang.c 7188 string_file tmp_stream;
7190 type_print (type, "", &tmp_stream, -1);
7192 return tmp_stream.release ();
7177 string_file tmp_stream; local
ada-lang.c 7188 string_file tmp_stream;
7190 type_print (type, "", &tmp_stream, -1);
7192 return tmp_stream.release ();
7177 string_file tmp_stream; local
  /src/external/gpl3/gdb.old/dist/gdb/
ada-valprint.c 310 string_file tmp_stream;
312 print_floating (valaddr, type, &tmp_stream);
314 std::string s = tmp_stream.release ();
309 string_file tmp_stream; local
ada-valprint.c 310 string_file tmp_stream;
312 print_floating (valaddr, type, &tmp_stream);
314 std::string s = tmp_stream.release ();
309 string_file tmp_stream; local
infrun.c 1826 string_file tmp_stream;
1827 int dislen = gdb_print_insn (gdbarch, original_pc, &tmp_stream,
1840 tmp_stream.string ().c_str ());
1888 string_file tmp_stream;
1904 int dislen = gdb_print_insn (gdbarch, addr, &tmp_stream, nullptr);
1917 std::string insn_str = tmp_stream.release ();
1824 string_file tmp_stream; local
1886 string_file tmp_stream; local
symtab.c 5191 string_file tmp_stream;
5202 typedef_print (sym->type (), sym, &tmp_stream);
5204 type_print (sym->type (), "", &tmp_stream, -1);
5205 str += tmp_stream.string ();
5211 string_file tmp_stream;
5216 &tmp_stream, 0);
5218 str += tmp_stream.string ();
5181 string_file tmp_stream; local
5201 string_file tmp_stream; local
infrun.c 1826 string_file tmp_stream;
1827 int dislen = gdb_print_insn (gdbarch, original_pc, &tmp_stream,
1840 tmp_stream.string ().c_str ());
1888 string_file tmp_stream;
1904 int dislen = gdb_print_insn (gdbarch, addr, &tmp_stream, nullptr);
1917 std::string insn_str = tmp_stream.release ();
1824 string_file tmp_stream; local
1886 string_file tmp_stream; local
symtab.c 5191 string_file tmp_stream;
5202 typedef_print (sym->type (), sym, &tmp_stream);
5204 type_print (sym->type (), "", &tmp_stream, -1);
5205 str += tmp_stream.string ();
5211 string_file tmp_stream;
5216 &tmp_stream, 0);
5218 str += tmp_stream.string ();
5181 string_file tmp_stream; local
5201 string_file tmp_stream; local
ada-lang.c 7223 string_file tmp_stream;
7225 type_print (type, "", &tmp_stream, -1);
7227 return tmp_stream.release ();
7212 string_file tmp_stream; local
ada-lang.c 7223 string_file tmp_stream;
7225 type_print (type, "", &tmp_stream, -1);
7227 return tmp_stream.release ();
7212 string_file tmp_stream; local
  /src/external/gpl3/gcc.old/dist/gcc/
lto-streamer-out.cc 2102 struct lto_output_stream *tmp_stream = ob->main_stream; local
2185 ob->main_stream = tmp_stream;
lto-streamer-out.cc 2102 struct lto_output_stream *tmp_stream = ob->main_stream; local
2185 ob->main_stream = tmp_stream;
  /src/external/gpl3/gcc/dist/gcc/
lto-streamer-out.cc 2111 struct lto_output_stream *tmp_stream = ob->main_stream; local
2207 ob->main_stream = tmp_stream;
lto-streamer-out.cc 2111 struct lto_output_stream *tmp_stream = ob->main_stream; local
2207 ob->main_stream = tmp_stream;

Completed in 201 milliseconds