Home
last modified time | relevance | path

Searched defs:id (Results 1 – 25 of 932) sorted by relevance

12345678910>>...38

/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dwarning-missing-selector-name.m7 -(void) Name1:(id)Arg1 Name2:(id)Arg2; // Name1:Name2: argument
8 -(void) Name1:(id) Name2:(id)Arg2; // expected-warning {{'Name2' used as the name of the previous p… argument
11 -(void) Name1:(id)Arg1 Name2:(id)Arg2 Name3:(id)Arg3; // Name1:Name2:Name3: argument
12 -(void) Name1:(id)Arg1 Name2:(id) Name3:(id)Arg3; // expected-warning {{'Name3' used as the name of… argument
15 - method:(id) second:(id)second; // expected-warning {{'second' used as the name of the previous pa… argument
23 -(void) Name1:(id)Arg1 Name2:(id)Arg2{} argument
24 -(void) Name1:(id) Name2:(id)Arg2 {} // expected-warning {{'Name2' used as the name of the previous… argument
27 -(void) Name1:(id)Arg1 Name2:(id)Arg2 Name3:(id)Arg3 {} argument
28 -(void) Name1:(id)Arg1 Name2:(id) Name3:(id)Arg3 {} // expected-warning {{'Name3' used as the name … argument
31 - method:(id)first second:(id)second {return 0; } argument
H A Dcocoa-api-usage.m26 + (id)arrayWithObject:(id)anObject; argument
27 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt;
28 + (id)arrayWithObjects:(id)firstObj, ...; argument
31 - (id)initWithObjects:(const id [])objects count:(unsigned long)cnt;
32 - (id)initWithObjects:(id)firstObj, ...; argument
39 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject; argument
40 - (void)setObject:(id)object atIndexedSubscript:(int)index; argument
44 - (id)objectForKeyedSubscript:(id)key; argument
49 + (id)dictionaryWithObject:(id)object forKey:(id)key; argument
50 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt;
[all …]
H A Ddist-object-modifiers.m6 - (void)doStuff:(bycopy id)clientId; // expected-note {{previous declaration is here}}
8 + (oneway id) stillMore : (byref id)Arg : (bycopy oneway id)Arg1; // expected-note 3 {{previous de…
17 - (void)doStuff:(id)clientId { } // expected-warning {{conflicting distributed object modifiers on … argument
19 + (id) stillMore : (id)Arg : (bycopy id)Arg1 { return Arg; } // expected-warning {{conflicting dis… argument
H A Dblocks.m6 void bar(id(^)(void)); category
7 void foo(id <NSObject>(^objectCreationBlock)(void)) { category
11 void bar2(id(*)(void)); category
12 void foo2(id <NSObject>(*objectCreationBlock)(void)) { category
16 void bar3(id(*)()); category
17 void foo3(id (*objectCreationBlock)(int)) { category
21 void bar4(id(^)()); category
22 void foo4(id (^objectCreationBlock)(int)) { category
26 void bar5(id(^)(void)); // expected-note 3{{passing argument to parameter here}} category
27 void foo5(id (^objectCreationBlock)(bool)) { category
[all …]
H A Dobjc-cstyle-args-in-methods.m4 - (id)test:(id)one, id two; argument
5 - (id)bad:(id)one, id two, double three; argument
9 - (id)test:(id )one, id two {return two; } argument
10 - (id)bad:(id)one, id two, double three { return two; } argument
H A Dibaction.m7 + (void) __attribute__((ibaction)) myClassMethod:(id)msg; // expected-warning{{'ibaction' attribute… argument
8 - (void) __attribute__((ibaction)) myMessage:(id)msg; argument
12 + (void) __attribute__((ibaction)) myClassMethod:(id)msg {} // expected-warning{{'ibaction' attribu… argument
16 - (void) __attribute__((ibaction)) myMessage:(id)msg {} // no-warning argument
/minix3/external/bsd/llvm/dist/clang/test/ARCMT/
H A Dobjcmt-subscripting-unavailable.m19 + (id)arrayWithObject:(id)anObject; argument
20 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt;
21 + (id)arrayWithObjects:(id)firstObj, ...; argument
24 - (id)initWithObjects:(const id [])objects count:(unsigned long)cnt;
25 - (id)initWithObjects:(id)firstObj, ...; argument
30 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject; argument
38 + (id)dictionaryWithObject:(id)object forKey:(id)key; argument
39 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt;
40 + (id)dictionaryWithObjectsAndKeys:(id)firstObject, ...; argument
44 - (id)initWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt;
[all …]
H A Dobjcmt-instancetype.m30 + (id)arrayWithObject:(id)anObject; argument
31 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt;
32 + (id)arrayWithObjects:(id)firstObj, ...; argument
35 - (id)initWithObjects:(const id [])objects count:(unsigned long)cnt;
36 - (id)initWithObjects:(id)firstObj, ...; argument
44 + (id)arrayWithObject:(id)anObject { argument
47 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt { return 0; }
48 + (id)arrayWithObjects:(id)firstObj, ... { argument
54 - (id)initWithObjects:(const id [])objects count:(unsigned long)cnt { return 0; }
55 - (id)initWithObjects:(id)firstObj, ... { return 0; } argument
[all …]
H A Dobjcmt-subscripting-literals-in-arc.m33 + (id)arrayWithObject:(id)anObject; argument
34 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt;
35 + (id)arrayWithObjects:(id)firstObj, ...; argument
38 - (id)initWithObjects:(const id [])objects count:(unsigned long)cnt;
39 - (id)initWithObjects:(id)firstObj, ...; argument
44 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject; argument
48 - (void)setObject:(id)obj atIndexedSubscript:(unsigned)idx; argument
52 - (id)objectForKey:(id)aKey; argument
56 - (id)objectForKeyedSubscript:(id)key; argument
61 + (id)dictionaryWithObject:(id)object forKey:(id)key; argument
[all …]
H A Dobjcmt-subscripting-literals.m33 + (id)arrayWithObject:(id)anObject; argument
34 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt;
35 + (id)arrayWithObjects:(id)firstObj, ...; argument
38 - (id)initWithObjects:(const id [])objects count:(unsigned long)cnt;
39 - (id)initWithObjects:(id)firstObj, ...; argument
44 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject; argument
48 - (void)setObject:(id)obj atIndexedSubscript:(unsigned)idx; argument
52 - (id)objectForKey:(id)aKey; argument
56 - (id)objectForKeyedSubscript:(id)key; argument
61 + (id)dictionaryWithObject:(id)object forKey:(id)key; argument
[all …]
/minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Dblocks.mm4 void bar(id(^)(void)); category
5 void foo(id <NSObject>(^objectCreationBlock)(void)) { category
9 void bar2(id(*)(void)); category
10 void foo2(id <NSObject>(*objectCreationBlock)(void)) { category
14 void bar3(id(*)()); // expected-note{{candidate function}} category
15 void foo3(id (*objectCreationBlock)(int)) { category
19 void bar4(id(^)()); // expected-note{{candidate function}} category
20 void foo4(id (^objectCreationBlock)(int)) { category
24 void foo5(id (^x)(int)) { category
/minix3/external/bsd/llvm/dist/clang/test/Index/
H A Dannotate-subscripting.m3 + (id)arrayWithObjects:(id *)objects count:(unsigned)count;
8 - (void)setObject:(id)object atIndexedSubscript:(int)index; argument
12 - (id)objectForKeyedSubscript:(id)key; argument
13 + (id)dictionaryWithObjects:(id *)objects forKeys:(id *)keys count:(unsigned)count;
17 - (void)setObject:(id)object forKeyedSubscript:(id)key; argument
H A Dfile-refs-subscripting.m3 + (id)arrayWithObjects:(id *)objects count:(unsigned)count;
8 - (void)setObject:(id)object atIndexedSubscript:(int)index; argument
12 - (id)objectForKeyedSubscript:(id)key; argument
13 + (id)dictionaryWithObjects:(id *)objects forKeys:(id *)keys count:(unsigned)count;
17 - (void)setObject:(id)object forKeyedSubscript:(id)key; argument
H A Dindex-subscripting-literals.m3 + (id)arrayWithObjects:(id *)objects count:(unsigned)count;
8 - (void)setObject:(id)object atIndexedSubscript:(int)index; argument
12 - (id)objectForKeyedSubscript:(id)key; argument
13 + (id)dictionaryWithObjects:(id *)objects forKeys:(id *)keys count:(unsigned)count;
17 - (void)setObject:(id)object forKeyedSubscript:(id)key; argument
/minix3/external/bsd/llvm/dist/clang/test/PCH/
H A Dsubscripting-literals.m11 + (id)arrayWithObjects:(id *)objects count:(unsigned)count;
15 - (void)setObject:(id)object atIndexedSubscript:(int)index; argument
19 - (id)objectForKeyedSubscript:(id)key; argument
20 + (id)dictionaryWithObjects:(id *)objects forKeys:(id *)keys count:(unsigned)count;
24 - (void)setObject:(id)object forKeyedSubscript:(id)key; argument
/minix3/crypto/external/bsd/heimdal/dist/kcm/
H A Dglue.c51 krb5_ccache id) in kcmss_get_name()
57 kcmss_resolve(krb5_context context, krb5_ccache *id, const char *res) in kcmss_resolve()
63 kcmss_gen_new(krb5_context context, krb5_ccache *id) in kcmss_gen_new()
70 krb5_ccache id, in kcmss_initialize()
90 krb5_ccache id) in kcmss_close()
104 krb5_ccache id) in kcmss_destroy()
118 krb5_ccache id, in kcmss_store_cred()
134 krb5_ccache id, in kcmss_retrieve()
159 krb5_ccache id, in kcmss_get_principal()
175 krb5_ccache id, in kcmss_get_first()
[all …]
/minix3/external/bsd/bind/dist/unit/atf-src/atf-c/
H A Dmacros_test.c98 #define H_DEF(id, macro) \ argument
110 #define H_CHECK_HEAD_NAME(id) ATF_TC_HEAD_NAME(h_check_ ## id) argument
111 #define H_CHECK_BODY_NAME(id) ATF_TC_BODY_NAME(h_check_ ## id) argument
112 #define H_CHECK(id, condition) \ argument
115 #define H_CHECK_MSG_HEAD_NAME(id) ATF_TC_HEAD_NAME(h_check_msg_ ## id) argument
116 #define H_CHECK_MSG_BODY_NAME(id) ATF_TC_BODY_NAME(h_check_msg_ ## id) argument
117 #define H_CHECK_MSG(id, condition, msg) \ argument
120 #define H_CHECK_EQ_HEAD_NAME(id) ATF_TC_HEAD_NAME(h_check_eq_ ## id) argument
121 #define H_CHECK_EQ_BODY_NAME(id) ATF_TC_BODY_NAME(h_check_eq_ ## id) argument
122 #define H_CHECK_EQ(id, v1, v2) \ argument
[all …]
/minix3/external/bsd/atf/dist/atf-c/
H A Dmacros_test.c96 #define H_DEF(id, macro) \ argument
108 #define H_CHECK_HEAD_NAME(id) ATF_TC_HEAD_NAME(h_check_ ## id) argument
109 #define H_CHECK_BODY_NAME(id) ATF_TC_BODY_NAME(h_check_ ## id) argument
110 #define H_CHECK(id, condition) \ argument
113 #define H_CHECK_MSG_HEAD_NAME(id) ATF_TC_HEAD_NAME(h_check_msg_ ## id) argument
114 #define H_CHECK_MSG_BODY_NAME(id) ATF_TC_BODY_NAME(h_check_msg_ ## id) argument
115 #define H_CHECK_MSG(id, condition, msg) \ argument
118 #define H_CHECK_EQ_HEAD_NAME(id) ATF_TC_HEAD_NAME(h_check_eq_ ## id) argument
119 #define H_CHECK_EQ_BODY_NAME(id) ATF_TC_BODY_NAME(h_check_eq_ ## id) argument
120 #define H_CHECK_EQ(id, v1, v2) \ argument
[all …]
/minix3/lib/libterminfo/
H A Dti.c39 ti_getflag(const TERMINAL *term, const char *id) in ti_getflag()
60 tigetflag(const char *id) in tigetflag()
70 ti_getnum(const TERMINAL *term, const char *id) in ti_getnum()
97 tigetnum(const char *id) in tigetnum()
107 ti_getstr(const TERMINAL *term, const char *id) in ti_getstr()
128 tigetstr(const char *id) in tigetstr()
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dnil-receiver-undefined-larger-than-voidptr-ret-region.m9 - (void) test:(id) y; argument
10 - (void) test2:(id) y; argument
17 - (void) test:(id)y { argument
22 - (void) test2:(id)y { argument
/minix3/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dreplay.c45 krb5_rcache id, in krb5_rc_resolve()
59 krb5_rcache *id, in krb5_rc_resolve_type()
80 krb5_rcache *id, in krb5_rc_resolve_full()
118 krb5_rcache *id) in krb5_rc_default()
130 krb5_rcache id, in krb5_rc_initialize()
152 krb5_rcache id) in krb5_rc_recover()
159 krb5_rcache id) in krb5_rc_destroy()
175 krb5_rcache id) in krb5_rc_close()
203 krb5_rcache id, in krb5_rc_store()
258 krb5_rcache id) in krb5_rc_expunge()
[all …]
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dobjc-container-subscripting.m9 - (void)setObject:(id)object atIndexedSubscript:(size_t)index; argument
16 - (void)setObject:(id)object atIndexedSubscript:(size_t)index; argument
21 - (id)objectForKeyedSubscript:(id)key; argument
22 - (void)setObject:(id)object forKeyedSubscript:(id)key; argument
H A Dobjc-container-subscripting-1.m8 - (void)setObject:(id)object atIndexedSubscript:(size_t)index; argument
12 - (id)objectForKeyedSubscript:(id)key; argument
13 - (void)setObject:(id)object forKeyedSubscript:(id)key; argument
/minix3/external/bsd/dhcp/dist/common/
H A Dcomapi.c134 omapi_object_t *id, in dhcp_group_set_value()
207 isc_result_t dhcp_group_get_value (omapi_object_t *h, omapi_object_t *id, in dhcp_group_get_value()
308 omapi_object_t *id, in dhcp_group_stuff_values()
340 omapi_object_t *id, omapi_object_t *ref) in dhcp_group_lookup()
405 omapi_object_t *id) in dhcp_group_create()
421 omapi_object_t *id) in dhcp_group_remove()
441 omapi_object_t *id, in dhcp_control_set_value()
475 isc_result_t dhcp_control_get_value (omapi_object_t *h, omapi_object_t *id, in dhcp_control_get_value()
531 omapi_object_t *id, in dhcp_control_stuff_values()
564 omapi_object_t *id, omapi_object_t *ref) in dhcp_control_lookup()
[all …]
/minix3/external/bsd/llvm/dist/clang/test/Rewriter/
H A Dobjc-modern-container-subscript.mm14 - (void)setObject:(id)object atIndexedSubscript:(size_t)index; argument
21 - (void)setObject:(id)object atIndexedSubscript:(size_t)index; argument
26 - (id)objectForKeyedSubscript:(id)key; argument
27 - (void)setObject:(id)object forKeyedSubscript:(id)key; argument

12345678910>>...38