Home
last modified time | relevance | path

Searched refs:is_convertible_to (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/Lexer/
Dhas_feature_type_traits.cpp63 #if __has_feature(is_convertible_to)
64 int is_convertible_to();
/external/clang/test/SemaCXX/
Dtype-traits.cpp1758 void is_convertible_to();
1761 friend void is_convertible_to();
1771 void is_convertible_to() { in is_convertible_to() function
/external/libcxx/include/
Dtype_traits859 #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)
/external/clang/docs/
DLanguageExtensions.rst976 #if __has_extension(is_convertible_to)
978 struct is_convertible_to {