Home
last modified time | relevance | path

Searched refs:class_addMethod (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Dsendmsg.c659 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 Dsendmsg.c659 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 DChangeLog835 * 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 Druntime.h679 objc_EXPORT BOOL class_addMethod (Class class_, SEL selector, IMP implementation,
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc/
H A Druntime.h679 objc_EXPORT BOOL class_addMethod (Class class_, SEL selector, IMP implementation,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dobjc.texi1138 the class using @code{class_addMethod}) when they are first called.
H A Dgcc.info55465 the class using 'class_addMethod') when they are first called. To do
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dobjc.texi1138 the class using @code{class_addMethod}) when they are first called.
H A Dgcc.info58454 the class using 'class_addMethod') when they are first called. To do