Searched refs:imp_count (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-next-runtime-abi-01.c2156 if (imp_count)
2215 if (imp_count || cat_count)
2217 /* void *defs[imp_count + cat_count (+ 1)]; */
2219 int index = imp_count + cat_count;
2247 build_int_cst (short_integer_type_node, imp_count));
2256 if (imp_count || cat_count)
2390 if (imp_count || cat_count)
H A Dobjc-gnu-runtime-abi-01.c1934 if (imp_count)
2004 /* void *defs[imp_count + cat_count (+ 1)]; */
2006 index = imp_count + cat_count;
2041 build_int_cst (short_integer_type_node, imp_count));
H A Dobjc-act.h291 extern GTY(()) int imp_count; /* `@implementation' */ variable
H A Dobjc-act.c243 int imp_count = 0; /* `@implementation' */ variable
7081 imp_count++;
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c461 static int imp_count = 0; /* `@implementation' */
1506 index = build_index_type (build_int_2 (imp_count + cat_count, 0));
1508 index = build_index_type (build_int_2 (imp_count + cat_count - 1,
1509 imp_count == 0 && cat_count == 0
1529 if (imp_count)
1589 initlist = tree_cons (NULL_TREE, build_int_2 (imp_count, 0), initlist);
1597 if (imp_count || cat_count || static_instances_decl)
6353 imp_count++;
459 static int imp_count = 0; /* `@implementation' */ variable

Completed in 186 milliseconds