18 int AAA::inA::fum (int i
)
40 int AAA::A_xyzq (int x
)
45 char AAA::xyzq (char c
)
51 int BBB::B_xyzq (int x
)
56 char BBB::xyzq (char c
)
61 char BBB::CCC::xyzq (char c
)
66 char BBB::Class::xyzq (char c
)
106 // NOTE (2004-04-23, carlton): This function is here only to make
107 // sure that GCC 3.4 outputs debug info for these classes.
108 static CClass
*c
= new CClass();
109 static CClass::NestedClass
*n
= new CClass::NestedClass();
149 // NOTE: carlton/2003-04-23: I'm listing the expressions that I
150 // plan to have GDB try to print out, just to make sure that the
151 // compiler and I agree which ones should be legal! It's easy
152 // to screw up when testing the boundaries of namespace stuff.
176 extern int ensureOtherRefs ();
182 AAA::SomeEnum var
= AAA::ALPHA
;
187 c1
= AAA::xyzq ('x');
188 c1
= BBB::CCC::xyzq ('m');
196 y
= AAA::A_xyzq (33);