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

  /src/external/gpl3/gdb.old/dist/gdb/
valops.c 51 static struct value *search_struct_field (const char *, struct value *,
230 v = search_struct_field (t1->name (),
254 type, in which case search_struct_field won't work. */
259 v = search_struct_field (t2->name (), v, real_type, 1);
267 v = search_struct_field (t2->name (),
1851 /* Helper class for search_struct_field that keeps track of found
1853 ambiguous results. See search_struct_field for description of
1881 are accumulated and the caller (search_struct_field) takes care
1918 /* The type of the initial type passed to search_struct_field; this
1983 /* A helper for search_struct_field. This does all the work; mos
2124 search_struct_field (const char *name, struct value *arg1, function
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
valops.c 48 static struct value *search_struct_field (const char *, struct value *,
227 v = search_struct_field (t1->name (),
251 type, in which case search_struct_field won't work. */
256 v = search_struct_field (t2->name (), v, real_type, 1);
264 v = search_struct_field (t2->name (),
1851 /* Helper class for search_struct_field that keeps track of found
1853 ambiguous results. See search_struct_field for description of
1881 are accumulated and the caller (search_struct_field) takes care
1918 /* The type of the initial type passed to search_struct_field; this
1983 /* A helper for search_struct_field. This does all the work; mos
2124 search_struct_field (const char *name, struct value *arg1, function
    [all...]

Completed in 18 milliseconds