Home
last modified time | relevance | path

Searched refs:pair4 (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/dfsan/
H A Dpair.cpp102 std::pair<int *, int> pair4 = copy_pair3(std::move(pair1)); in test_simple_constructors() local
103 int i4 = pair4.second; in test_simple_constructors()
104 int *ptr4 = pair4.first; in test_simple_constructors()