OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:typeinfo_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
gnu-v3-abi.c
1046
struct type *
typeinfo_type
;
local
1052
typeinfo_type
= std_type_info_gdbarch_data.get (gdbarch);
1053
if (
typeinfo_type
== nullptr)
1055
typeinfo_type
= build_std_type_info_type (gdbarch);
1056
std_type_info_gdbarch_data.set (gdbarch,
typeinfo_type
);
1060
typeinfo_type
= typeinfo->type ();
1062
return
typeinfo_type
;
1070
struct type *
typeinfo_type
;
local
1107
typeinfo_type
= gnuv3_get_typeid_type (gdbarch);
1123
result = value_ind (value_cast (make_pointer_type (
typeinfo_type
, NULL)
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
gnu-v3-abi.c
1080
struct type *
typeinfo_type
;
local
1086
typeinfo_type
= std_type_info_gdbarch_data.get (gdbarch);
1087
if (
typeinfo_type
== nullptr)
1089
typeinfo_type
= build_std_type_info_type (gdbarch);
1090
std_type_info_gdbarch_data.set (gdbarch,
typeinfo_type
);
1094
typeinfo_type
= typeinfo->type ();
1096
return
typeinfo_type
;
1104
struct type *
typeinfo_type
;
local
1141
typeinfo_type
= gnuv3_get_typeid_type (gdbarch);
1157
result = value_ind (value_cast (make_pointer_type (
typeinfo_type
, NULL)
[
all
...]
Completed in 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026