Searched refs:class_addMethod (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/ |
H A D | sendmsg.c | 659 class_addMethod (Class class_, SEL selector, IMP implementation, in class_addMethod() function 762 class_addMethod (class_, selector, implementation, method_types); in class_replaceMethod()
|
/netbsd-src/external/gpl3/gcc/dist/libobjc/ |
H A D | sendmsg.c | 659 class_addMethod (Class class_, SEL selector, IMP implementation, in class_addMethod() function 762 class_addMethod (class_, selector, implementation, method_types); in class_replaceMethod()
|
H A D | ChangeLog | 835 * sendmsg.c (class_addMethod): Return NO if the method already 1252 (class_addMethod): New. 1269 * sendmsg.c (class_addMethod): New.
|
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc/ |
H A D | runtime.h | 679 objc_EXPORT BOOL class_addMethod (Class class_, SEL selector, IMP implementation,
|
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc/ |
H A D | runtime.h | 679 objc_EXPORT BOOL class_addMethod (Class class_, SEL selector, IMP implementation,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | objc.texi | 1138 the class using @code{class_addMethod}) when they are first called.
|
H A D | gcc.info | 55465 the class using 'class_addMethod') when they are first called. To do
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | objc.texi | 1138 the class using @code{class_addMethod}) when they are first called.
|
H A D | gcc.info | 58454 the class using 'class_addMethod') when they are first called. To do
|