Searched refs:objc_method_description (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/ |
H A D | protocols.c | 355 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 D | methods.c | 59 struct objc_method_description * 64 return (struct objc_method_description *)method; in method_getDescription()
|
H A D | selector.c | 140 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 D | protocols.c | 355 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 D | methods.c | 59 struct objc_method_description * 64 return (struct objc_method_description *)method; in method_getDescription()
|
H A D | selector.c | 140 struct objc_method_description *method = &method_list->list[i]; in __objc_register_selectors_from_description_list()
|
H A D | ChangeLog | 1653 Category, struct objc_method_description, _C_ID and similar,
|
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc/ |
H A D | runtime.h | 77 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 D | runtime.h | 77 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 D | module-abi-8.h | 159 struct objc_method_description list[1];
|
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc-private/ |
H A D | module-abi-8.h | 159 struct objc_method_description list[1];
|