Re: Obtaining the arguments to a function pointer

2011-12-09 Thread Matt Davis
On Sat, Dec 10, 2011 at 12:40 PM, Ian Lance Taylor wrote: > Matt Davis writes: > >> I am trying to look at the arguments that are passed to a function >> pointer.  I have an SSA_NAME which is for a pointer-type to a >> function-type.  I want to obtain the arguments being passed to the >> function

Re: Obtaining the arguments to a function pointer

2011-12-09 Thread Ian Lance Taylor
Matt Davis writes: > I am trying to look at the arguments that are passed to a function > pointer. I have an SSA_NAME which is for a pointer-type to a > function-type. I want to obtain the arguments being passed to the > function pointer, but after looking all over the SSA_NAME node and its > c

Obtaining the arguments to a function pointer

2011-12-09 Thread Matt Davis
I am trying to look at the arguments that are passed to a function pointer. I have an SSA_NAME which is for a pointer-type to a function-type. I want to obtain the arguments being passed to the function pointer, but after looking all over the SSA_NAME node and its corresponding VAR_DECL I cannot