| /src/external/gpl3/gcc/dist/libobjc/ |
| sendmsg.c | 660 const char *method_types) 667 || method_types == NULL || (strcmp (method_types, "") == 0)) 720 method->method_types = objc_malloc (strlen (method_types) + 1); 721 strcpy ((char *)method->method_types, method_types); 746 const char *method_types) 751 || method_types == NULL) 762 class_addMethod (class_, selector, implementation, method_types); [all...] |
| encoding.c | 850 const char *type = method->method_types; 854 returnValueSize = type - method->method_types + 1; 859 memcpy (returnValue, method->method_types, returnValueSize); 879 const char *type = method->method_types; 936 const char *type = method->method_types; 940 argumentTypeSize = type - method->method_types; 945 memcpy (returnValue, method->method_types, argumentTypeSize); 968 const char *type = method->method_types; 1010 const char *type = method->method_types; 1019 /* This could only happen if method_types is invalid; i [all...] |
| methods.c | 47 return method->method_types;
|
| class.c | 680 objc_free ((char *)method->method_types); 715 objc_free ((char *)method->method_types);
|
| selector.c | 120 method->method_types, 0, YES);
|
| /src/external/gpl3/gcc.old/dist/libobjc/ |
| sendmsg.c | 660 const char *method_types) 667 || method_types == NULL || (strcmp (method_types, "") == 0)) 720 method->method_types = objc_malloc (strlen (method_types) + 1); 721 strcpy ((char *)method->method_types, method_types); 746 const char *method_types) 751 || method_types == NULL) 762 class_addMethod (class_, selector, implementation, method_types); [all...] |
| encoding.c | 845 const char *type = method->method_types; 849 returnValueSize = type - method->method_types + 1; 854 memcpy (returnValue, method->method_types, returnValueSize); 874 const char *type = method->method_types; 931 const char *type = method->method_types; 935 argumentTypeSize = type - method->method_types; 940 memcpy (returnValue, method->method_types, argumentTypeSize); 963 const char *type = method->method_types; 1005 const char *type = method->method_types; 1014 /* This could only happen if method_types is invalid; i [all...] |
| methods.c | 47 return method->method_types;
|
| class.c | 680 objc_free ((char *)method->method_types); 715 objc_free ((char *)method->method_types);
|
| selector.c | 120 method->method_types, 0, YES);
|
| /src/external/gpl3/gcc/dist/libobjc/objc-private/ |
| module-abi-8.h | 130 const char* method_types; /* Description of the method's parameter member in struct:objc_method
|
| /src/external/gpl3/gcc.old/dist/libobjc/objc-private/ |
| module-abi-8.h | 130 const char* method_types; /* Description of the method's parameter member in struct:objc_method
|
| /src/external/gpl3/gcc/dist/libobjc/objc/ |
| runtime.h | 680 const char *method_types); 684 replace the implementation with 'implementation' (method_types is 691 const char *method_types);
|
| /src/external/gpl3/gcc.old/dist/libobjc/objc/ |
| runtime.h | 680 const char *method_types); 684 replace the implementation with 'implementation' (method_types is 691 const char *method_types);
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
| MachODump.cpp | 3666 uint32_t method_types; /* char * (32-bit pointer) */ member in struct:__anon5681::objc_method_t 3941 sys::swapByteOrder(method.method_types); 4427 outs() << "\t\t method_types " 4428 << format("0x%08" PRIx32, method.method_types); 4430 name = get_pointer_32(method.method_types, offset, xleft, S, info, true);
|