Searched refs:objc_alignof_type (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/ |
H A D | encoding.c | 163 return MAX (MAX (comp, spec), objc_alignof_type (_stp) * __CHAR_BIT__); in _darwin_rs6000_special_round_type_align() 432 objc_alignof_type (const char *type) in objc_alignof_type() function 514 return objc_alignof_type (type); in objc_alignof_type() 628 align = objc_alignof_type (type); in objc_aligned_size() 1138 bfld_type_align = objc_alignof_type (bfld_type) * __CHAR_BIT__; in objc_layout_structure_next_member() 1154 desired_align = objc_alignof_type (type) * __CHAR_BIT__; in objc_layout_structure_next_member() 1165 bfld_type_align = objc_alignof_type (bfld_type) * __CHAR_BIT__; in objc_layout_structure_next_member() 1193 desired_align = objc_alignof_type (bfld_type) * __CHAR_BIT__; in objc_layout_structure_next_member()
|
H A D | libobjc.def | 72 objc_alignof_type
|
H A D | gc.c | 171 align = objc_alignof_type (type); in __objc_gc_setup_union()
|
/netbsd-src/external/gpl3/gcc/dist/libobjc/ |
H A D | encoding.c | 163 return MAX (MAX (comp, spec), objc_alignof_type (_stp) * __CHAR_BIT__); in _darwin_rs6000_special_round_type_align() 432 objc_alignof_type (const char *type) in objc_alignof_type() function 514 return objc_alignof_type (type); in objc_alignof_type() 628 align = objc_alignof_type (type); in objc_aligned_size() 1138 bfld_type_align = objc_alignof_type (bfld_type) * __CHAR_BIT__; in objc_layout_structure_next_member() 1154 desired_align = objc_alignof_type (type) * __CHAR_BIT__; in objc_layout_structure_next_member() 1165 bfld_type_align = objc_alignof_type (bfld_type) * __CHAR_BIT__; in objc_layout_structure_next_member() 1193 desired_align = objc_alignof_type (bfld_type) * __CHAR_BIT__; in objc_layout_structure_next_member()
|
H A D | libobjc.def | 72 objc_alignof_type
|
H A D | gc.c | 171 align = objc_alignof_type (type); in __objc_gc_setup_union()
|
H A D | ChangeLog | 996 (objc_alignof_type): Same. 1386 (objc_alignof_type): Same. 1655 objc_sizeof_type, objc_alignof_type, objc_aligned_size, 1736 (objc_alignof_type): Same change. 2406 (objc_alignof_type): Likewise. 2429 (objc_alignof_type): Likewise. 2439 (objc_alignof_type): Likewise. 3164 * encoding.c (atoi, objc_sizeof_type, objc_alignof_type,
|
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc/ |
H A D | runtime.h | 1049 objc_EXPORT int objc_alignof_type (const char *type);
|
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc/ |
H A D | runtime.h | 1049 objc_EXPORT int objc_alignof_type (const char *type);
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | FSFChangeLog.10 | 3356 * objc/encoding.c (objc_alignof_type): Handle _C_PTR case.
|
H A D | FSFChangeLog.11 | 7657 * objc/encoding.c (objc_sizeof_type, objc_alignof_type): Replace
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | FSFChangeLog.10 | 3356 * objc/encoding.c (objc_alignof_type): Handle _C_PTR case.
|
H A D | FSFChangeLog.11 | 7657 * objc/encoding.c (objc_sizeof_type, objc_alignof_type): Replace
|