Searched defs:CopyCtorOnly (Results 1 – 2 of 2) sorted by relevance
77 struct CopyCtorOnly { // expected-note {{'CopyCtorOnly' is not literal because it is not an aggrega… struct80 constexpr int f(CopyCtorOnly) { return 0; } // expected-error {{'CopyCtorOnly' is not a literal typ… in f() argument
148 struct CopyCtorOnly { struct