search for: 6fdb458e

Displaying 2 results from an estimated 2 matches for "6fdb458e".

2013 Oct 02
0
[LLVMdev] builtin_apply?
...LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131001/6fdb458e/attachment.html>
2013 Oct 02
2
[LLVMdev] builtin_apply?
why does clang not support builtin_apply? 6.5 Constructing Function Calls Using the built-in functions described below, you can record the arguments a function received, and call another function with the same arguments, without knowing the number or types of the arguments. You can also record the return value of that function call, and later return that value, without knowing what