Home | History | Annotate | Download | only in SemaCXX

Lines Matching defs:FromInt

1678 struct FromInt { FromInt(int); };
1703 { int arr[T(__is_convertible_to(int, FromInt))]; }
1704 { int arr[T(__is_convertible_to(long, FromInt))]; }
1705 { int arr[T(__is_convertible_to(double, FromInt))]; }
1706 { int arr[T(__is_convertible_to(const int, FromInt))]; }
1707 { int arr[T(__is_convertible_to(const int&, FromInt))]; }
1712 { int arr[F(__is_convertible_to(ToInt, FromInt))]; }