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

/haiku-buildtools/legacy/gcc/libobjc/
H A Dselector.c80 while (i < method_list->method_count)
117 for (i = 0; i < method_list->method_count; i++)
129 if(++new_list->method_count == max_methods_no)
134 curr_method = &new_list->method_list[new_list->method_count];
143 if (new_list->method_count)
147 + sizeof(struct objc_method[new_list->method_count]));
H A Dsendmsg.c289 for (i = 0; i< method_list->method_count; i++) {
328 for (i = 0; i < method_list->method_count; i++)
409 for (i = 0; i < list->method_count; ++i)
483 for (i = 0; i < method_list->method_count; ++i)
H A Dinit.c311 for (i = 0; i < method_list->method_count; i++)
/haiku-buildtools/legacy/gcc/libobjc/objc/
H A Dobjc-api.h243 int method_count; /* Number of methods defined in member in struct:objc_method_list
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dclass.c1006 HOST_WIDE_INT method_count = 0; local
1076 method_count++;
1079 method_array_type = build_prim_array_type (method_type_node, method_count);
1173 PUSH_FIELD_VALUE (cons, "method_count", build_int_2 (method_count, 0));
/haiku-buildtools/gcc/gcc/java/
H A Dclass.c1790 HOST_WIDE_INT method_count = 0; local
1991 method_count++;
1995 method_array_type = build_prim_array_type (method_type_node, method_count);
2121 PUSH_FIELD_VALUE (v2, "method_count",
2122 build_int_cst (NULL_TREE, method_count));
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.h2698 method_count() const;
H A Dtypes.cc7115 Interface_type::method_count() const function in class:Interface_type

Completed in 110 milliseconds