Internal Representation

2009-07-08 Thread Nicolas COLLIN
bject on which is called the method (for example in att.getX(); i would like to get the name :"att"). I tried in many ways but never got it. Can you help me ? Thank you. Nicolas COLLIN

Internal Representation

2009-07-07 Thread Nicolas COLLIN
Hello, I looked at the part of the documentation about function bodies and I wonder something : is there a way to get the function calls from it ? Because I'd like to make a call graph which represent function and the functions it calls. Thank you. Nicolas COLLIN

Intermediate representation

2009-06-08 Thread Nicolas COLLIN
In my version DECL_SAVED_TREE is defined as : #define DECL_SAVED_TREE(NODE)DECL_MEMFUNC_POINTER_TO (NODE) I just looked at DECL_MEMFUNC and it doesn't do what I want. Then I don't know how to get the statements in the FUNCTION_DECL I got. Nicolas COLLIN Ian Lance Tayl

Intermediate representation

2009-06-07 Thread Nicolas COLLIN
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 anythi

Intermediate representation

2009-05-26 Thread Nicolas COLLIN
ttribute__". In this condition, where is the best place to put my code please ? Thank you a lot, I would haven't made any progress without your help. Nicolas COLLIN Dave Korn a écrit : Bear in mind that global_namespace only exists in the C++ compiler 'cc1plus', so if you acces

Intermediate representation

2009-05-26 Thread Nicolas COLLIN
read some things about the bindings in the file decl.c but I didn't get a thing. What does it do ? Have I to use it to get what I want ? Thanks. Nicolas COLLIN

Intermediate representation and informations

2009-05-18 Thread Nicolas COLLIN
some informations in the intermediate representation ? Like #pragma I think but with my own keywords and meanings. Thank you. Nicolas COLLIN

Intermediate representation

2009-05-14 Thread Nicolas COLLIN
NTEXT ? I know there is a lot of questions again, I'm sorry. Thank you again for your help. Nicolas COLLIN

Intermediate representation

2009-05-12 Thread Nicolas COLLIN
that the tree is implemented in, so it can work. I'm sorry to bother you with this but I searched a long time over the net and didn't find any clue about the way to do it. Thank you very much. Nicolas COLLIN

Intermediate representation and egcs 1.1

2009-05-07 Thread Nicolas COLLIN
ve to work on this version and this tree appears very interesting to me because it could help me a lot. Thank you. Nicolas COLLIN