Searched refs:id (Results 1 - 25 of 2462) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/
H A Did-1.m1 /* Test attempt to redefine 'id' in an incompatible fashion. */
4 typedef int id; /* { dg-error "conflicting types for .id." } */
5 /* { dg-message "previous declaration of .id. was here" "" { target *-*-* } 0 } */
7 id b;
H A Ddwarf-1.m2 /* { dg-final { scan-assembler "\"id.0\".*DW_AT_name" } } */
5 id x;
H A Dsync-1.m7 void foo(id sem)
H A Dproto-hier-2.m5 typedef struct objc_object { struct objc_class *class_pointer; } *id;
10 id <Bar> Foo_Bar () { }
19 id _mainData;
23 -(id) mainDataSource;
24 -(id) anotherDataSource;
25 -(id) my_method: (int) i;
29 -(id) anotherDataSource
31 return (id)_anotherData;
34 -(id) mainDataSource
39 -(id) my_metho
[all...]
H A Dfwd-proto-1.m6 typedef struct objc_object { struct objc_class *class_pointer; } *id;
12 - (id <Bar>)someMethod;
13 - (id <Baz>)anotherMethod; /* { dg-error "annot find protocol declaration" } */
17 - (id <Foo>)someOtherMethod;
18 - (id <Baz>)anotherMethod; /* { dg-error "annot find protocol declaration" } */
19 - (id <Boo>)yetAnotherMethod;
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/include/
H A Duuid.h24 struct id { struct
33 struct id id[2]; member in union:lvid
34 char s[2 * sizeof(struct id) + 1 + 7];
37 int lvid_from_lvnum(union lvid *lvid, struct id *vgid, uint32_t lv_num);
43 int lvid_create(union lvid *lvid, struct id *vgid);
44 int id_create(struct id *id);
45 int id_valid(struct id *id);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/uuid/
H A Duuid.h24 struct id { struct
33 struct id id[2]; member in union:lvid
34 char s[2 * sizeof(struct id) + 1 + 7];
37 int lvid_from_lvnum(union lvid *lvid, struct id *vgid, uint32_t lv_num);
43 int lvid_create(union lvid *lvid, struct id *vgid);
44 int id_create(struct id *id);
45 int id_valid(struct id *id);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/obj-c++.dg/
H A Dtry-catch-6.mm10 @catch (id foo) {
H A Dproto-lossage-1.mm7 typedef struct objc_object { struct objc_class *class_pointer; } *id;
22 id <PlateMethods> plate1;
25 - (id <PlateMethods>) getPlate;
26 - (id <NSObject>) getPlate1;
31 - (id <PlateMethods>) getPlate {
34 - (id <NSObject>) getPlate1 {
35 return (id <NSObject>)plate1; /* { dg-bogus "does not conform" } */
40 int j = [(id <NSObject>)plate1 someValue]; /* { dg-bogus "not found in protocol" } */
41 int k = [(id)plate1 someValue]; /* { dg-bogus "not found in protocol" } */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Dparsing4.C10 int test2(int id,void (**orc)(int,int)); // works
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libobjc/
H A Dnil_method.c34 execute that method (that function will take an id, followed by a
39 called in place of any function taking an 'id' argument followed by
50 id
51 nil_method (id receiver, SEL op __attribute__ ((__unused__)))
H A Dobjects.c34 id __objc_object_alloc (Class);
35 id __objc_object_dispose (id);
36 id __objc_object_copy (id);
38 id (*_objc_object_alloc) (Class) = __objc_object_alloc; /* !T:SINGLE */
39 id (*_objc_object_dispose) (id) = __objc_object_dispose; /* !T:SINGLE */
40 id (*_objc_object_copy) (id)
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.law/
H A Dparsing4.C10 int test2(int id,void (**orc)(int,int)); // works
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/rx/
H A Dsyscalls.h25 extern int rx_syscall (int id);
/netbsd-6-1-5-RELEASE/games/dab/
H A Ddefs.h41 #define RCSID(id) __RCSID(id);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/m32c/
H A Dsyscalls.h25 extern void m32c_syscall (int id);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libobjc/
H A Dnil_method.c35 execute that method (that function will take an id, followed by a
40 called in place of any function taking an 'id' argument followed by
51 id
52 nil_method (id receiver, SEL op __attribute__ ((__unused__)))
H A Dobjects.c35 id __objc_object_alloc (Class);
36 id __objc_object_dispose (id);
37 id __objc_object_copy (id);
39 id (*_objc_object_alloc) (Class) = __objc_object_alloc; /* !T:SINGLE */
40 id (*_objc_object_dispose) (id) = __objc_object_dispose; /* !T:SINGLE */
41 id (*_objc_object_copy) (id)
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/id/
H A DMakefile4 PROG= id
5 MAN= id.1 groups.1 whoami.1
6 LINKS= ${BINDIR}/id ${BINDIR}/groups
7 LINKS+= ${BINDIR}/id ${BINDIR}/whoami
9 COPTS.id.c += -Wno-format-nonliteral
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dpacketdat.awk23 id = 1.5 + (strtSeq - 1) / packetsize
24 id -= id % 1
25 if (maxId < id)
26 maxId = id
27 if (firstSend[id] == 0) {
28 firstSend[id] = tim
29 seqNo[id] = strtSeq
31 lastSend[id] = tim
32 timesSent[id]
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/
H A Dtestsock.pl28 my $id = 0;
30 "i=i" => \$id);
33 if ($id != 0) {
34 @ids = ($id);
39 foreach $id (@ids) {
40 my $addr = pack("C4", 10, 53, 0, $id);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/virtual-time/
H A Dtestsock.pl27 my $id = 0;
29 "i=i" => \$id);
32 if ($id != 0) {
33 @ids = ($id);
38 foreach $id (@ids) {
39 my $addr = pack("C4", 10, 53, 0, $id);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/
H A Dstack.f904 integer id variable in program:stack
8 !$omp parallel private (id)
9 id = omp_get_thread_num() + 1
10 ilocs(id) = foo()
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/appendix-a/
H A Da.39.1.c18 int id; local
20 #pragma omp parallel shared(lck) private(id)
22 id = omp_get_thread_num ();
25 printf ("My thread id is %d.\n", id);
29 skip (id); /* we do not yet have the lock,
32 work (id); /* we now have the lock
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20000121-1.c3 void doit(unsigned int a,unsigned int b,char *id) argument
5 big(*id);

Completed in 147 milliseconds

1234567891011>>