13 int AAA::inA::fum (int i
)
35 int AAA::A_xyzq (int x
)
40 char AAA::xyzq (char c
)
46 int BBB::B_xyzq (int x
)
51 char BBB::xyzq (char c
)
56 char BBB::CCC::xyzq (char c
)
61 char BBB::Class::xyzq (char c
)
101 // NOTE (2004-04-23, carlton): This function is here only to make
102 // sure that GCC 3.4 outputs debug info for these classes.
103 static CClass
*c
= new CClass();
104 static CClass::NestedClass
*n
= new CClass::NestedClass();
144 // NOTE: carlton/2003-04-23: I'm listing the expressions that I
145 // plan to have GDB try to print out, just to make sure that the
146 // compiler and I agree which ones should be legal! It's easy
147 // to screw up when testing the boundaries of namespace stuff.
179 c1
= AAA::xyzq ('x');
180 c1
= BBB::CCC::xyzq ('m');
188 y
= AAA::A_xyzq (33);