Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:IntRef

1265 typedef Int& IntRef;
1305 { int arr[F(__has_trivial_constructor(IntRef))]; }
1354 { int arr[T(__has_trivial_copy(IntRef))]; }
1391 { int arr[F(__has_trivial_assign(IntRef))]; }
1417 { int arr[T(__has_trivial_destructor(IntRef))]; }
1480 { int arr[F(__has_nothrow_assign(IntRef))]; }
1557 { int arr[T(__has_nothrow_copy(IntRef))]; }
1603 { int arr[F(__has_nothrow_constructor(IntRef))]; }
1631 { int arr[F(__has_virtual_destructor(IntRef))]; }