Home
last modified time | relevance | path

Searched defs:UB1 (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
Dmove_convert.single.pass.cpp93 using UB1 = std::unique_ptr<B, DB&>; in test_sfinae() typedef
98 using UB1 = std::unique_ptr<B, const DB&>; in test_sfinae() typedef
104 using UB1 = std::unique_ptr<B[]>; in test_sfinae() typedef
111 using UB1 = std::unique_ptr<B[], NCGenericDeleter>; in test_sfinae() typedef
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Dmove_convert.single.pass.cpp114 using UB1 = std::unique_ptr<B, DB&>; in test_sfinae() typedef
119 using UB1 = std::unique_ptr<B, const DB&>; in test_sfinae() typedef
125 using UB1 = std::unique_ptr<B[]>; in test_sfinae() typedef
132 using UB1 = std::unique_ptr<B[], NCGenericDeleter>; in test_sfinae() typedef