HomeSort by: relevance | last modified time | path
    Searched defs:was_ptr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
c-varobj.c 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; local
159 adjust_value_for_child_access (NULL, &parent_type, &was_ptr, 0);
288 int was_ptr; local
680 int was_ptr; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
c-varobj.c 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; local
159 adjust_value_for_child_access (NULL, &parent_type, &was_ptr, 0);
288 int was_ptr; local
680 int was_ptr; local
    [all...]

Completed in 17 milliseconds