/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | typeof-mods.c | 12 typeof(*ptr) *ptr3 = ptr; in test_spec() local 26 typeof(*ptr) *ptr3 = ptr; in test_const() local 38 typeof(*ptr) *ptr3 = ptr; in test_volatile() local 52 typeof(*ptr) *ptr3 = ptr; in test_restrict() local 66 typeof(*ptr) *ptr3 = ptr; in test_atomic() local 81 typeof(*ptr) *ptr3 = ptr; in test_bitwise() local 95 typeof(*ptr) *ptr3 = ptr; in test_static() local 109 typeof(*ptr) *ptr3 = ptr; in test_tls() local 123 typeof(*ptr) *ptr3 = ptr; in test_nocast() local
|
D | typeof-noderef.c | 7 typeof(*ptr) *ptr3 = ptr; in test_noderef() local
|
D | typeof-addresspace.c | 9 typeof(*ptr) *ptr3 = ptr; /* check-should-pass */ in test_as() local
|
/third_party/boost/libs/asio/test/windows/ |
D | overlapped_ptr.cpp | 64 win::overlapped_ptr ptr3(ioc, overlapped_handler_2()); in test() local 80 ptr3.reset(ioc, overlapped_handler_2()); in test() 83 ptr3.reset(ioc.get_executor(), overlapped_handler_2()); in test() 85 ptr3.reset(ex1, overlapped_handler_2()); in test() 87 ptr3.reset(ex2, &overlapped_handler_1); in test() 88 ptr3.reset(ex2, overlapped_handler_2()); in test()
|
/third_party/json/doc/examples/ |
D | json_pointer__parent_pointer.cpp | 11 json::json_pointer ptr3("/foo/0"); in main() local 17 << "parent of " << ptr3 << " is " << ptr3.parent_pointer() << std::endl; in main()
|
D | json_pointer__empty.cpp | 12 json::json_pointer ptr3("/foo/0"); in main() local 19 << ptr3 << ": " << ptr3.empty() << std::endl; in main()
|
D | json_pointer__to_string.cpp | 11 json::json_pointer ptr3("/foo/0"); in main() local 25 << ptr3.to_string() << '\n' in main()
|
/third_party/lwip/test/unit/core/ |
D | test_mem.c | 144 u8_t *ptr1b, *ptr1, *ptr2, *ptr3; in START_TEST() local 158 ptr3 = (u8_t *)mem_malloc(1); in START_TEST() 159 fail_unless(ptr3 != NULL); in START_TEST() 172 mem_free(ptr3); in START_TEST()
|
/third_party/mesa3d/src/mesa/drivers/x11/ |
D | xm_dd.c | 167 bgr_t *ptr3 = PIXEL_ADDR3(xrb, x, y + j); in clear_24bit_ximage() local 168 memset(ptr3, r, 3 * width); in clear_24bit_ximage() 175 bgr_t *ptr3 = PIXEL_ADDR3(xrb, x, y + j); in clear_24bit_ximage() local 177 ptr3->r = r; in clear_24bit_ximage() 178 ptr3->g = g; in clear_24bit_ximage() 179 ptr3->b = b; in clear_24bit_ximage() 180 ptr3++; in clear_24bit_ximage()
|
/third_party/re2/util/ |
D | pcre.h | 273 const Arg& ptr3 = no_more_args, 297 const Arg& ptr3 = no_more_args, 322 const Arg& ptr3 = no_more_args, 348 const Arg& ptr3 = no_more_args,
|
/third_party/grpc/test/core/gprpp/ |
D | ref_counted_ptr_test.cc | 162 RefCountedPtr<Foo> ptr3; in TEST() local 163 ptr3.swap(ptr2); in TEST() 165 EXPECT_EQ(foo, ptr3.get()); in TEST()
|
/third_party/skia/tests/sksl/runtime/ |
D | LargeProgram_Functions.skvm | 6 3 store32 ptr3 r0
|
D | LargeProgram_ZeroIterFor.skvm | 6 3 store32 ptr3 r0
|
D | LargeProgram_SplitLoops.skvm | 6 3 store32 ptr3 r0
|
D | LargeProgram_BlocklessLoops.skvm | 6 3 store32 ptr3 r0
|
D | LargeProgram_NestedLoops.skvm | 6 3 store32 ptr3 r0
|
D | LargeProgram_FlatLoop.skvm | 6 3 store32 ptr3 r0
|
D | LargeProgram_StackDepth.skvm | 6 3 store32 ptr3 r0
|
D | GLSLTypeNames.skvm | 6 3 store32 ptr3 r0
|
D | GlobalVariables.skvm | 7 4 store32 ptr3 r0
|
D | ConstPreservation.skvm | 7 4 store32 ptr3 r0
|
D | ArrayNarrowingConversions.skvm | 9 6 store32 ptr3 r2
|
D | QualifierOrder.skvm | 9 6 store32 ptr3 r2
|
D | SwitchDefaultOnly.skvm | 9 6 store32 ptr3 r2
|
D | AllowNarrowingConversions.skvm | 9 6 store32 ptr3 r2
|