HomeSort by: relevance | last modified time | path
    Searched refs:checked_static_cast (Results 1 - 25 of 96) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gdb/dist/gdbsupport/
gdb-checked-static-cast.h 37 checked_static_cast (V *v) function in namespace:gdb
69 checked_static_cast (V &v) function in namespace:gdb
78 return *checked_static_cast<T_P, V_no_R> (&v);
  /src/external/gpl3/gdb.old/dist/gdbsupport/
gdb-checked-static-cast.h 37 checked_static_cast (V *v) function in namespace:gdb
69 checked_static_cast (V &v) function in namespace:gdb
78 return *checked_static_cast<T_P, V_no_R> (&v);
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-disasm.h 73 return gdb::checked_static_cast<tui_disasm_window *>
tui-source.h 95 return gdb::checked_static_cast<tui_source_window *> (tui_win_list[SRC_WIN]);
tui-regs.h 160 return gdb::checked_static_cast<tui_data_window *> (tui_win_list[DATA_WIN]);
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-data.h 293 (gdb::checked_static_cast<tui_source_window *> (tui_win_list[SRC_WIN]))
295 (gdb::checked_static_cast<tui_disasm_window *> (tui_win_list[DISASSEM_WIN]))
297 (gdb::checked_static_cast<tui_data_window *> (tui_win_list[DATA_WIN]))
  /src/external/gpl3/gdb/dist/gdb/
darwin-nat.h 157 return gdb::checked_static_cast<darwin_thread_info *> (thread->priv.get ());
191 return gdb::checked_static_cast<darwin_inferior *> (inf->priv.get ());
process-stratum-target.h 164 return gdb::checked_static_cast<process_stratum_target *> (target);
break-catch-sig.c 108 = gdb::checked_static_cast<signal_catchpoint *> (bl->owner);
136 = gdb::checked_static_cast<signal_catchpoint *> (bl->owner);
172 = gdb::checked_static_cast<const signal_catchpoint *> (bl->owner);
location.c 212 return gdb::checked_static_cast<const linespec_location_spec *> (locspec);
231 return gdb::checked_static_cast<const address_location_spec *> (locspec);
248 return gdb::checked_static_cast<const probe_location_spec *> (locspec);
257 return gdb::checked_static_cast<const explicit_location_spec *> (locspec);
266 return gdb::checked_static_cast<explicit_location_spec *> (locspec);
840 = gdb::checked_static_cast<explicit_location_spec *> (locspec.get ());
amdgpu-tdep.c 674 = gdb::checked_static_cast<const amd_dbgapi_register_type_integer &>
698 = gdb::checked_static_cast<const amd_dbgapi_register_type_vector &>
718 = gdb::checked_static_cast<const amd_dbgapi_register_type_flags &>
750 = gdb::checked_static_cast<const amd_dbgapi_register_type_enum &>
1312 = gdb::checked_static_cast<const amd_dbgapi_register_type_flags &> (type);
1324 = gdb::checked_static_cast<const amd_dbgapi_register_type_enum &>
1341 = gdb::checked_static_cast<const amd_dbgapi_register_type_integer &>
1357 = gdb::checked_static_cast<const amd_dbgapi_register_type_vector &>
1365 = gdb::checked_static_cast<const amd_dbgapi_register_type_integer &> (et);
gdbarch.h 68 gdb::checked_static_cast to be used in the gdbarch_tdep function. */
169 return gdb::checked_static_cast<TDepType *> (tdep);
solib-frv.c 818 auto *li = gdb::checked_static_cast<lm_info_frv *> (so.lm_info.get ());
859 auto *li = gdb::checked_static_cast<lm_info_frv *> (so.lm_info.get ());
915 auto *li = gdb::checked_static_cast<lm_info_frv *> (so.lm_info.get ());
1067 auto *li = gdb::checked_static_cast<lm_info_frv *> (so.lm_info.get ());
  /src/external/gpl3/gdb.old/dist/gdb/
