Searched defs:alloca (Results 1 - 25 of 34) sorted by relevance

12

/external/bison/darwin-lib/
H A Dalloca.h23 means there is a real alloca function. */
27 /* alloca (N) returns a pointer to N bytes of memory
29 Use of alloca should be avoided:
38 #ifndef alloca
40 # define alloca __builtin_alloca macro
42 # define alloca __alloca macro
45 # define alloca _alloca macro
47 # define alloca __ALLOCA macro
54 # define alloca _alloca macro
60 void *alloca (size_
[all...]
/external/bison/lib/
H A Dalloca.in.h22 means there is a real alloca function. */
26 /* alloca (N) returns a pointer to N bytes of memory
28 Use of alloca should be avoided:
37 #ifndef alloca
39 # define alloca __builtin_alloca macro
41 # define alloca __alloca macro
44 # define alloca _alloca macro
46 # define alloca __ALLOCA macro
53 # define alloca _alloca macro
59 void *alloca (size_
[all...]
H A Dspawni.c24 #include <alloca.h>
64 # define alloca __alloca macro
121 char **new_argv = (char **) alloca ((argc + 1) * sizeof (char *));
312 path = (char *) alloca (1 + len);
323 name = alloca (pathlen + len + 1);
/external/bison/linux-lib/
H A Dalloca.h23 means there is a real alloca function. */
27 /* alloca (N) returns a pointer to N bytes of memory
29 Use of alloca should be avoided:
38 #ifndef alloca
40 # define alloca __builtin_alloca macro
42 # define alloca __alloca macro
45 # define alloca _alloca macro
47 # define alloca __ALLOCA macro
54 # define alloca _alloca macro
60 void *alloca (size_
[all...]
/external/oprofile/libpopt/
H A Dsystem.h41 void * alloca (size_t __size)
50 # include <alloca.h>
53 #pragma alloca
55 # ifndef alloca /* predefined by HP cc +Olibcalls */
56 char *alloca ();
61 #define alloca __builtin_alloca macro
/external/clang/test/Sema/
H A Dbuiltins-gnu-mode.c5 int alloca; variable
/external/libvorbis/lib/
H A Dos.h57 # define alloca _alloca macro
67 # include <alloca.h>
/external/e2fsprogs/intl/
H A Dprintf.c25 # define alloca __builtin_alloca macro
30 # define alloca _alloca macro
33 # include <alloca.h>
36 #pragma alloca
38 # ifndef alloca
39 char *alloca ();
H A Dlocalealias.c38 # undef alloca macro
39 # define alloca __builtin_alloca macro
44 # define alloca _alloca macro
47 # include <alloca.h>
50 #pragma alloca
52 # ifndef alloca
53 char *alloca ();
104 /* For those losing systems which don't have `alloca' we have to add
109 # define alloca(n) malloc (n) macro
224 full_fname = (char *) alloca (fname_le
[all...]
H A Ddcigettext.c33 # define alloca __builtin_alloca macro
38 # define alloca _alloca macro
41 # include <alloca.h>
44 #pragma alloca
46 # ifndef alloca
47 char *alloca ();
324 /* For those loosing systems which don't have `alloca' we have to add
357 # undef alloca macro
358 # define alloca(size) (malloc (size)) macro
360 #endif /* have alloca */
[all...]
H A Dloadmsgcat.c37 # undef alloca macro
38 # define alloca __builtin_alloca macro
43 # define alloca _alloca macro
46 # include <alloca.h>
49 #pragma alloca
51 # ifndef alloca
52 char *alloca ();
467 /* For those losing systems which don't have `alloca' we have to add
472 # define alloca(n) malloc (n) macro
813 charset = (char *) alloca (le
[all...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml15 (* Create an alloca instruction in the entry block of the function. This
149 * var = alloca double
170 (* Create an alloca for the variable in the entry block. *)
171 let alloca = create_entry_block_alloca the_function var_name in var
176 (* Store the value into the alloca. *)
177 ignore(build_store start_val alloca builder);
196 Hashtbl.add named_values var_name alloca;
214 (* Reload, increment, and restore the alloca. This handles the case where
216 let cur_var = build_load alloca var_name builder in
218 ignore(build_store next_var alloca builde
260 let alloca = create_entry_block_alloca the_function var_name in var
326 let alloca = create_entry_block_alloca the_function var_name in var
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dstringutils.h22 #define alloca _alloca macro
29 #include <alloca.h>
41 #define STACK_ARRAY(TYPE, LEN) static_cast<TYPE*>(::alloca((LEN)*sizeof(TYPE)))
/external/clang/include/clang/Basic/
H A DBuiltins.h22 // VC++ defines 'alloca' as an object-like macro, which interferes with our
24 #undef alloca macro
/external/openssl/crypto/bn/
H A Dbn_exp.c119 # ifndef alloca
120 # define alloca _alloca macro
123 # ifndef alloca
124 # define alloca(s) __builtin_alloca((s)) macro
634 #ifdef alloca
636 powerbufFree = alloca(powerbufLen+MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH);
645 #ifdef alloca
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dgeneric.c68 #define alloca _alloca macro
70 #include <alloca.h>
1113 vp = tp = alloca((num + 2) * sizeof(BN_ULONG));
/external/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal.h290 # define alloca _alloca macro
293 # include <alloca.h>
299 type *name = alloca(sizeof(type) * (count))
/external/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp442 AllocaInst *alloca = local
445 ReloadOutputs.push_back(alloca);
446 params.push_back(alloca);
/external/openssl/crypto/
H A Dcryptlib.c782 #define alloca _alloca macro
814 name=(WCHAR *)alloca(len+sizeof(WCHAR));
859 fmtw = (WCHAR *)alloca(len_0*sizeof(WCHAR));
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_stdinc.h185 #if defined(HAVE_ALLOCA) && !defined(alloca)
187 # include <alloca.h>
189 # define alloca __builtin_alloca macro
192 # define alloca _alloca macro
200 #pragma alloca
202 void *alloca (unsigned);
204 char *alloca ();
208 #define SDL_stack_alloc(type, count) (type*)alloca(sizeof(type)*(count))
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DExpressionParser.cpp303 /* The parser invokes alloca or malloc; define the necessary symbols. */
310 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
315 # define alloca _alloca macro
317 # define YYSTACK_ALLOC alloca
336 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml1277 (* CHECK: %build_alloca = alloca i32
1278 * CHECK: %build_array_alloca = alloca i32, i32 %P2
1286 let alloca = build_alloca i32_type "build_alloca" b in var
1295 let store = build_store p2 alloca b in
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp1148 // At -O0 we generate an explicit alloca for the BlockPointer, so the RA
1181 llvm::AllocaInst *alloca = local
1183 alloca->setAlignment(align);
1185 Builder.CreateAlignedStore(capture.getConstant(), alloca, align);
1187 LocalDeclMap[variable] = alloca;
2101 // That's an alloca of the byref structure type.
/external/elfutils/0.153/src/
H A Dldscript.c360 /* The parser invokes alloca or malloc; define the necessary symbols. */
367 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
372 # define alloca _alloca macro
374 # define YYSTACK_ALLOC alloca
392 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
/external/gcc-demangle/
H A Dcp-demangle.c99 #pragma alloca
116 # include <alloca.h>
118 # ifndef alloca
120 # define alloca __builtin_alloca macro
122 extern char *alloca ();
124 # endif /* alloca */
4821 di.comps = alloca (di.num_comps * sizeof (*di.comps));
4822 di.subs = alloca (di.num_subs * sizeof (*di.subs));
5100 di.comps = alloca (di.num_comps * sizeof (*di.comps));
5101 di.subs = alloca (d
[all...]

Completed in 3262 milliseconds

12