HomeSort by relevance Sort by last modified time
    Searched refs:UserProvided (Results 1 - 3 of 3) 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>;
  /external/clang/lib/AST/
DeclCXX.cpp 497 bool UserProvided = Constructor->isUserProvided();
502 if (UserProvided)
531 ? UserProvided : !Constructor->isImplicit())
    [all...]

Completed in 243 milliseconds