Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:HasRef

83 struct HasRef { int i; int& ref; HasRef() : i(0), ref(i) {} };
96 struct DerivesHasRef : HasRef {};
198 { int arr[F(__is_pod(HasRef))]; }
241 { int arr[F(__is_empty(HasRef))]; }
1303 { int arr[F(__has_trivial_constructor(HasRef))]; }
1352 { int arr[T(__has_trivial_copy(HasRef))]; }
1382 { int arr[T(__has_trivial_assign(HasRef))]; }
1414 { int arr[T(__has_trivial_destructor(HasRef))]; }
1469 { int arr[T(__has_nothrow_assign(HasRef))]; }
1558 { int arr[T(__has_nothrow_copy(HasRef))]; }
1596 { int arr[F(__has_nothrow_constructor(HasRef))]; }
1623 { int arr[F(__has_virtual_destructor(HasRef))]; }
1836 { int arr[F(__is_trivial(HasRef))]; }
1879 { int arr[T(__is_trivially_copyable(HasRef))]; }