Hello,I want to go through the entire internal tree in GCC but I have a problem with functions. Indeed I would like to know the declarations and functions called by a function.
I assume I have to go into the function's scope but I don't know how. I read the source code but I didn't find anything.
Thanks.