| /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 ());
|
| /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 ());
|
| /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
|
| 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
|
| /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
|
| 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 | 5223 string_file tmp_stream; 5234 typedef_print (sym->type (), sym, &tmp_stream); 5236 type_print (sym->type (), "", &tmp_stream, -1); 5237 str += tmp_stream.string (); 5243 string_file tmp_stream; 5248 &tmp_stream, 0); 5250 str += tmp_stream.string (); 5213 string_file tmp_stream; local 5233 string_file tmp_stream; local
|
| ada-lang.c | 7186 string_file tmp_stream; 7188 type_print (type, "", &tmp_stream, -1); 7190 return tmp_stream.release (); 7175 string_file tmp_stream; local
|
| /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;
|
| /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;
|