Searched refs:cat_count (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.h164 extern int cat_count; /* `@category' */
H A Dobjc-act.c342 int cat_count = 0; /* `@category' */
1488 index = build_index_type (build_int_2 (imp_count + cat_count, 0));
1490 index = build_index_type (build_int_2 (imp_count + cat_count - 1,
1491 imp_count == 0 && cat_count == 0
1521 if (cat_count)
1575 initlist = tree_cons (NULL_TREE, build_int_2 (cat_count, 0), initlist);
1579 if (imp_count || cat_count || static_instances_decl)
1627 if (cat_count)
6345 cat_count++;
340 int cat_count = 0; /* `@category' */ variable
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.h179 extern GTY(()) int cat_count; /* `@category' */ variable
H A Dobjc-act.c364 int cat_count = 0; /* `@category' */
2081 if (imp_count || cat_count || !flag_next_runtime)
2083 /* void *defs[imp_count + cat_count (+ 1)]; */
2085 int index = imp_count + cat_count
2117 if (cat_count)
2173 initlist = tree_cons (NULL_TREE, build_int_cst (NULL_TREE, cat_count), initlist);
2177 if (imp_count || cat_count || !flag_next_runtime)
2236 if (cat_count)
7661 cat_count++;
363 int cat_count = 0; /* `@category' */ variable

Completed in 145 milliseconds