Searched refs:value_rtti_type (Results 1 – 5 of 5) sorted by relevance
| /trueos/contrib/gdb/gdb/ |
| HD | cp-abi.h | 134 extern struct type *value_rtti_type (struct value *value,
|
| HD | cp-abi.c | 90 value_rtti_type (struct value *v, int *full, int *top, int *using_enc) in value_rtti_type() function
|
| HD | typeprint.c | 155 real_type = value_rtti_type (val, &full, &top, &using_enc); in whatis_exp()
|
| HD | c-valprint.c | 565 real_type = value_rtti_type (val, &full, &top, &using_enc); in c_value_print()
|
| HD | valops.c | 2655 return value_rtti_type (target, full, top, using_enc); in value_rtti_target_type() 2686 real_type = value_rtti_type (argp, &full, &top, &using_enc); in value_full_object()
|