HomeSort by: relevance | last modified time | path
    Searched refs:SEL (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/libobjc/objc/
message.h 88 objc_EXPORT IMP objc_msg_lookup (id receiver, SEL op);
105 objc_EXPORT IMP objc_msg_lookup_super (struct objc_super *super, SEL sel);
112 objc_EXPORT IMP (*__objc_msg_forward)(SEL);
113 objc_EXPORT IMP (*__objc_msg_forward2)(id, SEL);
objc.h 60 /* The basic Objective-C types (SEL, Class, id) are defined as pointer
65 /* A SEL (selector) represents an abstract method (in the
72 typedef const struct objc_selector *SEL;
99 represent a 'pointer to a general function taking an id, a SEL,
106 typedef id (*IMP)(id, SEL, ...);
runtime.h 74 objc_method_description does not add much to a SEL. But in other
79 SEL name; /* Selector (name and signature) */
166 objc_EXPORT const char *sel_getName (SEL selector);
174 objc_EXPORT const char *sel_getTypeEncoding (SEL selector);
178 objc_EXPORT SEL sel_getUid (const char *name);
185 objc_EXPORT SEL sel_registerName (const char *name);
196 objc_EXPORT SEL sel_registerTypedName (const char *name, const char *type);
200 objc_EXPORT BOOL sel_isEqual (SEL first_selector, SEL second_selector);
215 objc_EXPORT SEL * sel_copyTypedSelectorList (const char *name
    [all...]
thr.h 83 objc_thread_t objc_thread_detach (SEL selector, id object, id argument);
  /src/external/gpl3/gcc.old/dist/libobjc/objc/
message.h 88 objc_EXPORT IMP objc_msg_lookup (id receiver, SEL op);
105 objc_EXPORT IMP objc_msg_lookup_super (struct objc_super *super, SEL sel);
112 objc_EXPORT IMP (*__objc_msg_forward)(SEL);
113 objc_EXPORT IMP (*__objc_msg_forward2)(id, SEL);
objc.h 60 /* The basic Objective-C types (SEL, Class, id) are defined as pointer
65 /* A SEL (selector) represents an abstract method (in the
72 typedef const struct objc_selector *SEL;
99 represent a 'pointer to a general function taking an id, a SEL,
106 typedef id (*IMP)(id, SEL, ...);
runtime.h 74 objc_method_description does not add much to a SEL. But in other
79 SEL name; /* Selector (name and signature) */
166 objc_EXPORT const char *sel_getName (SEL selector);
174 objc_EXPORT const char *sel_getTypeEncoding (SEL selector);
178 objc_EXPORT SEL sel_getUid (const char *name);
185 objc_EXPORT SEL sel_registerName (const char *name);
196 objc_EXPORT SEL sel_registerTypedName (const char *name, const char *type);
200 objc_EXPORT BOOL sel_isEqual (SEL first_selector, SEL second_selector);
215 objc_EXPORT SEL * sel_copyTypedSelectorList (const char *name
    [all...]
thr.h 83 objc_thread_t objc_thread_detach (SEL selector, id object, id argument);
  /src/external/gpl3/gcc/dist/libobjc/
nil_method.c 36 SEL, followed by who knows what arguments, depends on the method),
41 a 'SEL' argument, followed by zero, or one, or any number of
52 nil_method (id receiver, SEL op __attribute__ ((__unused__)))
sendmsg.c 60 IMP (*__objc_msg_forward) (SEL) = NULL;
61 IMP (*__objc_msg_forward2) (id, SEL) = NULL;
72 static IMP __objc_get_prepared_imp (Class cls,SEL sel);
80 static double __objc_double_forward (id, SEL, ...);
81 static id __objc_word_forward (id, SEL, ...);
88 __objc_block_forward (id, SEL, ...);
89 static struct objc_method * search_for_method_in_hierarchy (Class class, SEL sel);
90 struct objc_method * search_for_method_in_list (struct objc_method_list * list, SEL op)
    [all...]
selector.c 40 static struct sarray *__objc_selector_array = 0; /* uid -> sel !T:MUTEX */
48 static SEL
219 sel_isEqual (SEL s1, SEL s2)
255 SEL
276 return (SEL) l->head;
279 SEL
294 SEL returnValue = NULL;
299 SEL s = (SEL) l->head
    [all...]
thr.c 87 SEL selector;
98 id (*imp) (id, SEL, id);
99 SEL selector = istate->selector;
120 if ((imp = (id (*) (id, SEL, id))objc_msg_lookup (object, selector)))
150 objc_thread_detach (SEL selector, id object, id argument)
accessors.m 103 objc_getProperty (id self, SEL __attribute__((unused)) _cmd, ptrdiff_t offset, BOOL is_atomic)
144 objc_setProperty (id self, SEL __attribute__((unused)) _cmd, ptrdiff_t offset, id new_value, BOOL is_atomic, BOOL should_copy)
methods.c 32 SEL
  /src/external/gpl3/gcc/dist/libobjc/objc-private/
selector.h 41 sel_eq (SEL s1, SEL s2)
66 BOOL sel_is_mapped (SEL aSel);
72 SEL
runtime.h 62 extern struct objc_method * search_for_method_in_list (struct objc_method_list * list, SEL op);
73 BOOL __objc_responds_to (id object, SEL sel); /* for internal use only! */
  /src/external/gpl3/gcc.old/dist/libobjc/
nil_method.c 36 SEL, followed by who knows what arguments, depends on the method),
41 a 'SEL' argument, followed by zero, or one, or any number of
52 nil_method (id receiver, SEL op __attribute__ ((__unused__)))
sendmsg.c 60 IMP (*__objc_msg_forward) (SEL) = NULL;
61 IMP (*__objc_msg_forward2) (id, SEL) = NULL;
72 static IMP __objc_get_prepared_imp (Class cls,SEL sel);
80 static double __objc_double_forward (id, SEL, ...);
81 static id __objc_word_forward (id, SEL, ...);
88 __objc_block_forward (id, SEL, ...);
89 static struct objc_method * search_for_method_in_hierarchy (Class class, SEL sel);
90 struct objc_method * search_for_method_in_list (struct objc_method_list * list, SEL op)
    [all...]
selector.c 40 static struct sarray *__objc_selector_array = 0; /* uid -> sel !T:MUTEX */
48 static SEL
219 sel_isEqual (SEL s1, SEL s2)
255 SEL
276 return (SEL) l->head;
279 SEL
294 SEL returnValue = NULL;
299 SEL s = (SEL) l->head
    [all...]
thr.c 87 SEL selector;
98 id (*imp) (id, SEL, id);
99 SEL selector = istate->selector;
120 if ((imp = (id (*) (id, SEL, id))objc_msg_lookup (object, selector)))
150 objc_thread_detach (SEL selector, id object, id argument)
accessors.m 103 objc_getProperty (id self, SEL __attribute__((unused)) _cmd, ptrdiff_t offset, BOOL is_atomic)
144 objc_setProperty (id self, SEL __attribute__((unused)) _cmd, ptrdiff_t offset, id new_value, BOOL is_atomic, BOOL should_copy)
  /src/external/gpl3/gcc.old/dist/libobjc/objc-private/
selector.h 41 sel_eq (SEL s1, SEL s2)
66 BOOL sel_is_mapped (SEL aSel);
72 SEL
runtime.h 62 extern struct objc_method * search_for_method_in_list (struct objc_method_list * list, SEL op);
73 BOOL __objc_responds_to (id object, SEL sel); /* for internal use only! */
  /src/external/gpl3/binutils/dist/gas/config/
rl78-parse.h 154 SEL = 355, /* SEL */
279 #define SEL 355
  /src/external/gpl3/binutils.old/dist/gas/config/
rl78-parse.h 154 SEL = 355, /* SEL */
279 #define SEL 355

Completed in 59 milliseconds

1 2