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.cpp1761 void is_convertible_to();
1764 friend void is_convertible_to();
1774 void is_convertible_to() { in is_convertible_to() function
/external/clang/docs/
DLanguageExtensions.rst976 #if __has_extension(is_convertible_to)
978 struct is_convertible_to {
/external/libcxx/include/
Dtype_traits1464 #if __has_feature(is_convertible_to) && !defined(_LIBCPP_USE_IS_CONVERTIBLE_FALLBACK)
1470 #else // __has_feature(is_convertible_to)
1545 #endif // __has_feature(is_convertible_to)