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

/external/clang/test/SemaCXX/
H A Dtype-traits.cpp37 typedef Derives DerivesAr[10]; typedef
186 { int arr[T(__is_pod(DerivesAr))]; }
263 { int arr[F(__is_class(DerivesAr))]; }
1291 { int arr[T(__has_trivial_constructor(DerivesAr))]; }
1360 { int arr[T(__has_trivial_copy(DerivesAr))]; }
1388 { int arr[T(__has_trivial_assign(DerivesAr))]; }
1421 { int arr[T(__has_trivial_destructor(DerivesAr))]; }
1478 { int arr[T(__has_nothrow_assign(DerivesAr))]; }
1570 { int arr[T(__has_nothrow_copy(DerivesAr))]; }
1586 { int arr[T(__has_nothrow_constructor(DerivesAr))]; }
[all...]

Completed in 56 milliseconds