Home
last modified time | relevance | path

Searched defs:ptr7 (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/
Datl.cpp539 ptr4(new int(1)), ptr5(new int(2)), ptr6(new int(4)), ptr7(new int(0)); in test_atl() local
553 ptr4(new int(1)), ptr5(new int(2)), ptr6(new int(4)), ptr7(new int(0)); in test_atl() local
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-virtual-member-pointers.cpp53 auto ptr7 = &C::plugh; in f() local
/aosp_15_r20/external/clang/test/CXX/expr/expr.post/expr.const.cast/
H A Dp1-0x.cpp24 …int *&ptr7 = const_cast<int *&>(xvalue<const int*>()); // expected-error {{const_cast from rvalue … in test_classification() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/windows/
Doverlapped_ptr.cpp69 win::overlapped_ptr ptr7(ex1, overlapped_handler_2()); in test() local
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_alloc_unittest.cc3028 void* ptr7 = allocator.root()->Alloc(size, type_name); in TEST_P() local