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

/external/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];
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp1269 struct HasCopy { struct
1270 HasCopy(HasCopy& cp);
1304 { int arr[F(__has_trivial_constructor(HasCopy))]; }
1363 { int arr[F(__has_trivial_copy(HasCopy))]; }
1383 { int arr[T(__has_trivial_assign(HasCopy))]; }
1415 { int arr[T(__has_trivial_destructor(HasCopy))]; }
1470 { int arr[T(__has_nothrow_assign(HasCopy))]; }
1572 { int arr[F(__has_nothrow_copy(HasCopy))]; }
1600 { int arr[F(__has_nothrow_constructor(HasCopy))]; }
[all...]

Completed in 6577 milliseconds