Home | History | Annotate | Download | only in SemaCXX

Lines Matching defs:FromInt

1565 struct FromInt { FromInt(int); };
1590 { int arr[T(__is_convertible_to(int, FromInt))]; }
1591 { int arr[T(__is_convertible_to(long, FromInt))]; }
1592 { int arr[T(__is_convertible_to(double, FromInt))]; }
1593 { int arr[T(__is_convertible_to(const int, FromInt))]; }
1594 { int arr[T(__is_convertible_to(const int&, FromInt))]; }
1599 { int arr[F(__is_convertible_to(ToInt, FromInt))]; }