Searched refs:myB (Results 1 – 3 of 3) sorted by relevance
59 B myB (10, 20, my_global_A_ptr); in main() local63 myB.doSomething(otherB); // Break here and get real addresses of myB and otherB. in main()66 myB.doSomething (reallyA); // Break here and get real address of reallyA. in main()
140 myB = frame.FindVariable ('myB', no_dynamic);141 self.assertTrue (myB)142 myB_loc = int (myB.GetLocation(), 16)
39 B myB; in main() local