Home | History | Annotate | Download | only in SemaCXX

Lines Matching defs:FromInt

1727 struct FromInt { FromInt(int); };
1752 { int arr[T(__is_convertible_to(int, FromInt))]; }
1753 { int arr[T(__is_convertible_to(long, FromInt))]; }
1754 { int arr[T(__is_convertible_to(double, FromInt))]; }
1755 { int arr[T(__is_convertible_to(const int, FromInt))]; }
1756 { int arr[T(__is_convertible_to(const int&, FromInt))]; }
1761 { int arr[F(__is_convertible_to(ToInt, FromInt))]; }