Searched refs:alloca (Results 1 - 25 of 447) sorted by relevance

1234567891011>>

/haiku-buildtools/binutils/include/
H A Dalloca-conf.h23 # include <alloca.h>
26 # if !defined alloca
27 # define alloca __builtin_alloca macro
35 #pragma alloca
39 # define alloca _alloca macro
41 # if !defined alloca
46 extern "C" void *alloca (size_t);
48 extern void *alloca (size_t);
51 extern void *alloca ();
54 extern char *alloca ();
[all...]
/haiku-buildtools/legacy/binutils/include/
H A Dalloca-conf.h4 # ifndef alloca
5 # define alloca __builtin_alloca macro
9 #pragma alloca
12 # include <alloca.h>
15 extern PTR alloca (size_t);
17 extern PTR alloca ();
/haiku-buildtools/legacy/gcc/libiberty/
H A Dalloca-conf.h4 # ifndef alloca
5 # define alloca __builtin_alloca macro
9 #pragma alloca
12 # include <alloca.h>
15 extern PTR alloca (size_t);
17 extern PTR alloca ();
H A Dputenv.c20 #pragma alloca
37 # include <alloca.h>
39 # ifndef alloca
41 # define alloca __builtin_alloca macro
43 extern char *alloca ();
45 # endif /* alloca */
60 char *name = (char *) alloca (name_end - string + 1);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr26865.c7 char *e = alloca (100); /* { dg-warning "implicit declaration|initialization makes" } */
H A Dwinline-7.c4 extern void *alloca (__SIZE_TYPE__);
7 inline void *q (void) /* { dg-warning "(function not inlinable|alloca)" } */
9 return alloca (10);
H A Dfold-alloca-1.c4 void *alloca (__SIZE_TYPE__);
9 if ((foo = alloca(argc)) == 0)
/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Dxm-sysv4.h4 #include <alloca.h> /* for MetaWare High-C on NCR System 3000 */
/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dxm-sol2.h1 /* If not compiled with GNU C, include the system's <alloca.h> header. */
3 #include <alloca.h>
H A Dxm-linux.h23 #include <alloca.h>
/haiku-buildtools/legacy/gcc/gcc/config/mips/
H A Dxm-iris4.h7 /* The normal irix compiler requires alloca.h or alloca doesn't work.
8 However, the IRIX compiler doesn't allow alloca to be stored in
9 something like ptr->field = alloca(), so we just use the normal
10 C alloca. */
11 #include <alloca.h>
H A Dxm-iris6.h3 #include <alloca.h>
5 extern void *alloca ();
/haiku-buildtools/legacy/gcc/gcc/config/m68k/
H A Dxm-mot3300.h25 /* do not use alloca from -lPW with cc, because function epilogues use %sp */
28 extern void *alloca ();
30 extern char *alloca ();
H A Dxm-amix.h33 #define alloca __builtin_alloca macro
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/s390/
H A D20030123-1.c6 extern void *alloca (__SIZE_TYPE__);
12 char *p = alloca (4096);
/haiku-buildtools/legacy/gcc/gcc/config/alpha/
H A Dxm-alpha.h44 /* If compiled with GNU C, use the builtin alloca. */
45 #ifndef alloca
47 #define alloca __builtin_alloca macro
50 #include <alloca.h>
52 extern void *alloca ();
/haiku-buildtools/legacy/gcc/gcc/config/
H A Dxm-openbsd.h32 #define alloca __builtin_alloca macro
/haiku-buildtools/binutils/libiberty/
H A Dputenv.c33 #pragma alloca
52 # include <alloca.h>
54 # ifndef alloca
56 # define alloca __builtin_alloca macro
58 extern char *alloca ();
60 # endif /* alloca */
76 char *name = (char *) alloca (name_end - string + 1);
/haiku-buildtools/gcc/libiberty/
H A Dputenv.c33 #pragma alloca
52 # include <alloca.h>
54 # ifndef alloca
56 # define alloca __builtin_alloca macro
58 extern char *alloca ();
60 # endif /* alloca */
76 char *name = (char *) alloca (name_end - string + 1);
/haiku-buildtools/legacy/binutils/libiberty/
H A Dputenv.c33 #pragma alloca
52 # include <alloca.h>
54 # ifndef alloca
56 # define alloca __builtin_alloca macro
58 extern char *alloca ();
60 # endif /* alloca */
76 char *name = (char *) alloca (name_end - string + 1);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dtailcall-1.c3 extern void *alloca (__SIZE_TYPE__);
14 /* Dead alloca should not disturb us. */
16 v=alloca(r);
/haiku-buildtools/legacy/gcc/gcc/config/dsp16xx/
H A Dxm-dsp16xx.h37 /* If compiled with GNU C, use the built-in alloca */
39 #define alloca __builtin_alloca macro
/haiku-buildtools/legacy/gcc/gcc/config/h8300/
H A Dxm-h8300.h36 /* If compiled with GNU C, use the built-in alloca */
38 #define alloca __builtin_alloca macro
/haiku-buildtools/legacy/gcc/gcc/config/sh/
H A Dxm-sh.h31 /* If compiled with GNU C, use the built-in alloca. */
33 #define alloca __builtin_alloca macro
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20021113-1.c1 /* { dg-require-effective-target alloca } */
13 int *ptr = alloca (sizeof (int));

Completed in 235 milliseconds

1234567891011>>