Searched refs:cat_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.c2158 if (cat_count)
2205 if (imp_count || cat_count)
2207 /* void *defs[imp_count + cat_count (+ 1)]; */
2209 int index = imp_count + cat_count;
2242 build_int_cst (short_integer_type_node, cat_count));
2246 if (imp_count || cat_count)
2380 if (imp_count || cat_count)
H A Dobjc-gnu-runtime-abi-01.c1926 if (cat_count)
1984 /* void *defs[imp_count + cat_count (+ 1)]; */
1986 index = imp_count + cat_count;
2026 build_int_cst (short_integer_type_node, cat_count));
H A Dobjc-act.h292 extern GTY(()) int cat_count; /* `@category' */ variable
H A Dobjc-act.c218 int cat_count = 0; /* `@category' */ variable
7158 cat_count++;
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-next-runtime-abi-01.cc2159 if (cat_count)
2206 if (imp_count || cat_count)
2208 /* void *defs[imp_count + cat_count (+ 1)]; */
2210 int index = imp_count + cat_count;
2243 build_int_cst (short_integer_type_node, cat_count));
2247 if (imp_count || cat_count)
2381 if (imp_count || cat_count)
H A Dobjc-gnu-runtime-abi-01.cc1927 if (cat_count)
1985 /* void *defs[imp_count + cat_count (+ 1)]; */
1987 index = imp_count + cat_count;
2027 build_int_cst (short_integer_type_node, cat_count));
H A Dobjc-act.h306 extern GTY(()) int cat_count; /* `@category' */ variable
H A Dobjc-act.cc218 int cat_count = 0; /* `@category' */ variable
7258 cat_count++;

Completed in 378 milliseconds