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

/netbsd-current/external/gpl3/gcc.old/dist/libobjc/objc/
H A DProtocol.h39 struct objc_protocol_list *protocol_list; variable in typeref:struct:objc_protocol_list
/netbsd-current/external/gpl3/gcc/dist/libobjc/objc/
H A DProtocol.h39 struct objc_protocol_list *protocol_list; variable in typeref:struct:objc_protocol_list
/netbsd-current/external/gpl3/gcc.old/dist/libobjc/
H A Dprotocols.c290 proto_list = ((struct objc_protocol *)protocol)->protocol_list;
521 proto_list = ((struct objc_protocol *)protocol)->protocol_list;
537 proto_list = ((struct objc_protocol *)protocol)->protocol_list;
H A Dinit.c990 __objc_init_protocols (protocol->protocol_list);
/netbsd-current/external/gpl3/gcc/dist/libobjc/
H A Dprotocols.c290 proto_list = ((struct objc_protocol *)protocol)->protocol_list;
521 proto_list = ((struct objc_protocol *)protocol)->protocol_list;
537 proto_list = ((struct objc_protocol *)protocol)->protocol_list;
H A Dinit.c990 __objc_init_protocols (protocol->protocol_list);
/netbsd-current/external/gpl3/gcc.old/dist/libobjc/objc-private/
H A Dmodule-abi-8.h165 struct objc_protocol_list *protocol_list; member in struct:objc_protocol
/netbsd-current/external/gpl3/gcc/dist/libobjc/objc-private/
H A Dmodule-abi-8.h165 struct objc_protocol_list *protocol_list; member in struct:objc_protocol
/netbsd-current/usr.bin/sdpquery/
H A Dprint.c141 attr_t protocol_list[] = { variable
609 for (i = 0; i < __arraycount(protocol_list); i++) {
610 if (uuid->time_low == protocol_list[i].id) {
611 desc = protocol_list[i].desc;
997 for (i = 0; i < __arraycount(protocol_list); i++) {
998 if (uuid.time_low == protocol_list[i].id) {
999 printf(" %s", protocol_list[i].desc);
1002 printf(" (0x%04x)", protocol_list[i].id);
1004 if (protocol_list[i].print)
1005 (protocol_list[
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c407 /* struct _objc_protocol **protocol_list; */
411 add_field_decl (ptype, "protocol_list", &chain);
447 /* struct _objc_protocol **protocol_list; */
449 add_field_decl (ptype, "protocol_list", &chain);
457 struct _objc_protocol **protocol_list;
477 /* struct _objc_protocol **protocol_list; */
479 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.c459 /* struct _objc_protocol **protocol_list; */
463 add_field_decl (ptype, "protocol_list", &chain);
519 /* struct _objc_protocol **protocol_list; */
521 add_field_decl (ptype, "protocol_list", &chain);
549 struct _objc_protocol **protocol_list;
575 /* struct _objc_protocol **protocol_list; */
577 add_field_decl (ptype, "protocol_list", &chain);
1447 build_v1_protocol_initializer (tree type, tree protocol_name, tree protocol_list, argument
1470 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, protocol_list);
1696 tree protocol_list, tre
1694 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
1878 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.c1310 tree protocol_list, tree component, bool is_class,
1354 /* Try the protocol_list if we didn't find anything in the
1358 getter = lookup_method_in_protocol_list (protocol_list, getter_name, is_class);
1359 setter = lookup_method_in_protocol_list (protocol_list, setter_name, is_class);
1597 tree protocol_list = TYPE_OBJC_PROTOCOL_LIST (basetype); local
1611 x = lookup_property_in_protocol_list (protocol_list,
1632 protocol_list,
1648 protocol_list,
6871 tree protocol_list, tree attributes)
7011 if (protocol_list)
1309 maybe_make_artificial_property_decl(tree interface, tree implementation, tree protocol_list, tree component, bool is_class, tree getter_name) argument
6866 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.c759 const struct protocol_list_t * const protocol_list;
786 /* const struct protocol_list_t * const protocol_list; */
788 "protocol_list", &chain);
856 /* struct protocol_list_t *protocol_list; */
858 "protocol_list", &chain );
2658 build_v2_protocol_initializer (tree type, tree protocol_name, tree protocol_list, argument
2676 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, protocol_list);
2873 tree protocol_list, tree property_list,
2895 /* protocol_list = */
2897 if (protocol_list)
2871 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...]
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.cc407 /* struct _objc_protocol **protocol_list; */
411 add_field_decl (ptype, "protocol_list", &chain);
447 /* struct _objc_protocol **protocol_list; */
449 add_field_decl (ptype, "protocol_list", &chain);
457 struct _objc_protocol **protocol_list;
477 /* struct _objc_protocol **protocol_list; */
479 add_field_decl (ptype, "protocol_list", &chain);
1098 build_protocol_initializer (tree type, tree protocol_name, tree protocol_list, argument
1116 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, protocol_list);
1392 tree protocol_list)
1390 build_category_initializer(tree type, tree cat_name, tree class_name, tree inst_methods, tree class_methods, tree protocol_list) argument
1498 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.cc460 /* struct _objc_protocol **protocol_list; */
464 add_field_decl (ptype, "protocol_list", &chain);
520 /* struct _objc_protocol **protocol_list; */
522 add_field_decl (ptype, "protocol_list", &chain);
550 struct _objc_protocol **protocol_list;
576 /* struct _objc_protocol **protocol_list; */
578 add_field_decl (ptype, "protocol_list", &chain);
1448 build_v1_protocol_initializer (tree type, tree protocol_name, tree protocol_list, argument
1471 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, protocol_list);
1697 tree protocol_list, tre
1695 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
1879 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.cc1373 tree protocol_list, tree component, bool is_class,
1417 /* Try the protocol_list if we didn't find anything in the
1421 getter = lookup_method_in_protocol_list (protocol_list, getter_name, is_class);
1422 setter = lookup_method_in_protocol_list (protocol_list, setter_name, is_class);
1661 tree protocol_list = TYPE_OBJC_PROTOCOL_LIST (basetype); local
1675 x = lookup_property_in_protocol_list (protocol_list,
1696 protocol_list,
1712 protocol_list,
6957 tree protocol_list, tree attributes)
7105 if (protocol_list)
1372 maybe_make_artificial_property_decl(tree interface, tree implementation, tree protocol_list, tree component, bool is_class, tree getter_name) argument
6952 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.cc761 const struct protocol_list_t * const protocol_list;
788 /* const struct protocol_list_t * const protocol_list; */
790 "protocol_list", &chain);
858 /* struct protocol_list_t *protocol_list; */
860 "protocol_list", &chain );
2669 build_v2_protocol_initializer (tree type, tree protocol_name, tree protocol_list,
2687 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, protocol_list);
2885 tree protocol_list, tree property_list,
2907 /* protocol_list = */
2909 if (protocol_list)
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dextensions_srvr.c467 PACKET protocol_list, save_protocol_list, protocol; local
472 if (!PACKET_as_length_prefixed_2(pkt, &protocol_list)
473 || PACKET_remaining(&protocol_list) < 2) {
479 save_protocol_list = protocol_list;
482 if (!PACKET_get_length_prefixed_1(&protocol_list, &protocol)
488 } while (PACKET_remaining(&protocol_list) != 0);
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dextensions_srvr.c426 PACKET protocol_list, save_protocol_list, protocol; local
431 if (!PACKET_as_length_prefixed_2(pkt, &protocol_list)
432 || PACKET_remaining(&protocol_list) < 2) {
437 save_protocol_list = protocol_list;
440 if (!PACKET_get_length_prefixed_1(&protocol_list, &protocol)
445 } while (PACKET_remaining(&protocol_list) != 0);
/netbsd-current/external/bsd/ppp/dist/pppd/
H A Dmain.c867 struct protocol_list { struct
870 } protocol_list[] = { variable in typeref:struct:protocol_list
1007 struct protocol_list *lp;
1009 for (lp = protocol_list; lp->proto != 0; ++lp)
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp3681 uint32_t protocol_list; /* struct objc_protocol_list * (32-bit pointer) */ member in struct:__anon3194::objc_protocol_t
3945 inline void swapStruct(struct objc_protocol_list_t &protocol_list) { argument
3946 sys::swapByteOrder(protocol_list.next);
3947 sys::swapByteOrder(protocol_list.count);
3953 sys::swapByteOrder(protocol.protocol_list);
4778 outs() << " protocol_list "
4779 << format("0x%08" PRIx32, protocol.protocol_list);
4780 if (print_protocol_list(protocol.protocol_list, indent + 4, info))
4802 struct objc_protocol_list_t protocol_list; local
4812 memcpy(&protocol_list,
[all...]

Completed in 504 milliseconds