Searched refs:func (Results 226 - 250 of 2139) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Dstatic20.C6 void func() { static foo x; } function in struct:foo
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr15698-1.c9 int func (int blah) function
H A Dpr32061.c7 int func (int resp, int flags) function
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/common/
H A Dmythread.h19 # define mythread_once(func) \
22 pthread_once(&once_, &func); \
30 # define mythread_once(func) \
34 func(); \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dfriend01.C8 int func(bar *);
14 friend int foo::func(bar *);
21 int foo::func(bar *obj) { function in class:foo
30 obj_f.func( &obj_b);
H A Dfriend02.C8 int func(bar *);
18 friend int foo::func(bar *);
21 int foo::func(bar *obj) { function in class:foo
30 obj_f.func( &obj_b);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.jason/
H A Dmethod.C10 void func(Foo ** ppFoo) { function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp786.C13 void func(const C& a, C& b) function
15 printf ("in const func\n");
19 void func(C& a, C& b) function
21 printf ("in non-const func\n");
26 func(a,b);
34 func(a,b);
H A Deh19.C7 void func(int a) { function in class:test1
17 var.func(1);
18 var.func(0);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Dstatic20.C6 void func() { static foo x; }; function in struct:foo
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dpr15698-1.c9 int func (int blah) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/ext/
H A Dtmplattr1.C9 static int stdcall func(int arg1, int arg2);
13 int stdcall T::func(int arg1, int arg2) function in class:T
22 int (stdcall *ptr2)(int,int) = &T::func<dummy>;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/lookup/
H A Dfriend5.C16 friend void func(void);
21 void func(void);
24 void N::func(void) function in class:N
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dspec11.C11 int func(baz *x);
16 int bar<double>::func(baz *x) { return 5;} function in class:bar
20 int bar<double>::func(int *x) { return 5;} function in class:bar
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.ext/
H A Ddefault.C9 static A*func (int = 3);
13 A*(*A::ptr)(int) = &A::func;
23 A*A::func(int i) function in class:A
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Deh19.C7 void func(int a) { function in class:test1
17 var.func(1);
18 var.func(0);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D981001-2.c3 #define weak_alias(func, aliasname) \
4 extern __typeof (func) aliasname __attribute__ ((weak, alias (#func)));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/ext/
H A Dtmplattr1.C9 static int stdcall func(int arg1, int arg2);
13 int stdcall T::func(int arg1, int arg2) function in class:T
22 int (stdcall *ptr2)(int,int) = &T::func<dummy>;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/lookup/
H A Dfriend5.C16 friend void func(void);
21 void func(void);
24 void N::func(void) function in class:N
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/template/
H A Dspec11.C11 int func(baz *x);
16 int bar<double>::func(baz *x) { return 5;} function in class:bar
20 int bar<double>::func(int *x) { return 5;} function in class:bar
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.ext/
H A Ddefault.C9 static A*func (int = 3);
13 A*(*A::ptr)(int) = &A::func;
23 A*A::func(int i) function in class:A
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D981001-2.c3 #define weak_alias(func, aliasname) \
4 extern __typeof (func) aliasname __attribute__ ((weak, alias (#func)));
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dattach-stopped.c27 static void *func (void *arg) function
39 func (NULL);
44 pthread_create (&th, NULL, func, NULL);
/netbsd-6-1-5-RELEASE/sys/dev/hpc/
H A Dhpccmap_gen.c92 cmap_gen(output_func func, void *ctx) argument
102 (*func)(ctx, i++, 0x00, 0x00, 0x00); /* black */
103 (*func)(ctx, i++, 0x7f, 0x00, 0x00); /* red */
104 (*func)(ctx, i++, 0x00, 0x7f, 0x00); /* green */
105 (*func)(ctx, i++, 0x7f, 0x7f, 0x00); /* brown */
106 (*func)(ctx, i++, 0x00, 0x00, 0x7f); /* blue */
107 (*func)(ctx, i++, 0x7f, 0x00, 0x7f); /* magenta */
108 (*func)(ctx, i++, 0x00, 0x7f, 0x7f); /* cyan */
109 (*func)(ctx, i++, 0xc7, 0xc7, 0xc7); /* white */
111 (*func)(ct
[all...]
/netbsd-6-1-5-RELEASE/tests/fs/common/
H A Dh_fsmacros.h104 #define ATF_TC_FSADD(fs,type,func,desc) \
105 ATF_TC(fs##_##func); \
106 ATF_TC_HEAD(fs##_##func,tc) \
112 void *fs##func##tmp; \
114 ATF_TC_BODY(fs##_##func,tc) \
118 FSTEST_CONSTRUCTOR(tc,fs,fs##func##tmp); \
119 func(tc,FSTEST_MNTNAME); \
154 #define ATF_TP_FSADD(fs,func) \
155 ATF_TP_ADD_TC(tp,fs##_##func)
157 #define ATF_TC_FSAPPLY(func,des
[all...]

Completed in 333 milliseconds

1234567891011>>