Searched refs:protocol_list (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/legacy/gcc/libobjc/objc/
H A DProtocol.h36 struct objc_protocol_list *protocol_list; variable in typeref:struct:objc_protocol_list
H A Dobjc.h136 struct objc_protocol_list *protocol_list; member in struct:objc_protocol
/haiku-buildtools/legacy/gcc/libobjc/
H A DProtocol.m41 struct objc_protocol_list *protocol_list;
62 for (proto_list = protocol_list; proto_list; proto_list = proto_list->next)
89 for (proto_list = protocol_list; proto_list; proto_list = proto_list->next)
115 for (proto_list = protocol_list; proto_list; proto_list = proto_list->next)
H A Dinit.c810 __objc_init_protocols (aProto->protocol_list);
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c2639 struct objc_protocol **protocol_list;
2670 /* struct objc_protocol **protocol_list; */
2674 = build1 (INDIRECT_REF, NULL_TREE, get_identifier ("protocol_list"));
3230 build_protocol_initializer (type, protocol_name, protocol_list,
3234 tree protocol_list;
3257 initlist = tree_cons (NULL_TREE, protocol_list, initlist);
3333 /* struct objc_protocol **protocol_list; */
3339 = build1 (INDIRECT_REF, NULL_TREE, get_identifier ("protocol_list"));
3521 /* struct objc_protocol **protocol_list; */
3527 = build1 (INDIRECT_REF, NULL_TREE, get_identifier ("protocol_list"));
5096 tree protocol_list = TYPE_PROTOCOL_LIST (ctype); local
5144 tree protocol_list = TYPE_PROTOCOL_LIST (rtype); local
7690 tree protocol_list = TYPE_PROTOCOL_LIST (aspec); local
7748 tree protocol_list = TYPE_PROTOCOL_LIST (aspec); local
7830 tree protocol_list = TYPE_PROTOCOL_LIST (declspecs); local
7892 tree protocol_list = TYPE_PROTOCOL_LIST (declspecs); local
[all...]
/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c409 /* struct _objc_protocol **protocol_list; */
413 add_field_decl (ptype, "protocol_list", &chain);
449 /* struct _objc_protocol **protocol_list; */
451 add_field_decl (ptype, "protocol_list", &chain);
459 struct _objc_protocol **protocol_list;
479 /* struct _objc_protocol **protocol_list; */
481 add_field_decl (ptype, "protocol_list", &chain);
1097 build_protocol_initializer (tree type, tree protocol_name, tree protocol_list, argument
1115 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, protocol_list);
1391 tree protocol_list)
1389 build_category_initializer(tree type, tree cat_name, tree class_name, tree inst_methods, tree class_methods, tree protocol_list) argument
1497 build_shared_structure_initializer(tree type, tree isa, tree super, tree name, tree size, int status, tree dispatch_table, tree ivar_list, tree protocol_list) argument
[all...]
H A Dobjc-next-runtime-abi-01.c469 /* struct _objc_protocol **protocol_list; */
473 add_field_decl (ptype, "protocol_list", &chain);
529 /* struct _objc_protocol **protocol_list; */
531 add_field_decl (ptype, "protocol_list", &chain);
559 struct _objc_protocol **protocol_list;
585 /* struct _objc_protocol **protocol_list; */
587 add_field_decl (ptype, "protocol_list", &chain);
1457 build_v1_protocol_initializer (tree type, tree protocol_name, tree protocol_list, argument
1480 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, protocol_list);
1706 tree protocol_list, tre
1704 build_v1_category_initializer(tree type, tree cat_name, tree class_name, tree inst_methods, tree class_methods, tree protocol_list, tree property_list, location_t loc) argument
1888 build_v1_shared_structure_initializer(tree type, tree isa, tree super, tree name, tree size, int status, tree dispatch_table, tree ivar_list, tree protocol_list, tree class_ext) argument
[all...]
H A Dobjc-act.c1269 tree protocol_list, tree component, bool is_class,
1313 /* Try the protocol_list if we didn't find anything in the
1317 getter = lookup_method_in_protocol_list (protocol_list, getter_name, is_class);
1318 setter = lookup_method_in_protocol_list (protocol_list, setter_name, is_class);
1554 tree protocol_list = TYPE_OBJC_PROTOCOL_LIST (basetype); local
1568 x = lookup_property_in_protocol_list (protocol_list,
1589 protocol_list,
1605 protocol_list,
6798 tree protocol_list, tree attributes)
6938 if (protocol_list)
1268 maybe_make_artificial_property_decl(tree interface, tree implementation, tree protocol_list, tree component, bool is_class, tree getter_name) argument
6793 start_class(enum tree_code code, tree class_name, tree super_name, tree protocol_list, tree attributes) argument
[all...]
H A Dobjc-next-runtime-abi-02.c745 const struct protocol_list_t * const protocol_list;
769 /* const struct protocol_list_t * const protocol_list; */
771 "protocol_list", &chain);
829 /* struct protocol_list_t *protocol_list; */
831 "protocol_list", &chain );
2470 build_v2_protocol_initializer (tree type, tree protocol_name, tree protocol_list, argument
2487 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, protocol_list);
2654 tree protocol_list, tree property_list,
2676 /* protocol_list = */
2678 if (protocol_list)
2652 build_v2_category_initializer(tree type, tree cat_name, tree class_name, tree inst_methods, tree class_methods, tree protocol_list, tree property_list, location_t loc) argument
[all...]

Completed in 207 milliseconds