Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dtype-traits.cpp36 typedef Derives DerivesAr[10]; typedef
173 { int arr[T(__is_pod(DerivesAr))]; } in is_pod()
249 { int arr[F(__is_class(DerivesAr))]; } in is_class()
1268 { int arr[T(__has_trivial_constructor(DerivesAr))]; } in has_trivial_default_constructor()
1337 { int arr[T(__has_trivial_copy(DerivesAr))]; } in has_trivial_copy_constructor()
1365 { int arr[T(__has_trivial_assign(DerivesAr))]; } in has_trivial_copy_assignment()
1398 { int arr[T(__has_trivial_destructor(DerivesAr))]; } in has_trivial_destructor()
1455 { int arr[T(__has_nothrow_assign(DerivesAr))]; } in has_nothrow_assign()
1544 { int arr[T(__has_nothrow_copy(DerivesAr))]; } in has_nothrow_copy()
1560 { int arr[T(__has_nothrow_constructor(DerivesAr))]; } in has_nothrow_constructor()
[all …]