Home
last modified time | relevance | path

Searched refs:__is_convertible (Results 1 – 15 of 15) sorted by relevance

/external/clang/test/Modules/
Dhidden-definition.cpp14 _Static_assert(!__is_convertible(Y*, X*), "");
/external/clang/test/PCH/
Dcxx-traits.h30 struct __is_convertible {}; // expected-warning {{made available}} struct
Dcxx-traits.cpp28 bool _is_convertible_result = __is_convertible(int, int);
/external/clang/test/SemaCXX/
Dtype-traits.cpp1747 int t01[T(__is_convertible(IntWrapper, IntWrapper))]; in is_convertible()
1748 int t02[T(__is_convertible(IntWrapper, const IntWrapper))]; in is_convertible()
1749 int t03[T(__is_convertible(IntWrapper, int))]; in is_convertible()
1750 int t04[T(__is_convertible(int, IntWrapper))]; in is_convertible()
1751 int t05[T(__is_convertible(IntWrapper, FloatWrapper))]; in is_convertible()
1752 int t06[T(__is_convertible(FloatWrapper, IntWrapper))]; in is_convertible()
1753 int t07[T(__is_convertible(FloatWrapper, float))]; in is_convertible()
1754 int t08[T(__is_convertible(float, FloatWrapper))]; in is_convertible()
/external/libcxx/include/
Dtype_traits1509 struct __is_convertible
1523 template <class _T1, class _T2> struct __is_convertible<_T1, _T2, 0, 1> : public false_type {};
1524 template <class _T1, class _T2> struct __is_convertible<_T1, _T2, 1, 1> : public false_type {};
1525 template <class _T1, class _T2> struct __is_convertible<_T1, _T2, 2, 1> : public false_type {};
1526 template <class _T1, class _T2> struct __is_convertible<_T1, _T2, 3, 1> : public false_type {};
1528 template <class _T1, class _T2> struct __is_convertible<_T1, _T2, 0, 2> : public false_type {};
1529 template <class _T1, class _T2> struct __is_convertible<_T1, _T2, 1, 2> : public false_type {};
1530 template <class _T1, class _T2> struct __is_convertible<_T1, _T2, 2, 2> : public false_type {};
1531 template <class _T1, class _T2> struct __is_convertible<_T1, _T2, 3, 2> : public false_type {};
1533 template <class _T1, class _T2> struct __is_convertible<_T1, _T2, 0, 3> : public false_type {};
[all …]
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-internal.h893 static const bool value = __is_convertible(From, To);
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h907 static const bool value = __is_convertible(From, To);
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h916 static const bool value = __is_convertible(From, To);
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h885 static const bool value = __is_convertible(From, To);
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h885 static const bool value = __is_convertible(From, To);
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-internal.h885 static const bool value = __is_convertible(From, To);
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-internal.h896 static const bool value = __is_convertible(From, To);
/external/clang/include/clang/Basic/
DTokenKinds.def479 TYPE_TRAIT_2(__is_convertible, IsConvertible, KEYCXX)
/external/clang/lib/Parse/
DParseExpr.cpp810 REVERTIBLE_TYPE_TRAIT(__is_convertible); in ParseCastExpression()
/external/epid-sdk/ext/gtest/
Dgtest.h8631 static const bool value = __is_convertible(From, To);