Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/CXX/basic/basic.types/
H A Dp10.cpp81 struct MoveCtorOnly { // expected-note {{no constexpr constructors other than copy or move construc… struct
84 constexpr int f(MoveCtorOnly) { return 0; } // expected-error {{'MoveCtorOnly' is not a literal typ… in f() argument