darwin-nat.h 157 return gdb::checked_static_cast<darwin_thread_info *> (thread->priv.get ());
191 return gdb::checked_static_cast<darwin_inferior *> (inf->priv.get ());
process-stratum-target.h 164 return gdb::checked_static_cast<process_stratum_target *> (target);
nto-tdep.h 149 return gdb::checked_static_cast<nto_thread_info *> (thread->priv.get ());
break-catch-sig.c 108 = gdb::checked_static_cast<signal_catchpoint *> (bl->owner);
136 = gdb::checked_static_cast<signal_catchpoint *> (bl->owner);
172 = gdb::checked_static_cast<const signal_catchpoint *> (bl->owner);
location.c 212 return gdb::checked_static_cast<const linespec_location_spec *> (locspec);
231 return gdb::checked_static_cast<const address_location_spec *> (locspec);
248 return gdb::checked_static_cast<const probe_location_spec *> (locspec);
257 return gdb::checked_static_cast<const explicit_location_spec *> (locspec);
266 return gdb::checked_static_cast<explicit_location_spec *> (locspec);
840 = gdb::checked_static_cast<explicit_location_spec *> (locspec.get ());
amdgpu-tdep.c 676 = gdb::checked_static_cast<const amd_dbgapi_register_type_integer &>
700 = gdb::checked_static_cast<const amd_dbgapi_register_type_vector &>
720 = gdb::checked_static_cast<const amd_dbgapi_register_type_flags &>
752 = gdb::checked_static_cast<const amd_dbgapi_register_type_enum &>
1314 = gdb::checked_static_cast<const amd_dbgapi_register_type_flags &> (type);
1326 = gdb::checked_static_cast<const amd_dbgapi_register_type_enum &>
1343 = gdb::checked_static_cast<const amd_dbgapi_register_type_integer &>
1359 = gdb::checked_static_cast<const amd_dbgapi_register_type_vector &>
1367 = gdb::checked_static_cast<const amd_dbgapi_register_type_integer &> (et);
gdbarch.h 67 gdb::checked_static_cast to be used in the gdbarch_tdep function. */
168 return gdb::checked_static_cast<TDepType *> (tdep);
solib-frv.c 818 auto *li = gdb::checked_static_cast<lm_info_frv *> (so.lm_info.get ());
859 auto *li = gdb::checked_static_cast<lm_info_frv *> (so.lm_info.get ());
915 auto *li = gdb::checked_static_cast<lm_info_frv *> (so.lm_info.get ());
1067 auto *li = gdb::checked_static_cast<lm_info_frv *> (so.lm_info.get ());
  /src/external/gpl3/gdb/dist/gdbserver/
regcache.cc 312 (gdb::checked_static_cast<const struct regcache *> (regcache)->tdesc, n);
463 regcache *regcache = gdb::checked_static_cast<struct regcache *> (reg_buf);
511 (gdb::checked_static_cast<struct regcache *> (regcache));
  /src/external/gpl3/gdb.old/dist/gdbserver/
regcache.cc 314 (gdb::checked_static_cast<const struct regcache *> (regcache)->tdesc, n);
454 regcache *regcache = gdb::checked_static_cast<struct regcache *> (reg_buf);
502 (gdb::checked_static_cast<struct regcache *> (regcache));
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read-gdb-index.c 177 mapped_gdb_index *index = (gdb::checked_static_cast<mapped_gdb_index *>
199 = *(gdb::checked_static_cast<mapped_gdb_index *>
316 = *(gdb::checked_static_cast<mapped_gdb_index *>
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read-gdb-index.c 162 mapped_gdb_index *index = (gdb::checked_static_cast<mapped_gdb_index *>
183 = *(gdb::checked_static_cast<mapped_gdb_index *>
298 = *(gdb::checked_static_cast<mapped_gdb_index *>

Completed in 160 milliseconds

1 2 3 4