Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove.pass.cpp51 std::unique_ptr<VT, NCDeleter<VT>&> source3() { in source3() function
71 assert(&p.get_deleter() == &source3<VT>().get_deleter()); in sink3()
134 sink3<VT>(source3<VT>()); in test_basic()