Searched refs:i_ptr (Results 1 - 3 of 3) sorted by relevance

/external/lldb/test/expression_command/formatters/
H A Dformatters.py6 i_ptr = bar.GetChildMemberWithName('i_ptr');
15 ', i_ptr = ' + str(i_ptr.GetValueAsUnsigned(0)) + ' -> ' + str(i_ptr.Dereference().GetValueAsUnsigned(0)) + \
H A Dmain.cpp14 int* i_ptr; member in struct:bar
17 bar(int x) : i(x),i_ptr(new int(x+1)),b(i+3,i+5),b_ref(b) {}
38 *(foo2.b.i_ptr) = 8888;
H A Dfoosynth.py17 return self.i_ptr.Dereference();
20 if name == "*i_ptr":
29 self.i_ptr = self.bar.GetChildMemberWithName('i_ptr')

Completed in 276 milliseconds