Searched refs:SEL (Results 1 - 25 of 63) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/obj-c++.dg/
H A Dselector-5.mm8 SEL foo = @selector(foo::);
H A Dselector-6.mm8 SEL foo = @selector(foo: a::);
H A Dselector-2.mm12 SEL a;
H A Dselector-3.mm7 typedef const struct objc_selector *SEL;
21 SEL a,b,c;
H A Dselector-4.mm8 typedef struct objc_selector *SEL;
22 SEL a,b,c;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/
H A Dundeclared-selector.m23 SEL d = @selector(methodD); /* Ok */
24 SEL e = @selector(methodE); /* { dg-warning "undeclared selector" } */
29 SEL e = @selector(methodE); /* Ok */
34 SEL e = @selector(methodE); /* Ok */
41 SEL a = @selector(methodA); /* Ok */
42 SEL b = @selector(methodB); /* Ok */
43 SEL c = @selector(methodC); /* { dg-warning "undeclared selector" } */
44 SEL d = @selector(methodD); /* Ok */
45 SEL e = @selector(methodE); /* Ok */
H A Dselector-2.m12 SEL a;
H A Dselector-1.m8 typedef struct objc_selector *SEL;
22 SEL a,b,c;
H A Dselector-3.m8 typedef const struct objc_selector *SEL;
22 SEL a,b,c;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libobjc/
H A Dnil_method.c35 SEL, followed by who knows what arguments, depends on the method),
40 a 'SEL' argument, followed by zero, or one, or any number of
51 nil_method (id receiver, SEL op __attribute__ ((__unused__)))
H A DObject.m174 + (BOOL)instancesRespondTo:(SEL)aSel
179 - (BOOL)respondsTo:(SEL)aSel
186 + (IMP)instanceMethodFor:(SEL)aSel
224 - (IMP)methodFor:(SEL)aSel
231 + (struct objc_method_description *)descriptionForInstanceMethod:(SEL)aSel
237 - (struct objc_method_description *)descriptionForMethod:(SEL)aSel
245 - perform:(SEL)aSel
253 - perform:(SEL)aSel with:anObject
261 - perform:(SEL)aSel with:anObject1 with:anObject2
269 - (retval_t)forward:(SEL)aSe
[all...]
H A Dsendmsg.c63 IMP (*__objc_msg_forward) (SEL) = NULL;
64 IMP (*__objc_msg_forward2) (id, SEL) = NULL;
72 static void __objc_init_install_dtable (id, SEL);
79 static double __objc_double_forward (id, SEL, ...);
80 static id __objc_word_forward (id, SEL, ...);
87 __objc_block_forward (id, SEL, ...);
88 static Method_t search_for_method_in_hierarchy (Class class, SEL sel);
89 Method_t search_for_method_in_list (MethodList_t list, SEL op);
90 id nil_method (id, SEL);
95 __objc_get_forward_imp (id rcv, SEL se
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libobjc/
H A Dnil_method.c36 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__)))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libobjc/objc/
H A DObject.h82 + (BOOL)instancesRespondTo:(SEL)aSel;
83 - (BOOL)respondsTo:(SEL)aSel;
89 + (IMP)instanceMethodFor:(SEL)aSel;
90 - (IMP)methodFor:(SEL)aSel;
91 + (struct objc_method_description *)descriptionForInstanceMethod:(SEL)aSel;
92 - (struct objc_method_description *)descriptionForMethod:(SEL)aSel;
95 - perform:(SEL)aSel;
96 - perform:(SEL)aSel with:anObject;
97 - perform:(SEL)aSel with:anObject1 with:anObject2;
100 - (retval_t)forward:(SEL)aSe
[all...]
H A DProtocol.h53 - (struct objc_method_description *) descriptionForInstanceMethod:(SEL)aSel;
54 - (struct objc_method_description *) descriptionForClassMethod:(SEL)aSel;
H A Dobjc.h55 } *SEL; typedef in typeref:struct:objc_selector
58 sel_eq (SEL s1, SEL s2)
78 ** taking an id, a SEL, followed by other unspecified arguments'. You
85 typedef id (*IMP)(id, SEL, ...);
159 IMP objc_msg_lookup(id receiver, SEL op);
H A Druntime.h67 extern Method_t search_for_method_in_list(MethodList_t list, SEL op);
87 BOOL __objc_responds_to (id object, SEL sel); /* for internal use only! */
88 SEL __sel_register_typed_name (const char*, const char*,
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libobjc/objc/
H A DObject.h83 + (BOOL)instancesRespondTo:(SEL)aSel;
84 - (BOOL)respondsTo:(SEL)aSel;
90 + (IMP)instanceMethodFor:(SEL)aSel;
91 - (IMP)methodFor:(SEL)aSel;
92 + (struct objc_method_description *)descriptionForInstanceMethod:(SEL)aSel;
93 - (struct objc_method_description *)descriptionForMethod:(SEL)aSel;
96 - perform:(SEL)aSel;
97 - perform:(SEL)aSel with:anObject;
98 - perform:(SEL)aSel with:anObject1 with:anObject2;
101 - (retval_t)forward:(SEL)aSe
[all...]
H A DProtocol.h54 - (struct objc_method_description *) descriptionForInstanceMethod:(SEL)aSel;
55 - (struct objc_method_description *) descriptionForClassMethod:(SEL)aSel;
H A Dobjc.h55 } *SEL; typedef in typeref:struct:objc_selector
58 sel_eq (SEL s1, SEL s2)
78 ** taking an id, a SEL, followed by other unspecified arguments'. You
85 typedef id (*IMP)(id, SEL, ...);
159 IMP objc_msg_lookup(id receiver, SEL op);
H A Druntime.h67 extern Method_t search_for_method_in_list(MethodList_t list, SEL op);
87 BOOL __objc_responds_to (id object, SEL sel); /* for internal use only! */
88 SEL __sel_register_typed_name (const char*, const char*,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc/execute/exceptions/
H A Dfoward-1.m11 - forward: (SEL) s : (void*) a;
15 - forward: (SEL) s : (void*) a
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc-obj-c++-shared/
H A DProtocol1.h44 - (struct objc_method_description *) descriptionForInstanceMethod:(SEL)aSel ;
45 - (struct objc_method_description *) descriptionForClassMethod:(SEL)aSel ;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc/execute/
H A DIMP.m27 SEL selector;
28 int (* imp) (id, SEL, int);
32 imp = (int (*)(id, SEL, int))method_get_imp
H A Dencode-1.m26 if (strcmp (":", @encode (SEL)))

Completed in 95 milliseconds

123