Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/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.c141 struct objc_method_description *method = &method_list->list[i]; in __objc_register_selectors_from_description_list()
/dflybsd-src/contrib/gcc-4.7/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,
/dflybsd-src/contrib/gcc-4.7/libobjc/objc-private/
H A Dmodule-abi-8.h160 struct objc_method_description list[1];