/external/clang/test/CXX/expr/expr.post/expr.const.cast/ |
p1-0x.cpp | 21 X &&ptr5 = const_cast<X&&>(prvalue<X>()); local
|
/external/chromium_org/third_party/re2/util/ |
pcre.h | 291 const Arg& ptr5 = no_more_args, 315 const Arg& ptr5 = no_more_args, 340 const Arg& ptr5 = no_more_args, 366 const Arg& ptr5 = no_more_args,
|
/external/regex-re2/util/ |
pcre.h | 285 const Arg& ptr5 = no_more_args, 309 const Arg& ptr5 = no_more_args, 334 const Arg& ptr5 = no_more_args, 360 const Arg& ptr5 = no_more_args,
|
/art/runtime/gc/space/ |
space_test.cc | 116 mirror::Object* ptr5 = space->AllocWithGrowth(self, 8 * MB, &dummy); local 117 EXPECT_TRUE(ptr5 == NULL); 188 mirror::Object* ptr5 = space->AllocWithGrowth(self, 8 * MB, &dummy); local 189 EXPECT_TRUE(ptr5 == NULL);
|
/external/clang/test/CodeGenCXX/ |
member-function-pointers.cpp | 204 void (C::*ptr5)() = &C::vfoo; member in namespace:test7
|
microsoft-abi-member-pointers.cpp | 128 int C::*ptr5 = (int C::*) (long D::*) 0; member in class:CastParam::C 129 // CHECK: @"\01?ptr5@CastParam@@3PQC@1@HQ21@" = global i32 -1, align 4
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
PartitionAllocTest.cpp | 496 void* ptr5 = partitionAlloc(allocator.root(), bigSize); local 497 EXPECT_TRUE(ptr5); 499 WTF::PartitionPage* page2 = WTF::partitionPointerToPage(WTF::partitionCookieFreePointerAdjust(ptr5)); 511 partitionFree(ptr5);
|