HomeSort by relevance Sort by last modified time
    Searched full:__is_convertible_to (Results 1 - 11 of 11) sorted by null

  /external/clang/test/SemaCXX/
type-traits.cpp     [all...]
  /external/clang/test/PCH/
cxx-traits.cpp 28 bool _is_convertible_to_result = __is_convertible_to(int, int);
cxx-traits.h 30 struct __is_convertible_to {}; // expected-warning {{made available}} struct in namespace:n
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
intrinsics.hpp 100 # define BOOST_IS_CONVERTIBLE(T,U) ((__is_convertible_to(T,U) || is_same<T,U>::value) && !__is_abstract(U))
176 # define BOOST_IS_CONVERTIBLE(T,U) (__is_convertible_to(T,U) && !::boost::is_abstract<U>::value)
  /external/libcxx/www/
type_traits_design.html 253 <td bgcolor="#80FF80"><tt>__is_convertible_to(T, U)</tt></td>
  /external/clang/include/clang/Basic/
TokenKinds.def 421 TYPE_TRAIT_2(__is_convertible_to, IsConvertibleTo, KEYCXX)
  /external/clang/docs/
LanguageExtensions.rst     [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp 668 /// [MS] '__is_convertible_to'
797 REVERTIBLE_TYPE_TRAIT(__is_convertible_to);
    [all...]
  /external/libcxx/include/
type_traits     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
type_traits 832 : public integral_constant<bool, __is_convertible_to(_T1, _T2) &&
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
type_traits 832 : public integral_constant<bool, __is_convertible_to(_T1, _T2) &&
    [all...]

Completed in 227 milliseconds