Home
last modified time | relevance | path

Searched refs:CLASSTYPE_ALIGN (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dclass.cc4417 ? CLASSTYPE_ALIGN (type) in layout_nonempty_base_or_field()
4546 rli->record_align = MAX (rli->record_align, CLASSTYPE_ALIGN (type)); in layout_empty_base_or_field()
4548 rli->unpacked_align = MAX (rli->unpacked_align, CLASSTYPE_ALIGN (type)); in layout_empty_base_or_field()
4589 SET_DECL_ALIGN (decl, CLASSTYPE_ALIGN (basetype)); in build_base_field_1()
H A Dcp-tree.h2567 #define CLASSTYPE_ALIGN(NODE) TYPE_ALIGN (CLASSTYPE_AS_BASE (NODE)) macro
2572 (CLASSTYPE_ALIGN (NODE) / BITS_PER_UNIT)
H A DChangeLog-20021460 (CLASSTYPE_ALIGN): Likweise.
4375 (CLASSTYPE_ALIGN(NODE): Likewise.
H A DChangeLog-19992949 (CLASSTYPE_ALIGN): Adjust accordingly.
H A DChangeLog-20003449 CLASSTYPE_ALIGN.
H A DChangeLog-19985279 (finish_struct_1): Set CLASSTYPE_SIZE, CLASSTYPE_MODE, CLASSTYPE_ALIGN.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dclass.c4318 ? CLASSTYPE_ALIGN (type) in layout_nonempty_base_or_field()
4447 rli->record_align = MAX (rli->record_align, CLASSTYPE_ALIGN (type)); in layout_empty_base_or_field()
4449 rli->unpacked_align = MAX (rli->unpacked_align, CLASSTYPE_ALIGN (type)); in layout_empty_base_or_field()
4489 SET_DECL_ALIGN (decl, CLASSTYPE_ALIGN (basetype)); in build_base_field_1()
H A Dcp-tree.h2412 #define CLASSTYPE_ALIGN(NODE) TYPE_ALIGN (CLASSTYPE_AS_BASE (NODE)) macro
2417 (CLASSTYPE_ALIGN (NODE) / BITS_PER_UNIT)