Home
last modified time | relevance | path

Searched defs:NotDefaultConstructible (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/test/std/ranges/range.adaptors/range.all/range.owning.view/
H A Dconstructor.pass.cpp30 struct NotDefaultConstructible { struct
32 constexpr explicit NotDefaultConstructible(int j) : i(j) {} in NotDefaultConstructible() function
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/
H A Dpstl.stable_sort.pass.cpp129 struct NotDefaultConstructible { struct
130 NotDefaultConstructible(int i) : i_(i) {} in NotDefaultConstructible() argument
134 friend bool operator==(NotDefaultConstructible lhs, NotDefaultConstructible rhs) { in operator ==() argument
/llvm-project/clang/test/SemaTemplate/
H A Dexplicit-instantiation.cpp28 struct NotDefaultConstructible { // expected-note{{candidate constructor (the implicit copy constru… struct
H A Ddefault-expr-arguments.cpp76 struct NotDefaultConstructible { // expected-note 2 {{candidate constructor (the implicit copy cons… struct