OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__alloca
(Results
1 - 25
of
33
) sorted by null
1
2
/external/llvm/test/CodeGen/X86/
win_chkstk.ll
9
; allocated on the stack. Windows uses __chkstk and mingw uses
__alloca
.
__alloca
19
; MINGW_X32: calll
__alloca
26
; Make sure we don't call __chkstk or
__alloca
when we have less than a 4096 stack
49
; Make sure we don't call __chkstk or
__alloca
on non-Windows even if the
55
; MINGW_X32: calll
__alloca
mingw-alloca.ll
9
; COFF: calll
__alloca
24
; COFF: calll
__alloca
/external/llvm/lib/Support/Windows/
explicit_symbols.inc
8
EXPLICIT_SYMBOL(
__alloca
)
/external/bison/darwin-lib/
alloca.h
42
# define alloca
__alloca
47
# define alloca
__ALLOCA
/external/bison/lib/
alloca.in.h
41
# define alloca
__alloca
46
# define alloca
__ALLOCA
spawni.c
64
# define alloca
__alloca
/external/bison/linux-lib/
alloca.h
42
# define alloca
__alloca
47
# define alloca
__ALLOCA
/ndk/sources/host-tools/sed-4.2.1/lib/
alloca.in.h
43
# define alloca
__alloca
48
# define alloca
__ALLOCA
/ndk/sources/host-tools/make-3.81/glob/
glob.c
210
#if !defined
__alloca
&& !defined __GNU_LIBRARY__
229
# define
__alloca
alloca
macro
560
drive_spec = (char *)
__alloca
(dirlen + 1);
576
newp = (char *)
__alloca
(dirlen + 1);
647
name = (char *)
__alloca
(buflen);
666
pwtmpbuf = (char *)
__alloca
(pwbuflen);
677
pwtmpbuf = (char *)
__alloca
(pwbuflen);
704
newp = (char *)
__alloca
(home_len + dirlen);
727
newp = (char *)
__alloca
(end_name - dirname);
751
pwtmpbuf = (char *)
__alloca
(buflen)
[
all
...]
ChangeLog
75
Cast the return type of
__alloca
() for traditional C compilers.
129
(glob): Cast
__alloca
(); on SunOS4 it uses the default return type
/ndk/build/tools/unwanted-symbols/x86/
libgcc.a.functions.txt
6
__alloca
/external/llvm/cmake/
config-ix.cmake
192
check_function_exists(
__alloca
HAVE___ALLOCA)
/external/llvm/include/llvm/Config/
config.h.cmake
414
/* Have host's
__alloca
*/
config.h.in
399
/* Have host's
__alloca
*/
/ndk/sources/host-tools/make-3.81/
config.h-vms
424
#define alloca(n)
__ALLOCA
(n)
/external/llvm/device/include/llvm/Config/
config.h
489
/* Have host's
__alloca
*/
/external/llvm/host/include/llvm/Config/
config.h
515
/* Have host's
__alloca
*/
/external/llvm/lib/Target/X86/
X86FrameLowering.cpp
660
// uses
__alloca
.
__alloca
and the 32-bit version of __chkstk will probe the
[
all
...]
/external/llvm/autoconf/
configure.ac
[
all
...]
/external/llvm/patches/
0002-Add-basic-Android-configuration.patch
711
+/* Have host's
__alloca
*/
[
all
...]
/external/bison/data/
yacc.c
479
# define YYSTACK_ALLOC
__alloca
[
all
...]
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
ExpressionParser.cpp
312
# define YYSTACK_ALLOC
__alloca
[
all
...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events-bison.c
288
# define YYSTACK_ALLOC
__alloca
[
all
...]
pmu-bison.c
256
# define YYSTACK_ALLOC
__alloca
[
all
...]
/external/elfutils/0.153/libcpu/
i386_parse.c
473
# define YYSTACK_ALLOC
__alloca
[
all
...]
Completed in 1125 milliseconds
1
2