HomeSort by relevance Sort by last modified time
    Searched refs:ptr4 (Results 1 - 15 of 15) sorted by null

  /external/clang/test/CodeGenCXX/
microsoft-abi-virtual-member-pointers.cpp 44 void (D::*ptr4)();
45 ptr4 = &D::foo;
60 // CHECK32: store i8* bitcast (void (%"struct.(anonymous namespace)::D"*, ...)* @"\01??_9D@?A@@$BA@AE" to i8*), i8** %ptr4
member-function-pointers.cpp 207 void (C::*ptr4)() = &B::vfoo; member in namespace:test7
microsoft-abi-member-pointers.cpp 159 int C::*ptr4 = (int C::*) (int D::*) (long D::*) 0; member in class:CastParam::C
160 // CHECK: @"\01?ptr4@CastParam@@3PQC@1@HQ21@" = global i32 -1, align 4
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_alias_reduction.cpp 165 int32 *ptr4; local
199 ptr4 = &input_buffer[18];
214 ptr2 = ptr4;
215 ptr4 += 2;
  /external/clang/test/SemaTemplate/
instantiate-complete.cpp 33 X<char(char)> *ptr3, X<short(short)> *ptr4) {
37 (void)(5 + ptr4); // expected-note{{in instantiation of template class 'X<short (short)>' requested here}}
  /external/clang/test/CXX/expr/expr.post/expr.const.cast/
p1-0x.cpp 20 X &&ptr4 = const_cast<X&&>(xvalue<X>()); local
  /external/pcre/dist/
pcrecpp.h 539 const Arg& ptr4 = no_arg,
557 const Arg& ptr4 = no_arg,
575 const Arg& ptr4 = no_arg,
593 const Arg& ptr4 = no_arg,
pcrecpp.cc 156 const Arg& ptr4,
174 if (&ptr4 == &no_arg) goto done; args[n++] = &ptr4;
198 const Arg& ptr4,
216 if (&ptr4 == &no_arg) goto done; args[n++] = &ptr4;
240 const Arg& ptr4,
258 if (&ptr4 == &no_arg) goto done; args[n++] = &ptr4;
288 const Arg& ptr4,
    [all...]
  /art/runtime/gc/space/
space_create_test.cc 136 mirror::Object* ptr4 = space->Alloc(self, 8 * MB, &dummy, nullptr, &dummy); local
137 EXPECT_TRUE(ptr4 == nullptr);
270 mirror::Object* ptr4 = Alloc(space, self, 8 * MB, &dummy, nullptr, &dummy); local
271 EXPECT_TRUE(ptr4 == nullptr);
  /external/regex-re2/util/
pcre.h 284 const Arg& ptr4 = no_more_args,
308 const Arg& ptr4 = no_more_args,
333 const Arg& ptr4 = no_more_args,
359 const Arg& ptr4 = no_more_args,
  /system/core/libmemunreachable/tests/
Allocator_test.cpp 127 void* ptr4 = d.allocate(); local
132 c.deallocate(ptr4);
  /external/clang/test/Sema/
compare.c 272 extern char *ptr4;
275 if (value < (unsigned long) &ptr4) // expected-warning {{comparison of integers of different signs}}
  /external/mesa3d/src/gallium/drivers/r300/
r300_render.c 513 const uint32_t *ptr4; local
575 ptr4 = (uint32_t*)r300->index_buffer.user_buffer;
576 ptr4 += info->start;
584 OUT_CS(ptr4[i] + info->index_bias);
586 OUT_CS_TABLE(ptr4, count_dwords);
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 199 GLuint *ptr4 = (GLuint *) xrb->ximage->data; local
202 memset(ptr4, pixel, 4 * n);
207 ptr4[i] = pixel;
214 GLuint *ptr4 = PIXEL_ADDR4(xrb, x, y + j); local
216 ptr4[i] = pixel;
  /external/icu/icu4c/source/test/intltest/
measfmttest.cpp 608 MeasureUnit *ptr4 = (MeasureUnit *) ptr1->clone(); local
    [all...]

Completed in 693 milliseconds