Searched refs:finish_record_layout (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | stor-layout.h | 38 extern void finish_record_layout (record_layout_info, int);
|
H A D | stor-layout.cc | 2260 finish_record_layout (record_layout_info rli, int free_p) in finish_record_layout() function 2645 finish_record_layout (rli, /*free_p=*/true); in layout_type()
|
H A D | ChangeLog-2000 | 16865 * stor-layout.c (finish_record_layout): Don't call 17125 * stor-layout.c (finish_record_layout): Call record_component_aliases.i 19109 * stor-layout.c (finish_record_layout): finalize_type_size 25979 (finish_record_layout): Handle unions. 26293 (finish_record_layout): Likewise. 26300 (finish_record_layout): Likewise.
|
H A D | ChangeLog-2002 | 6029 * store-layout.c (finish_record_layout): Add free_p parameter. 6031 * tree.h (finish_record_layout): Update prototype.
|
H A D | ChangeLog-2006 | 10811 * stor-layout.c (finish_record_layout): Copy TYPE_PACKED to variants.
|
H A D | ChangeLog-2012 | 30844 (finish_record_layout): Call finish_bitfield_layout.
|
H A D | ChangeLog-2010 | 25425 (finish_record_layout): Likewise.
|
H A D | ChangeLog-2013 | 8177 (finish_record_layout): Moved to stor-layout.h.
|
H A D | ChangeLog-2015 | 7838 * stor-layout.c (finish_record_layout): Propagate the
|
H A D | ChangeLog-2014 | 12895 (finish_record_layout): Update.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | stor-layout.h | 38 extern void finish_record_layout (record_layout_info, int);
|
H A D | stor-layout.c | 2244 finish_record_layout (record_layout_info rli, int free_p) in finish_record_layout() function 2620 finish_record_layout (rli, /*free_p=*/true); in layout_type()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-common.c | 667 finish_record_layout (rli, true); in create_common()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-common.cc | 695 finish_record_layout (rli, true); in create_common()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | class.cc | 6984 finish_record_layout (rli, /*free_p=*/true); in layout_class_type()
|
H A D | ChangeLog-2002 | 1455 finish_record_layout until we are done laying out the class.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | class.c | 6872 finish_record_layout (rli, /*free_p=*/true); in layout_class_type()
|