Home
last modified time | relevance | path

Searched refs:method_types (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libobjc/
Dsendmsg.c660 const char *method_types) in class_addMethod() argument
667 || method_types == NULL || (strcmp (method_types, "") == 0)) in class_addMethod()
720 method->method_types = objc_malloc (strlen (method_types) + 1); in class_addMethod()
721 strcpy ((char *)method->method_types, method_types); in class_addMethod()
746 const char *method_types) in class_replaceMethod() argument
751 || method_types == NULL) in class_replaceMethod()
762 class_addMethod (class_, selector, implementation, method_types); in class_replaceMethod()
Dencoding.c845 const char *type = method->method_types; in method_copyReturnType()
849 returnValueSize = type - method->method_types + 1; in method_copyReturnType()
854 memcpy (returnValue, method->method_types, returnValueSize); in method_copyReturnType()
874 const char *type = method->method_types; in method_copyArgumentType()
931 const char *type = method->method_types; in method_getReturnType()
935 argumentTypeSize = type - method->method_types; in method_getReturnType()
940 memcpy (returnValue, method->method_types, argumentTypeSize); in method_getReturnType()
963 const char *type = method->method_types; in method_getArgumentType()
1005 const char *type = method->method_types; in method_getNumberOfArguments()
Dmethods.c47 return method->method_types; in method_getTypeEncoding()
Dclass.c680 objc_free ((char *)method->method_types); in objc_disposeClassPair()
715 objc_free ((char *)method->method_types); in objc_disposeClassPair()
Dselector.c120 method->method_types, 0, YES); in __objc_register_selectors_from_list()
/netbsd/src/external/gpl3/gcc/dist/libobjc/objc/
Druntime.h680 const char *method_types);
691 const char *method_types);