Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dtype-traits.cpp138 class AllPrivate { class
139 AllPrivate() throw();
140 AllPrivate(const AllPrivate&) throw();
141 AllPrivate &operator=(const AllPrivate &) throw();
142 ~AllPrivate() throw();
1287 { int arr[F(__has_trivial_constructor(AllPrivate))]; } in has_trivial_default_constructor()
1345 { int arr[F(__has_trivial_copy(AllPrivate))]; } in has_trivial_copy_constructor()
1376 { int arr[F(__has_trivial_assign(AllPrivate))]; } in has_trivial_copy_assignment()
1407 { int arr[F(__has_trivial_destructor(AllPrivate))]; } in has_trivial_destructor()
1453 { int arr[T(__has_nothrow_assign(AllPrivate))]; } in has_nothrow_assign()
[all …]