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
31
) 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
; CHECK: calll
__alloca
22
; CHECK: 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
189
check_function_exists(
__alloca
HAVE___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
514
/* Have host's
__alloca
*/
/external/llvm/include/llvm/Config/
config.h.cmake
456
/* Have host's
__alloca
*/
config.h.in
491
/* Have host's
__alloca
*/
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libgcc_s.so
libgcc_s.so.1
/external/llvm/lib/Target/X86/
X86FrameLowering.cpp
860
// uses
__alloca
.
__alloca
and the 32-bit version of __chkstk will probe the
[
all
...]
/external/llvm/projects/sample/autoconf/
configure.ac
[
all
...]
/external/llvm/autoconf/
configure.ac
[
all
...]
/external/bison/data/
yacc.c
479
# define YYSTACK_ALLOC
__alloca
[
all
...]
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
ExpressionParser.cpp
303
# define YYSTACK_ALLOC
__alloca
[
all
...]
/external/elfutils/libcpu/
i386_parse.c
459
# define YYSTACK_ALLOC
__alloca
[
all
...]
Completed in 717 milliseconds
1
2