Searched refs:i_ptr (Results 1 – 4 of 4) sorted by relevance
/external/lldb/test/expression_command/formatters/ |
D | formatters.py | 6 i_ptr = bar.GetChildMemberWithName('i_ptr'); 15 …', i_ptr = ' + str(i_ptr.GetValueAsUnsigned(0)) + ' -> ' + str(i_ptr.Dereference().GetValueAsUnsig…
|
D | main.cpp | 14 int* i_ptr; member 17 bar(int x) : i(x),i_ptr(new int(x+1)),b(i+3,i+5),b_ref(b) {} in bar() 38 *(foo2.b.i_ptr) = 8888; in main()
|
D | foosynth.py | 17 return self.i_ptr.Dereference(); 29 self.i_ptr = self.bar.GetChildMemberWithName('i_ptr');
|
/external/llvm/test/CodeGen/ARM/ |
D | reg_sequence.ll | 12 define void @t1(i16* %i_ptr, i16* %o_ptr, %struct.int32x4_t* nocapture %vT0ptr, %struct.int32x4_t* … 26 %4 = bitcast i16* %i_ptr to i8* ; <i8*> [#uses=1] 47 define void @t2(i16* %i_ptr, i16* %o_ptr, %struct.int16x8_t* nocapture %vT0ptr, %struct.int16x8_t* … 62 %4 = bitcast i16* %i_ptr to i8* ; <i8*> [#uses=1] 64 %6 = getelementptr inbounds i16* %i_ptr, i32 8 ; <i16*> [#uses=1]
|