Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dv850-tdep.c511 struct type *fld_type, *tgt_type; in v850_use_struct_convention() local
537 fld_type = type->field (0).type (); in v850_use_struct_convention()
538 if (v850_type_is_scalar (fld_type) && fld_type->length () >= 4) in v850_use_struct_convention()
541 if (fld_type->code () == TYPE_CODE_ARRAY) in v850_use_struct_convention()
543 tgt_type = fld_type->target_type (); in v850_use_struct_convention()
558 fld_type = type->field (0).type (); in v850_use_struct_convention()
559 if (fld_type->code () == TYPE_CODE_ARRAY) in v850_use_struct_convention()
561 tgt_type = fld_type->target_type (); in v850_use_struct_convention()
563 && fld_type->length () / tgt_type->length () > 2) in v850_use_struct_convention()
577 fld_type = type->field (0).type (); in v850_use_struct_convention()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgengtype.cc3473 type_p fld_type = fld->type; in write_user_marking_functions() local
3474 if (fld_type->kind == TYPE_POINTER) in write_user_marking_functions()
3476 type_p pointed_to_type = fld_type->u.p; in write_user_marking_functions()
3480 else if (union_or_struct_p (fld_type)) in write_user_marking_functions()
3481 write_user_func_for_structure_body (fld_type, w->prefix, d); in write_user_marking_functions()
3895 type_p fld_type = fld->type; in write_pch_user_walking_functions() local
3896 if (union_or_struct_p (fld_type)) in write_pch_user_walking_functions()
3897 write_pch_user_walking_for_structure_body (fld_type, d); in write_pch_user_walking_functions()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcoroutines.cc3884 coro_make_frame_entry (tree *field_list, const char *name, tree fld_type, in coro_make_frame_entry() argument
3888 tree decl = build_decl (loc, FIELD_DECL, id, fld_type); in coro_make_frame_entry()