Searched refs:VOID (Results 1 - 25 of 49) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Dvoid1.C4 typedef void VOID; typedef
7 int bar(VOID);
10 template<int> int bar(VOID);
15 int bar(VOID);
/haiku-buildtools/legacy/gcc/libf2c/libF77/
H A Dmain.c7 #undef VOID macro
11 #ifndef VOID
12 #define VOID void macro
21 extern VOID f_exit();
32 extern VOID f_exit();
38 extern VOID f_init();
H A Dabort_.c5 extern VOID sig_die();
H A Dsetarg.c5 #undef VOID macro
9 #ifndef VOID
10 #define VOID void macro
H A Dsetsig.c13 #undef VOID macro
17 #ifndef VOID
18 #define VOID void macro
26 extern VOID sig_die();
33 static VOID sigfdie(Sigarg)
40 static VOID sigidie(Sigarg)
47 static VOID sigqdie(Sigarg)
55 static VOID sigindie(Sigarg)
61 static VOID sigtdie(Sigarg)
68 static VOID sigtrdi
[all...]
H A Dr_cnjg.c4 VOID r_cnjg(r, z) complex *r, *z;
6 VOID r_cnjg(complex *r, complex *z)
H A Ds_rnge.c7 extern VOID sig_die();
10 extern VOID sig_die(char*,int);
H A Dd_cnjg.c3 VOID
H A Dc_cos.c6 VOID c_cos(r, z) complex *r, *z;
H A Dc_exp.c6 VOID c_exp(r, z) complex *r, *z;
H A Dc_log.c5 VOID c_log(r, z) complex *r, *z;
H A Dc_sin.c6 VOID c_sin(r, z) complex *r, *z;
H A Def1asc_.c10 extern VOID s_copy();
H A Dgetarg_.c10 VOID G77_getarg_0 (n, s, ls) ftnint *n; register char *s; ftnlen ls;
H A Dz_cos.c5 VOID z_cos(r, z) doublecomplex *r, *z;
H A Dz_exp.c5 VOID z_exp(r, z) doublecomplex *r, *z;
H A Dz_log.c5 VOID z_log(r, z) doublecomplex *r, *z;
H A Dz_sin.c5 VOID z_sin(r, z) doublecomplex *r, *z;
H A Ds_paus.c22 extern VOID f_exit(Void);
24 static VOID
30 static VOID
H A Dpow_ci.c4 VOID pow_ci(p, a, b) /* p = a**b */
H A Ds_stop.c6 VOID s_stop(s, n) char *s; ftnlen n;
/haiku-buildtools/legacy/gcc/libf2c/libI77/
H A Dlwrite.c9 static VOID
16 static VOID
35 static VOID
46 static VOID
169 static VOID
187 static VOID
200 static VOID
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dcompare1.c14 VOID, SI, DI, MAX = -1 enumerator in enum:mm1
H A Dcompare9.c14 VOID, SI, DI, MAX = -1 enumerator in enum:mm1
/haiku-buildtools/legacy/gcc/libf2c/
H A Dg2c.hin135 #define VOID void
186 typedef /* Complex */ VOID (*C_fp)(...);
187 typedef /* Double Complex */ VOID (*Z_fp)(...);
190 typedef /* Character */ VOID (*H_fp)(...);
198 typedef /* Complex */ VOID (*C_fp)();
199 typedef /* Double Complex */ VOID (*Z_fp)();
202 typedef /* Character */ VOID (*H_fp)();
206 typedef VOID C_f; /* complex function */
207 typedef VOID H_f; /* character function */
208 typedef VOID Z_
[all...]

Completed in 164 milliseconds

12