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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-next-runtime-abi-01.c2146 if (imp_count)
2205 if (imp_count || cat_count)
2207 /* void *defs[imp_count + cat_count (+ 1)]; */
2209 int index = imp_count + cat_count;
2237 build_int_cst (short_integer_type_node, imp_count));
2246 if (imp_count || cat_count)
2380 if (imp_count || cat_count)
H A Dobjc-gnu-runtime-abi-01.c1914 if (imp_count)
1984 /* void *defs[imp_count + cat_count (+ 1)]; */
1986 index = imp_count + cat_count;
2021 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.c217 int imp_count = 0; /* `@implementation' */ variable
7156 imp_count++;
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-next-runtime-abi-01.cc2147 if (imp_count)
2206 if (imp_count || cat_count)
2208 /* void *defs[imp_count + cat_count (+ 1)]; */
2210 int index = imp_count + cat_count;
2238 build_int_cst (short_integer_type_node, imp_count));
2247 if (imp_count || cat_count)
2381 if (imp_count || cat_count)
H A Dobjc-gnu-runtime-abi-01.cc1915 if (imp_count)
1985 /* void *defs[imp_count + cat_count (+ 1)]; */
1987 index = imp_count + cat_count;
2022 build_int_cst (short_integer_type_node, imp_count));
H A Dobjc-act.h305 extern GTY(()) int imp_count; /* `@implementation' */ variable
H A Dobjc-act.cc217 int imp_count = 0; /* `@implementation' */ variable
7256 imp_count++;

Completed in 376 milliseconds