Re: Getting "char" from INTEGER_TYPE node

2006-11-10 Thread Brendon Costa
> > I am having some trouble with getting type names as declared by the user > > in source. In particular if i have two functions: > > > > void Function(int i); > > void Function(char c); > > > > when processing the parameters i get an INTEGER_TYPE node in the > > parameter list for both function a

Getting "char" from INTEGER_TYPE node

2006-11-09 Thread Brendon Costa
I am having some trouble with getting type names as declared by the user in source. In particular if i have two functions: void Function(int i); void Function(char c); when processing the parameters i get an INTEGER_TYPE node in the parameter list for both function as expected, however IDENTI