Searched refs:pair4 (Results 1 – 1 of 1) sorted by relevance
102 std::pair<int *, int> pair4 = copy_pair3(std::move(pair1)); in test_simple_constructors() local103 int i4 = pair4.second; in test_simple_constructors()104 int *ptr4 = pair4.first; in test_simple_constructors()