Home
last modified time | relevance | path

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

/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
Dcwg1170.cpp24 struct HasCopy { }; struct
39 int check0[has_copy_constructor<HasCopy>::value? 1 : -1];
/external/clang/test/SemaCXX/
Dtype-traits.cpp1246 struct HasCopy { struct
1247 HasCopy(HasCopy& cp);
1281 { int arr[F(__has_trivial_constructor(HasCopy))]; } in has_trivial_default_constructor()
1340 { int arr[F(__has_trivial_copy(HasCopy))]; } in has_trivial_copy_constructor()
1360 { int arr[T(__has_trivial_assign(HasCopy))]; } in has_trivial_copy_assignment()
1392 { int arr[T(__has_trivial_destructor(HasCopy))]; } in has_trivial_destructor()
1447 { int arr[T(__has_nothrow_assign(HasCopy))]; } in has_nothrow_assign()
1546 { int arr[F(__has_nothrow_copy(HasCopy))]; } in has_nothrow_copy()
1574 { int arr[F(__has_nothrow_constructor(HasCopy))]; } in has_nothrow_constructor()
1601 { int arr[F(__has_virtual_destructor(HasCopy))]; } in has_virtual_destructor()