Home
last modified time | relevance | path

Searched refs:is_anon_substructure (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgodump.c929 bool is_anon_substructure; in go_format_type() local
935 is_anon_substructure = in go_format_type()
943 if (!is_anon_substructure && decl_align_unit > known_alignment) in go_format_type()
955 align_unit = (is_anon_substructure) ? 1 : decl_align_unit; in go_format_type()
965 if (!is_anon_substructure) in go_format_type()
999 false, p_art_i, is_anon_substructure)) in go_format_type()
1002 if (!is_anon_substructure) in go_format_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgodump.cc901 bool is_anon_substructure; in go_format_type() local
907 is_anon_substructure = in go_format_type()
915 if (!is_anon_substructure && decl_align_unit > known_alignment) in go_format_type()
927 align_unit = (is_anon_substructure) ? 1 : decl_align_unit; in go_format_type()
937 if (!is_anon_substructure) in go_format_type()
971 false, p_art_i, is_anon_substructure)) in go_format_type()
974 if (!is_anon_substructure) in go_format_type()