Home
last modified time | relevance | path

Searched refs:UserProvided (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CXX/special/class.copy/
Dp12-0x.cpp21 struct UserProvided { struct
22 UserProvided(const UserProvided &);
24 using _ = not_trivially_copyable<UserProvided>;
Dp25-0x.cpp24 struct UserProvided { struct
25 UserProvided &operator=(const UserProvided &);
27 using _ = not_trivially_assignable<UserProvided>;