Searched refs:cat_count (Results 1 – 6 of 6) sorted by relevance
164 extern int cat_count; /* `@category' */
340 int cat_count = 0; /* `@category' */ variable1483 index = build_index_type (build_int_2 (imp_count + cat_count, 0)); in build_objc_symtab_template()1485 index = build_index_type (build_int_2 (imp_count + cat_count - 1, in build_objc_symtab_template()1486 imp_count == 0 && cat_count == 0 in build_objc_symtab_template()1516 if (cat_count)1570 initlist = tree_cons (NULL_TREE, build_int_2 (cat_count, 0), initlist);1574 if (imp_count || cat_count || static_instances_decl)1622 if (cat_count) in generate_objc_symtab_decl()6328 cat_count++;
179 extern GTY(()) int cat_count; /* `@category' */
363 int cat_count = 0; /* `@category' */ variable2077 if (imp_count || cat_count || !flag_next_runtime) in build_objc_symtab_template()2081 int index = imp_count + cat_count in build_objc_symtab_template()2113 if (cat_count) in init_def_list()2169 initlist = tree_cons (NULL_TREE, build_int_cst (NULL_TREE, cat_count), initlist); in init_objc_symtab()2173 if (imp_count || cat_count || !flag_next_runtime) in init_objc_symtab()2232 if (cat_count) in generate_objc_symtab_decl()7644 cat_count++; in continue_class()
873 (imp_count, cat_count): Make GGC-aware.
9386 cat_count): Place declaration in objc-act.h.