HomeSort by relevance Sort by last modified time
    Searched defs:UserProvided (Results 1 - 2 of 2) sorted by null

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

Completed in 138 milliseconds