Searched refs:is_convertible_to (Results 1 – 4 of 4) sorted by relevance
63 #if __has_feature(is_convertible_to)64 int is_convertible_to();
1758 void is_convertible_to();1761 friend void is_convertible_to();1771 void is_convertible_to() { in is_convertible_to() function
859 #if __has_feature(is_convertible_to) && !defined(_LIBCPP_USE_IS_CONVERTIBLE_FALLBACK)865 #else // __has_feature(is_convertible_to)982 #endif // __has_feature(is_convertible_to)
976 #if __has_extension(is_convertible_to)978 struct is_convertible_to {