Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaCXX/
Drval-references-examples.cpp56 unique_ptr<T> make_unique_ptr(Args &&...args) { in make_unique_ptr() function
68 unique_ptr<int> p2(make_unique_ptr<int>(17)); in test_unique_ptr()
69 unique_ptr<int> p3 = make_unique_ptr<int>(17); in test_unique_ptr()
77 p2 = make_unique_ptr<int>(0); in test_unique_ptr()
83 accept_unique_ptr(make_unique_ptr<double>(0.0)); in test_unique_ptr()
/external/clang/test/SemaCXX/
Drval-references-examples.cpp56 unique_ptr<T> make_unique_ptr(Args &&...args) { in make_unique_ptr() function
68 unique_ptr<int> p2(make_unique_ptr<int>(17)); in test_unique_ptr()
69 unique_ptr<int> p3 = make_unique_ptr<int>(17); in test_unique_ptr()
77 p2 = make_unique_ptr<int>(0); in test_unique_ptr()
83 accept_unique_ptr(make_unique_ptr<double>(0.0)); in test_unique_ptr()