Home
last modified time | relevance | path

Searched refs:myB (Results 1 – 3 of 3) sorted by relevance

/external/lldb/test/lang/cpp/dynamic-value/
Dpass-to-base.cpp59 B myB (10, 20, my_global_A_ptr); in main() local
63 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()
DTestDynamicValue.py140 myB = frame.FindVariable ('myB', no_dynamic);
141 self.assertTrue (myB)
142 myB_loc = int (myB.GetLocation(), 16)
/external/lldb/test/lang/cpp/overloaded-functions/
Dmain.cpp39 B myB; in main() local