Home | History | Annotate | Download | only in gdb

Lines Matching defs:was_ptr

59    If WAS_PTR is not NULL, set *WAS_PTR to 0 or 1
66 int *was_ptr,
71 if (was_ptr)
72 *was_ptr = 0;
105 if (was_ptr)
106 *was_ptr = 1;
156 int was_ptr;
159 adjust_value_for_child_access (NULL, &parent_type, &was_ptr, 0);
288 int was_ptr;
302 adjust_value_for_child_access (&value, &type, &was_ptr, 0);
365 const char *join = was_ptr ? "->" : ".";
681 int was_ptr;
707 adjust_value_for_child_access (&value, &type, &was_ptr, lookup_actual_type);
712 const char *join = was_ptr ? "->" : ".";
796 const char *ptr = was_ptr ? "*" : "";