Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.create/
H A Dmake_unique_for_overwrite.pass.cpp63 struct WithDefaultConstructor { struct
65 constexpr WithDefaultConstructor() : i(5) {} in WithDefaultConstructor() function
/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
H A Dmake_shared_for_overwrite.pass.cpp78 struct WithDefaultConstructor { struct
80 constexpr WithDefaultConstructor() : i(5) {} in WithDefaultConstructor() argument