Searched refs:OBJC_JBLEN (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/config/rs6000/
H A Ddarwin.h42 #define OBJC_JBLEN ((TARGET_64BIT) ? (26*2 + 18*2 + 129 + 1) : (26 + 18*2 + 129 + 1)) macro
/haiku-buildtools/gcc/gcc/config/i386/
H A Ddarwin.h43 #define OBJC_JBLEN ((TARGET_64BIT) ? ((9 * 2) + 3 + 16) : (18)) macro
/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-next-runtime-abi-01.c2420 int buf[OBJC_JBLEN];
2428 #ifndef OBJC_JBLEN
2429 #define OBJC_JBLEN 18 macro
2440 /* int buf[OBJC_JBLEN]; */
2442 temp_type = build_sized_array_type (integer_type_node, OBJC_JBLEN);

Completed in 48 milliseconds