Searched defs:ptr2 (Results 1 – 5 of 5) sorted by relevance
69 test_struct_nominal* ptr2 = allocator.alloc(); in TEST() local85 char* ptr2 = reinterpret_cast<char*>(allocator.alloc()); in TEST() local98 test_struct_larger* ptr2 = allocator.alloc(); in TEST() local
138 test_struct_small* ptr2 = in TEST() local159 test_struct_huge* ptr2 = in TEST() local178 test_struct_large* ptr2 = in TEST() local
212 Character *ptr, *ptr1, *ptr2; member in StringTestState943 char* ptr2 = glob_ptr2 + alignments[i]; in TEST() local
1681 _rfc6724_compare(const void *ptr1, const void* ptr2) in _rfc6724_compare()
2503 std::unique_ptr<void, decltype(debug_free)*> ptr2(debug_malloc(1000), debug_free); in TEST_F() local