URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [lto/] [20091026-1_a.h] - Rev 701
Go to most recent revision | Compare with Previous | Blame | View Log
class cObject { public: cObject *firstchildp; }; class cHead : public cObject { public: cObject *find(const char *objname) const; };
Go to most recent revision | Compare with Previous | Blame | View Log