Home
last modified time | relevance | path

Searched refs:real_type_found (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dvalue.c839 int *real_type_found) in value_actual_type() argument
846 if (real_type_found) in value_actual_type()
847 *real_type_found = 0; in value_actual_type()
863 if (real_type_found) in value_actual_type()
864 *real_type_found = 1; in value_actual_type()
870 if (real_type_found) in value_actual_type()
871 *real_type_found = 1; in value_actual_type()
H A Dvarobj.c731 int real_type_found = 0; in varobj_create() local
733 var->type = value_actual_type (value, 0, &real_type_found); in varobj_create()
734 if (real_type_found) in varobj_create()
3090 int real_type_found = 0; in adjust_value_for_child_access() local
3092 enclosing_type = value_actual_type (*value, 1, &real_type_found); in adjust_value_for_child_access()
3093 if (real_type_found) in adjust_value_for_child_access()
H A Dvalue.h153 int *real_type_found);