| /src/external/gpl3/gdb.old/dist/gdb/ |
| gdbcore.h | 173 m_storage = string_printf ("%s/%ld", name, ptid.lwp ()); 174 m_section_name = m_storage.c_str (); 188 /* Either a pointer into M_STORAGE, or a pointer to the name passed 193 std::string m_storage; 192 std::string m_storage; member in class:thread_section_name
|
| typeprint.h | 189 auto_obstack m_storage; member in class:typedef_hash_table
|
| completer.h | 82 /* Get the completion match result. See m_match/m_storage's 87 /* Set the completion match result. See m_match/m_storage's 96 { return m_storage; } 102 m_storage.clear (); 107 M_STORAGE string, or it can be a pointer into the some other 116 std::string m_storage; member in class:completion_match
|
| expop.h | 372 : m_storage (std::forward<Arg> (args)...) 380 return do_check_objfile<0, Arg...> (objfile, m_storage); 386 do_dump<0, Arg...> (stream, depth + 1, m_storage); 392 std::tuple<Arg...> m_storage; member in class:expr::tuple_holding_operation 528 return do_check_constant<0, Arg...> (this->m_storage); 604 std::get<0> (m_storage), 605 std::get<1> (m_storage).c_str ()); 664 return std::get<0> (m_storage).symbol; 691 return value_from_mpz (std::get<0> (m_storage), std::get<1> (m_storage)); [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| gdbcore.h | 173 m_storage = string_printf ("%s/%ld", name, ptid.lwp ()); 174 m_section_name = m_storage.c_str (); 188 /* Either a pointer into M_STORAGE, or a pointer to the name passed 193 std::string m_storage; 192 std::string m_storage; member in class:thread_section_name
|
| typeprint.h | 189 auto_obstack m_storage; member in class:typedef_hash_table
|
| completer.h | 82 /* Get the completion match result. See m_match/m_storage's 87 /* Set the completion match result. See m_match/m_storage's 96 { return m_storage; } 102 m_storage.clear (); 107 M_STORAGE string, or it can be a pointer into the some other 116 std::string m_storage; member in class:completion_match
|
| expop.h | 368 : m_storage (std::forward<Arg> (args)...) 376 return do_check_objfile<0, Arg...> (objfile, m_storage); 382 do_dump<0, Arg...> (stream, depth + 1, m_storage); 388 std::tuple<Arg...> m_storage; member in class:expr::tuple_holding_operation 524 return do_check_constant<0, Arg...> (this->m_storage); 666 return std::get<0> (m_storage).symbol; 693 return value_from_mpz (std::get<0> (m_storage), std::get<1> (m_storage)); 705 { return std::get<1> (m_storage).as_integer_truncate<LONGEST> (); } 726 std::get<0> (m_storage)); [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| parent-map.h | 128 m_maps.push_back (map.to_fixed (&m_storage)); 150 auto_obstack m_storage; member in class:parent_map_map
|
| cooked-index.h | 288 m_addrmap = new (&m_storage) addrmap_fixed (&m_storage, map); 336 return new (&m_storage) cooked_index_entry (die_offset, tag, flags, 355 auto_obstack m_storage; member in class:cooked_index_shard
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| cooked-index-shard.h | 55 m_addrmap = new (&m_storage) addrmap_fixed (&m_storage, map); 121 auto_obstack m_storage; member in class:cooked_index_shard
|
| parent-map.h | 128 m_maps.push_back (map.to_fixed (&m_storage)); 150 auto_obstack m_storage; member in class:parent_map_map
|
| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| fork-inferior.c | 74 inside M_STORAGE. */ 81 std::string m_storage; variable 90 M_STORAGE. */ 98 to M_ARGV point directly into M_STORAGE, which is modified in 101 std::string &args_copy = m_storage = allargs; 187 std::string &shell_command = m_storage;
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| format.h | 101 gdb::unique_xmalloc_ptr<char> m_storage; member in class:format_pieces
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| format.h | 101 gdb::unique_xmalloc_ptr<char> m_storage; member in class:format_pieces
|
| /src/external/gpl3/gcc/dist/gcc/ |
| rtlanal.h | 305 rtx_obj_reference m_storage[SIZE]; member in class:vec_rtx_properties_base 310 ref_begin = ref_iter = m_storage; 311 ref_end = m_storage + SIZE; 316 if (UNLIKELY (ref_begin != m_storage))
|
| ipa-prop.h | 307 bool known_p () const { return m_storage != NULL; } 312 const vrange_storage *storage () const { return m_storage; } 325 vrange_storage *m_storage; variable
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| rtlanal.h | 305 rtx_obj_reference m_storage[SIZE]; member in class:vec_rtx_properties_base 310 ref_begin = ref_iter = m_storage; 311 ref_end = m_storage + SIZE; 316 if (__builtin_expect (ref_begin != m_storage, 0))
|