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

/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.h163 extern int imp_count; /* `@implementation' */
H A Dobjc-act.c341 int imp_count = 0; /* `@implementation' */
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
1511 if (imp_count)
1571 initlist = tree_cons (NULL_TREE, build_int_2 (imp_count, 0), initlist);
1579 if (imp_count || cat_count || static_instances_decl)
6343 imp_count++;
339 int imp_count = 0; /* `@implementation' */ variable
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.h178 extern GTY(()) int imp_count; /* `@implementation' */ variable
H A Dobjc-act.c363 int imp_count = 0; /* `@implementation' */
2081 if (imp_count || cat_count || !flag_next_runtime)
2083 /* void *defs[imp_count + cat_count (+ 1)]; */
2085 int index = imp_count + cat_count
2107 if (imp_count)
2169 initlist = tree_cons (NULL_TREE, build_int_cst (NULL_TREE, imp_count), initlist);
2177 if (imp_count || cat_count || !flag_next_runtime)
7659 imp_count++;
362 int imp_count = 0; /* `@implementation' */ variable

Completed in 210 milliseconds