This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Type information in GCC Tree's
- From: vinay p <vinaykumar dot undefined at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Tue, 26 Jul 2011 17:56:23 +0000 (UTC)
- Subject: Type information in GCC Tree's
Hello,
Iam working on a project in shape analysis in that I need to find the
type of the variables.i.e
struct a
{
a *ptr;
}
how can i know the type of "ptr".Is there any API to access the Tree's type
information..
--regards
@vinay