Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A 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()
H A 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()
H A Dmethods.c47 return method->method_types; in method_getTypeEncoding()
H A Dclass.c680 objc_free ((char *)method->method_types); in objc_disposeClassPair()
715 objc_free ((char *)method->method_types); in objc_disposeClassPair()
H A Dselector.c120 method->method_types, 0, YES); in __objc_register_selectors_from_list()
/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A 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()
H A 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()
H A Dmethods.c47 return method->method_types; in method_getTypeEncoding()
H A Dclass.c680 objc_free ((char *)method->method_types); in objc_disposeClassPair()
715 objc_free ((char *)method->method_types); in objc_disposeClassPair()
H A Dselector.c120 method->method_types, 0, YES); in __objc_register_selectors_from_list()
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc/
H A Druntime.h680 const char *method_types);
691 const char *method_types);
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc/
H A Druntime.h680 const char *method_types);
691 const char *method_types);
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc-private/
H A Dmodule-abi-8.h130 const char* method_types; /* Description of the method's parameter member
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc-private/
H A Dmodule-abi-8.h130 const char* method_types; /* Description of the method's parameter member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp3666 uint32_t method_types; /* char * (32-bit pointer) */ member
3941 sys::swapByteOrder(method.method_types); in swapStruct()
4428 << format("0x%08" PRIx32, method.method_types); in print_method_list()
4430 name = get_pointer_32(method.method_types, offset, xleft, S, info, true); in print_method_list()