Home
last modified time | relevance | path

Searched refs:otherB (Results 1 – 2 of 2) sorted by relevance

/external/lldb/test/lang/cpp/dynamic-value/
Dpass-to-base.cpp61 B otherB (300, 400, second_fake_A_ptr); in main() local
63 myB.doSomething(otherB); // Break here and get real addresses of myB and otherB. in main()
DTestDynamicValue.py144 otherB = frame.FindVariable('otherB', no_dynamic)
145 self.assertTrue (otherB)
146 otherB_loc = int (otherB.GetLocation(), 16)