Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/CXX/basic/basic.types/
H A Dp10.cpp77 struct CopyCtorOnly { // expected-note {{'CopyCtorOnly' is not literal because it is not an aggrega… struct
80 constexpr int f(CopyCtorOnly) { return 0; } // expected-error {{'CopyCtorOnly' is not a literal typ… in f() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/concepts/concepts.lang/concept.copyconstructible/
H A Dcopy_constructible.compile.pass.cpp148 struct CopyCtorOnly { struct