Home
last modified time | relevance | path

Searched refs:value_rtti_type (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dcp-abi.h137 extern struct type *value_rtti_type (struct value *value,
Dcp-abi.c107 value_rtti_type (struct value *v, int *full, in value_rtti_type() function
Dc-valprint.c563 real_type = value_rtti_type (val, &full, &top, &using_enc); in c_value_print()
Dtypeprint.c551 real_type = value_rtti_type (val, &full, &top, &using_enc); in whatis_exp()
Dvalops.c247 real_type = value_rtti_type (v2, &full, &top, &using_enc); in value_cast_structs()
873 rtti_type = value_rtti_type (arg, &full, &top, &using_enc); in value_dynamic_cast()
3881 real_type = value_rtti_type (target, full, top, using_enc); in value_rtti_indirect_type()
3934 real_type = value_rtti_type (argp, &full, &top, &using_enc); in value_full_object()
DChangeLog-19982403 (value_rtti_type): Ditto.
2450 (value_rtti_type): New function. Find the real run-time type of a
DChangeLog-20016492 * value.h (value_rtti_type, value_virtual_fn_field): Same.
6494 * valops.c (value_rtti_type): Same.
DChangeLog-20005706 * valops.c (value_rtti_type): Compare VALUE_ADDRESS with ``0'' not
DChangeLog-201213031 * cp-abi.c (value_rtti_type): Likewise.
DChangeLog-201911908 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-value.c482 type = value_rtti_type (target, NULL, NULL, NULL); in valpy_get_dynamic_type()
493 type = value_rtti_type (val, NULL, NULL, NULL); in valpy_get_dynamic_type()