Lines Matching defs:find_struct_field
184 static int find_struct_field (const char *, struct type *, int,
4485 if (!find_struct_field (name, t1, 0,
4504 if (find_struct_field (name, t1, 0,
6306 if (find_struct_field ("_tag", resolved_type, 0, &tag_type, &tag_byte_offset,
6910 find_struct_field (const char *name, struct type *type, int offset,
6976 if (find_struct_field (name, type->field (i).type (), fld_offset,
6991 if (find_struct_field (name, field_type->field (j).type (),
7016 if (find_struct_field (name, type->field (parent_offset).type (),
7033 find_struct_field (NULL, type, 0, NULL, NULL, NULL, NULL, &n);
7044 long explanation in find_struct_field's function documentation. */
7091 /* PNH: Do we ever get here? See find_struct_field. */
7131 * find_struct_field through its INDEX_P argument. Adjust the address
7172 find_struct_field. */
7207 long explanation in find_struct_field's function documentation.
7242 find_struct_field (name, type, 0, &result, nullptr, nullptr, nullptr,
9572 if (! find_struct_field (name, assigner.lhs->type (), 0,