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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libobjc/objc/
H A DProtocol.h39 struct objc_protocol_list *protocol_list; variable in typeref:struct:objc_protocol_list
H A Dobjc.h143 struct objc_protocol_list *protocol_list; member in struct:objc_protocol
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libobjc/objc/
H A DProtocol.h40 struct objc_protocol_list *protocol_list; variable in typeref:struct:objc_protocol_list
H A Dobjc.h143 struct objc_protocol_list *protocol_list; member in struct:objc_protocol
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc-obj-c++-shared/
H A DProtocol1.h29 struct objc_protocol_list *protocol_list ; variable in typeref:struct:objc_protocol_list
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libobjc/
H A DProtocol.m39 struct objc_protocol_list *protocol_list;
63 for (proto_list = protocol_list; proto_list; proto_list = proto_list->next)
91 for (proto_list = protocol_list; proto_list; proto_list = proto_list->next)
119 for (proto_list = protocol_list; proto_list; proto_list = proto_list->next)
H A Dinit.c869 __objc_init_protocols (aProto->protocol_list);
/netbsd-6-1-5-RELEASE/usr.bin/sdpquery/
H A Dprint.c130 attr_t protocol_list[] = { variable
533 for (i = 0; i < __arraycount(protocol_list); i++) {
534 if (uuid->time_low == protocol_list[i].id) {
535 desc = protocol_list[i].desc;
921 for (i = 0; i < __arraycount(protocol_list); i++) {
922 if (uuid.time_low == protocol_list[i].id) {
923 printf(" %s", protocol_list[i].desc);
926 printf(" (0x%04x)", protocol_list[i].id);
928 if (protocol_list[i].print)
929 (protocol_list[
[all...]
/netbsd-6-1-5-RELEASE/dist/pppd/pppd/
H A Dmain.c904 struct protocol_list { struct
907 } protocol_list[] = { local
1045 struct protocol_list *lp;
1047 for (lp = protocol_list; lp->proto != 0; ++lp)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.c4228 struct _objc_protocol **protocol_list;
4251 /* struct _objc_protocol **protocol_list; */
4255 "protocol_list");
4786 tree protocol_list, tree instance_methods,
4800 initlist = tree_cons (NULL_TREE, protocol_list, initlist);
4859 /* struct _objc_protocol **protocol_list; */
4863 "protocol_list");
4996 /* struct _objc_protocol **protocol_list; */
5002 "protocol_list");
5600 tree protocol_list)
4777 build_protocol_initializer(tree type, tree protocol_name, tree protocol_list, tree instance_methods, tree class_methods) argument
5589 build_category_initializer(tree type, tree cat_name, tree class_name, tree instance_methods, tree class_methods, tree protocol_list) argument
5656 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
7560 start_class(enum tree_code code, tree class_name, tree super_name, tree protocol_list) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/objc/
H A Dobjc-act.c4133 struct _objc_protocol **protocol_list;
4157 /* struct _objc_protocol **protocol_list; */
4161 "protocol_list");
4692 tree protocol_list, tree instance_methods,
4706 initlist = tree_cons (NULL_TREE, protocol_list, initlist);
4764 /* struct _objc_protocol **protocol_list; */
4768 "protocol_list");
4904 /* struct _objc_protocol **protocol_list; */
4910 "protocol_list");
5506 tree protocol_list)
4683 build_protocol_initializer(tree type, tree protocol_name, tree protocol_list, tree instance_methods, tree class_methods) argument
5495 build_category_initializer(tree type, tree cat_name, tree class_name, tree instance_methods, tree class_methods, tree protocol_list) argument
5559 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
7441 start_class(enum tree_code code, tree class_name, tree super_name, tree protocol_list) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libobjc/
H A Dinit.c869 __objc_init_protocols (aProto->protocol_list);

Completed in 212 milliseconds