Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dtype-traits.cpp37 typedef Derives DerivesAr[10]; typedef
186 { int arr[T(__is_pod(DerivesAr))]; } in is_pod()
263 { int arr[F(__is_class(DerivesAr))]; } in is_class()
1291 { int arr[T(__has_trivial_constructor(DerivesAr))]; } in has_trivial_default_constructor()
1360 { int arr[T(__has_trivial_copy(DerivesAr))]; } in has_trivial_copy_constructor()
1388 { int arr[T(__has_trivial_assign(DerivesAr))]; } in has_trivial_copy_assignment()
1421 { int arr[T(__has_trivial_destructor(DerivesAr))]; } in has_trivial_destructor()
1478 { int arr[T(__has_nothrow_assign(DerivesAr))]; } in has_nothrow_assign()
1570 { int arr[T(__has_nothrow_copy(DerivesAr))]; } in has_nothrow_copy()
1586 { int arr[T(__has_nothrow_constructor(DerivesAr))]; } in has_nothrow_constructor()
[all …]