On Sep 26, 2005, at 5:25 PM, Humberto Rocha wrote:
I need know what DERIVED_FROM_P do and How use this...
What part of the comment:
/* Nonzero iff TYPE is derived from PARENT. Ignores accessibility and
ambiguity issues. */
#define DERIVED_FROM_P(PARENT, TYPE) \
was unclear? If you
Hi:
I'm using the The intermediate representation used by the C and C++ front
ends:
http://gcc.gnu.org/onlinedocs/gccint/Trees.html
I need know what DERIVED_FROM_P do and How use this...
Is there any source code sample?
Thanks!
--
Humberto