Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dtype-traits.cpp82 struct HasRef { int i; int& ref; HasRef() : i(0), ref(i) {} }; in HasRef() argument
95 struct DerivesHasRef : HasRef {};
185 { int arr[F(__is_pod(HasRef))]; } in is_pod()
227 { int arr[F(__is_empty(HasRef))]; } in is_empty()
1280 { int arr[F(__has_trivial_constructor(HasRef))]; } in has_trivial_default_constructor()
1329 { int arr[T(__has_trivial_copy(HasRef))]; } in has_trivial_copy_constructor()
1359 { int arr[T(__has_trivial_assign(HasRef))]; } in has_trivial_copy_assignment()
1391 { int arr[T(__has_trivial_destructor(HasRef))]; } in has_trivial_destructor()
1446 { int arr[T(__has_nothrow_assign(HasRef))]; } in has_nothrow_assign()
1535 { int arr[T(__has_nothrow_copy(HasRef))]; } in has_nothrow_copy()
[all …]