Searched refs:method_types (Results 1 – 7 of 7) sorted by relevance
| /dflybsd-src/contrib/gcc-4.7/libobjc/ |
| H A D | sendmsg.c | 677 const char *method_types) in class_addMethod() argument 684 || method_types == NULL || (strcmp (method_types, "") == 0)) in class_addMethod() 737 method->method_types = objc_malloc (strlen (method_types) + 1); in class_addMethod() 738 strcpy ((char *)method->method_types, method_types); in class_addMethod() 763 const char *method_types) in class_replaceMethod() argument 768 || method_types == NULL) in class_replaceMethod() 779 class_addMethod (class_, selector, implementation, method_types); in class_replaceMethod()
|
| H A D | encoding.c | 815 const char *type = method->method_types; in method_copyReturnType() 819 returnValueSize = type - method->method_types + 1; in method_copyReturnType() 824 memcpy (returnValue, method->method_types, returnValueSize); in method_copyReturnType() 844 const char *type = method->method_types; in method_copyArgumentType() 901 const char *type = method->method_types; in method_getReturnType() 905 argumentTypeSize = type - method->method_types; in method_getReturnType() 910 memcpy (returnValue, method->method_types, argumentTypeSize); in method_getReturnType() 933 const char *type = method->method_types; in method_getArgumentType() 975 const char *type = method->method_types; in method_getNumberOfArguments()
|
| H A D | methods.c | 47 return method->method_types; in method_getTypeEncoding()
|
| H A D | class.c | 679 objc_free ((char *)method->method_types); in objc_disposeClassPair() 714 objc_free ((char *)method->method_types); in objc_disposeClassPair()
|
| H A D | selector.c | 121 method->method_types, 0, YES); in __objc_register_selectors_from_list()
|
| /dflybsd-src/contrib/gcc-4.7/libobjc/objc/ |
| H A D | runtime.h | 680 const char *method_types); 691 const char *method_types);
|
| /dflybsd-src/contrib/gcc-4.7/libobjc/objc-private/ |
| H A D | module-abi-8.h | 131 const char* method_types; /* Description of the method's parameter member
|