This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Intermediate representation


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]