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

/external/clang/test/SemaCXX/
H A Dtype-traits.cpp104 class AllPrivate { class
105 AllPrivate() throw();
106 AllPrivate(const AllPrivate&) throw();
107 AllPrivate &operator=(const AllPrivate &) throw();
108 ~AllPrivate() throw();
1202 { int arr[F(__has_trivial_constructor(AllPrivate))]; }
1234 { int arr[F(__has_trivial_copy(AllPrivate))]; }
1265 { int arr[F(__has_trivial_assign(AllPrivate))]; }
[all...]

Completed in 183 milliseconds