Home
last modified time | relevance | path

Searched refs:HasCopy (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-throw.cpp90 struct HasCopy { struct
91 HasCopy();
92 HasCopy(const HasCopy &o);
93 ~HasCopy();
/llvm-project-15.0.7/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dcwg1170.cpp24 struct HasCopy { }; struct
39 int check0[has_copy_constructor<HasCopy>::value? 1 : -1];
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtype-traits.cpp1481 struct HasCopy { struct
1482 HasCopy(HasCopy& cp);
1518 { int arr[F(__has_trivial_constructor(HasCopy))]; } in has_trivial_default_constructor()
1581 { int arr[F(__has_trivial_copy(HasCopy))]; } in has_trivial_copy_constructor()
1601 { int arr[T(__has_trivial_assign(HasCopy))]; } in has_trivial_copy_assignment()
1635 { int arr[T(__has_trivial_destructor(HasCopy))]; } in has_trivial_destructor()
1692 { int arr[T(__has_nothrow_assign(HasCopy))]; } in has_nothrow_assign()
1801 { int arr[F(__has_nothrow_copy(HasCopy))]; } in has_nothrow_copy()
1831 { int arr[F(__has_nothrow_constructor(HasCopy))]; } in has_nothrow_constructor()
1858 { int arr[F(__has_virtual_destructor(HasCopy))]; } in has_virtual_destructor()