HomeSort by relevance Sort by last modified time
    Searched full:i_ptr (Results 1 - 13 of 13) sorted by null

  /external/lldb/test/expression_command/formatters/
formatters.py 6 i_ptr = bar.GetChildMemberWithName('i_ptr');
15 ', i_ptr = ' + str(i_ptr.GetValueAsUnsigned(0)) + ' -> ' + str(i_ptr.Dereference().GetValueAsUnsigned(0)) + \
foosynth.py 17 return self.i_ptr.Dereference();
20 if name == "*i_ptr":
29 self.i_ptr = self.bar.GetChildMemberWithName('i_ptr')
main.cpp 14 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;
TestFormatters.py 76 substrs = ['(foo) $', ' = a = 12, a_ptr = ', ' -> 13, i = 24, i_ptr = ', ' -> 25'])
79 substrs = ['(foo *) $', ' a = 47, a_ptr = ', ' -> 48, i = 94, i_ptr = ', ' -> 95'])
82 substrs = ['(foo) $', ' = a = 121, a_ptr = ', ' -> 122, i = 242, i_ptr = ', ' -> 243'])
89 substrs = ['(foo)', 'foo2', ' = a = 121, a_ptr = ', ' -> 122, i = 242, i_ptr = ', ' -> 243'])
92 substrs = ['(foo) $', ' = a = 121, a_ptr = ', ' -> 122, i = 242, i_ptr = ', ' -> 243', ', h = 245 , k = 247'])
98 substrs = ['(foo) $', ' = {', '(int) *i_ptr = 243'])
107 substrs = ['(foo) $', ' = a = 7777, a_ptr = ', ' -> 122, i = 242, i_ptr = ', ' -> 8888'])
112 self.expect("expression *$" + object_name + '.b.i_ptr',
116 substrs = ['(foo) $', ' = a = 121, a_ptr = ', ' -> 122, i = 242, i_ptr = ', ' -> 8888', 'h = 245 , k = 247'])
122 substrs = ['(foo) $', ' = {', '(int) *i_ptr = 8888']
    [all...]
  /system/core/libpixelflinger/codeflinger/
disassem.c 306 const struct arm32_insn *i_ptr = &arm32_i[0]; local
315 while (i_ptr->name) {
316 if ((insn & i_ptr->mask) == i_ptr->pattern) {
320 i_ptr++;
329 if ((i_ptr->mask & 0xf0000000) == 0xf0000000)
330 di->di_printf("%s", i_ptr->name);
332 di->di_printf("%s%s", i_ptr->name, insn_condition(insn));
334 f_ptr = i_ptr->format;
  /bionic/tests/
sched_test.cpp 25 static int child_fn(void* i_ptr) {
26 *reinterpret_cast<int*>(i_ptr) = 42;
  /external/llvm/test/CodeGen/WinEH/
cppeh-catch-scalar.ll 26 ; CHECK: [[I_PTR:\%.+]] = alloca i32, align 4
27 ; CHECK: call void (...) @llvm.frameescape(i32* [[I_PTR]])
cppeh-multi-catch.ll 52 ; CHECK: [[I_PTR:\%.+]] = alloca i32, align 4
53 ; CHECK: call void (...) @llvm.frameescape(i32* [[I_PTR]], i64* [[LL_PTR]], %class.SomeClass** [[OBJ_PTR]])
168 ; CHECK: [[I_PTR:\%.+]] = bitcast i8* [[RECOVER_I]] to i32*
169 ; CHECK: [[TMP1:\%.+]] = load i32, i32* [[I_PTR]], align 4
cppeh-frame-vars.ll 55 ; CHECK: [[I_PTR:\%.+]] = alloca i32, align 4
60 ; CHECK: store i32 0, i32* [[I_PTR]], align 4
61 ; CHECK: call void (...) @llvm.frameescape(i32* [[E_PTR]], i32* [[NUMEXCEPTIONS_PTR]], [10 x i32]* [[EXCEPTIONVAL_PTR]], i32* [[I_PTR]], %struct.SomeData* [[DATA_PTR]])
cppeh-nested-1.ll 140 ; CHECK: [[I_PTR:\%.+]] = bitcast i8* [[RECOVER_I]] to i32*
141 ; CHECK: [[TMP1:\%.+]] = load i32, i32* [[I_PTR]], align 4
cppeh-nested-2.ll 257 ; CHECK: [[I_PTR:\%.+]] = bitcast i8* [[RECOVER_I]] to i32*
258 ; CHECK: [[TMP1:\%.+]] = load i32, i32* [[I_PTR]], align 4
cppeh-nested-3.ll 185 ; CHECK: [[I_PTR:\%.+]] = bitcast i8* [[RECOVER_I]] to i32*
190 ; CHECK: [[TMP1:\%.+]] = load i32, i32* [[I_PTR]], align 4
  /external/llvm/test/CodeGen/ARM/
reg_sequence.ll 12 define void @t1(i16* %i_ptr, i16* %o_ptr, %struct.int32x4_t* nocapture %vT0ptr, %struct.int32x4_t* nocapture %vT1ptr) nounwind {
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* nocapture %vT1ptr) nounwind {
62 %4 = bitcast i16* %i_ptr to i8* ; <i8*> [#uses=1]
64 %6 = getelementptr inbounds i16, i16* %i_ptr, i32 8 ; <i16*> [#uses=1]

Completed in 226 milliseconds