Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dtype-traits.cpp139 class AllPrivate { class
140 AllPrivate() throw();
141 AllPrivate(const AllPrivate&) throw();
142 AllPrivate &operator=(const AllPrivate &) throw();
143 ~AllPrivate() throw();
1310 { int arr[F(__has_trivial_constructor(AllPrivate))]; } in has_trivial_default_constructor()
1368 { int arr[F(__has_trivial_copy(AllPrivate))]; } in has_trivial_copy_constructor()
1399 { int arr[F(__has_trivial_assign(AllPrivate))]; } in has_trivial_copy_assignment()
1430 { int arr[F(__has_trivial_destructor(AllPrivate))]; } in has_trivial_destructor()
1476 { int arr[T(__has_nothrow_assign(AllPrivate))]; } in has_nothrow_assign()
[all …]