Searched refs:otherB (Results 1 – 2 of 2) sorted by relevance
61 B otherB (300, 400, second_fake_A_ptr); in main() local63 myB.doSomething(otherB); // Break here and get real addresses of myB and otherB. in main()
144 otherB = frame.FindVariable('otherB', no_dynamic)145 self.assertTrue (otherB)146 otherB_loc = int (otherB.GetLocation(), 16)