Home
last modified time | relevance | path

Searched refs:objc_method_description (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Dprotocols.c355 struct objc_method_description protocol_getMethodDescription (Protocol *protocol, in protocol_getMethodDescription()
360 struct objc_method_description no_result = { NULL, NULL }; in protocol_getMethodDescription()
395 struct objc_method_description *protocol_copyMethodDescriptionList (Protocol *protocol, in protocol_copyMethodDescriptionList()
402 struct objc_method_description *returnValue = NULL; in protocol_copyMethodDescriptionList()
438 …returnValue = (struct objc_method_description *)(malloc (sizeof (struct objc_method_description) *… in protocol_copyMethodDescriptionList()
H A Dmethods.c59 struct objc_method_description *
64 return (struct objc_method_description *)method; in method_getDescription()
H A Dselector.c140 struct objc_method_description *method = &method_list->list[i]; in __objc_register_selectors_from_description_list()
/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A Dprotocols.c355 struct objc_method_description protocol_getMethodDescription (Protocol *protocol, in protocol_getMethodDescription()
360 struct objc_method_description no_result = { NULL, NULL }; in protocol_getMethodDescription()
395 struct objc_method_description *protocol_copyMethodDescriptionList (Protocol *protocol, in protocol_copyMethodDescriptionList()
402 struct objc_method_description *returnValue = NULL; in protocol_copyMethodDescriptionList()
438 …returnValue = (struct objc_method_description *)(malloc (sizeof (struct objc_method_description) *… in protocol_copyMethodDescriptionList()
H A Dmethods.c59 struct objc_method_description *
64 return (struct objc_method_description *)method; in method_getDescription()
H A Dselector.c140 struct objc_method_description *method = &method_list->list[i]; in __objc_register_selectors_from_description_list()
H A DChangeLog1653 Category, struct objc_method_description, _C_ID and similar,
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc/
H A Druntime.h77 struct objc_method_description struct
714 objc_EXPORT struct objc_method_description * method_getDescription (Method method);
847 objc_EXPORT struct objc_method_description protocol_getMethodDescription (Protocol *protocol,
866 objc_EXPORT struct objc_method_description *protocol_copyMethodDescriptionList (Protocol *protocol,
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc/
H A Druntime.h77 struct objc_method_description struct
714 objc_EXPORT struct objc_method_description * method_getDescription (Method method);
847 objc_EXPORT struct objc_method_description protocol_getMethodDescription (Protocol *protocol,
866 objc_EXPORT struct objc_method_description *protocol_copyMethodDescriptionList (Protocol *protocol,
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc-private/
H A Dmodule-abi-8.h159 struct objc_method_description list[1];
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc-private/
H A Dmodule-abi-8.h159 struct objc_method_description list[1];