Searched refs:objc_alignof_type (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/objc.dg/
H A Dencode-8.m24 if (objc_alignof_type (@encode (union f)) != __alignof__(union f))
28 if (objc_alignof_type (@encode (union g)) != __alignof__(union g))
/haiku-buildtools/gcc/gcc/testsuite/objc-obj-c++-shared/
H A Dobjc-test-suite-next-encode-assist.h63 int objc_alignof_type (const char *);
H A Dobjc-test-suite-next-encode-assist-impl.h179 objc_alignof_type (const char *type) function
258 return objc_alignof_type (type);
286 maxalign = MAX (maxalign, objc_alignof_type (type));
312 align = objc_alignof_type (type);
529 These functions are used by objc_sizeof_type and objc_alignof_type
589 desired_align = objc_alignof_type (type) * BITS_PER_UNIT;
/haiku-buildtools/legacy/gcc/libobjc/
H A Dencoding.c229 objc_alignof_type(const char* type) function
306 return objc_alignof_type (type);
333 maxalign = MAX (maxalign, objc_alignof_type (type));
364 align = objc_alignof_type (type);
692 These functions are used by objc_sizeof_type and objc_alignof_type
771 bfld_type_align = objc_alignof_type (bfld_type) * BITS_PER_UNIT;
790 desired_align = objc_alignof_type(type) * BITS_PER_UNIT;
799 bfld_type_align = objc_alignof_type (bfld_type) * BITS_PER_UNIT;
825 desired_align = objc_alignof_type (bfld_type) * BITS_PER_UNIT;
H A Dgc.c179 align = objc_alignof_type (type);
H A Darchive.c1060 align = objc_alignof_type (type); /* padd to alignment */
1156 align = objc_alignof_type (type); /* padd to alignment */
/haiku-buildtools/legacy/gcc/libobjc/objc/
H A Dencoding.h55 int objc_alignof_type (const char* type);

Completed in 155 milliseconds