Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDgengtype.h339 union_or_struct_p (enum typekind kind) in union_or_struct_p() function
348 union_or_struct_p (const_type_p x) in union_or_struct_p() function
350 return union_or_struct_p (x->kind); in union_or_struct_p()
359 if (union_or_struct_p (t)) in type_fileloc()
HDgengtype.c728 gcc_assert (union_or_struct_p (base)); in add_subclass()
729 gcc_assert (union_or_struct_p (subclass)); in add_subclass()
749 gcc_assert (union_or_struct_p (kind)); in new_structure()
834 gcc_assert (kind == TYPE_UNDEFINED || union_or_struct_p (kind)); in find_structure()
2718 && (t->kind != TYPE_POINTER || !union_or_struct_p (t->u.p))) in walk_type()
2769 if (!union_or_struct_p (t->u.p)) in walk_type()
2781 if (!union_or_struct_p (nested_ptr_d->type)) in walk_type()
3282 gcc_assert (union_or_struct_p (s)); in get_output_file_for_structure()
3313 if (union_or_struct_p (ty)) in write_type_decl()
3347 if (union_or_struct_p (s)) in write_marker_function_name()
[all …]
HDgengtype-state.c1007 gcc_assert (union_or_struct_p (hty)); in write_state_lang_struct_type()