Searched refs:imp_count (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/objc/ |
| D | objc-act.h | 163 extern int imp_count; /* `@implementation' */
|
| D | objc-act.c | 339 int imp_count = 0; /* `@implementation' */ variable 1483 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() 1506 if (imp_count) 1566 initlist = tree_cons (NULL_TREE, build_int_2 (imp_count, 0), initlist); 1574 if (imp_count || cat_count || static_instances_decl) 6326 imp_count++;
|
| /openbsd/src/gnu/gcc/gcc/objc/ |
| D | objc-act.h | 178 extern GTY(()) int imp_count; /* `@implementation' */
|
| D | objc-act.c | 362 int imp_count = 0; /* `@implementation' */ variable 2077 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() 2103 if (imp_count) in init_def_list() 2165 initlist = tree_cons (NULL_TREE, build_int_cst (NULL_TREE, imp_count), initlist); in init_objc_symtab() 2173 if (imp_count || cat_count || !flag_next_runtime) in init_objc_symtab() 7642 imp_count++; in continue_class()
|
| D | ChangeLog | 873 (imp_count, cat_count): Make GGC-aware.
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | ChangeLog.6 | 9385 (nst_method_hash_list, cls_method_hash_list, imp_list, imp_count,
|