Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.copyconstructible/
H A Dcopy_constructible.compile.pass.cpp148 struct CopyCtorOnly { struct
/llvm-project/clang/test/CXX/basic/basic.types/
H A Dp10.cpp77 struct CopyCtorOnly { // expected-note {{'CopyCtorOnly' is not literal because it is not an aggregate and has no constexpr constructors other than copy or move constructors}} struct
80 constexpr int f(CopyCtorOnly) { return 0; } // expected-error {{'CopyCtorOnly' is not a literal type}} in f() argument