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

/openbsd-current/gnu/gcc/gcc/config/i386/
H A Ddarwin.h41 #define OBJC_JBLEN ((TARGET_64BIT) ? ((9 * 2) + 3 + 16) : (18)) macro
/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Ddarwin.h44 #define OBJC_JBLEN ((TARGET_64BIT) ? (26*2 + 18*2 + 129 + 1) : (26 + 18*2 + 129 + 1)) macro
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c3963 int buf[OBJC_JBLEN];
3971 #ifndef OBJC_JBLEN
3972 #define OBJC_JBLEN 18
3983 /* int buf[OBJC_JBLEN]; */
3985 index = build_index_type (build_int_cst (NULL_TREE, OBJC_JBLEN - 1));
3965 #define OBJC_JBLEN macro

Completed in 73 milliseconds