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]

Re: call site information


>>>>> "Dasarath" == Dasarath Weeratunge <dasarath@gmail.com> writes:

Dasarath> If I have a CALL_EXPR how can I find out information about the call
Dasarath> site? For example, the filename and line number.

See EXPR_HAS_LOCATION, EXPR_LOCUS, etc.
In general I recommend reading tree.def and skimming tree.h before
trying to do anything with trees.  doc/c-tree.texi may also be helpful.

Tom


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