Searched refs:value_rtti_type (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | cp-abi.h | 137 extern struct type *value_rtti_type (struct value *value,
|
| D | cp-abi.c | 107 value_rtti_type (struct value *v, int *full, in value_rtti_type() function
|
| D | c-valprint.c | 563 real_type = value_rtti_type (val, &full, &top, &using_enc); in c_value_print()
|
| D | typeprint.c | 551 real_type = value_rtti_type (val, &full, &top, &using_enc); in whatis_exp()
|
| D | valops.c | 247 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()
|
| D | ChangeLog-1998 | 2403 (value_rtti_type): Ditto. 2450 (value_rtti_type): New function. Find the real run-time type of a
|
| D | ChangeLog-2001 | 6492 * value.h (value_rtti_type, value_virtual_fn_field): Same. 6494 * valops.c (value_rtti_type): Same.
|
| D | ChangeLog-2000 | 5706 * valops.c (value_rtti_type): Compare VALUE_ADDRESS with ``0'' not
|
| D | ChangeLog-2012 | 13031 * cp-abi.c (value_rtti_type): Likewise.
|
| D | ChangeLog-2019 | 11908 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/python/ |
| D | py-value.c | 482 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()
|