search for: __builtin_malloc

Displaying 5 results from an estimated 5 matches for "__builtin_malloc".

2012 Apr 17
1
[LLVMdev] __builtin_malloc, __builtin_calloc support in LLVM
Hi, Is "__builtin_malloc" function supported in LLVM...? I checked in "tools/clang/include/clang/ > > Basic/Builtins.def", > "tools/clang/lib/CodeGen/CGBuiltin.cpp" and couldn't find the > implementation. > Could anyone please comment about it. > > Thanks in advance, >...
2012 Apr 12
0
[LLVMdev] __builtin_malloc, __builtin support
Hi, Is "__builtin_malloc" function supported in LLVM...? I checked in "tools/clang/include/clang/Basic/Builtins.def", "tools/clang/lib/CodeGen/CGBuiltin.cpp" and couldn't find the implementation. Could anyone please comment about it. Thanks in advance, Viswa -------------- next part ---------...
2013 Oct 02
3
[LLVMdev] builtin_malloc?
This is probably an old issue but why no builtin_malloc ../tests-c/20071018-1.c:14:8: error: use of unknown builtin '__builtin_malloc' [-Wimplicit-function-declaration] *f = __builtin_malloc(sizeof(struct foo));
2013 Oct 02
0
[LLVMdev] builtin_malloc?
Both of your questions are clang questions, you should ask on cfe-dev. -Chris On Oct 1, 2013, at 8:26 PM, reed kotler <rkotler at mips.com> wrote: > This is probably an old issue but why no builtin_malloc > > ../tests-c/20071018-1.c:14:8: error: use of unknown builtin '__builtin_malloc' > [-Wimplicit-function-declaration] > *f = __builtin_malloc(sizeof(struct foo)); > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/l...
2013 Oct 02
2
[LLVMdev] builtin_malloc?
...m as bugs. I have some other builtin issues I've found. Reed > On Oct 1, 2013, at 8:26 PM, reed kotler <rkotler at mips.com> wrote: > >> This is probably an old issue but why no builtin_malloc >> >> ../tests-c/20071018-1.c:14:8: error: use of unknown builtin '__builtin_malloc' >> [-Wimplicit-function-declaration] >> *f = __builtin_malloc(sizeof(struct foo)); >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.c...