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

  /external/clang/test/Modules/
hidden-definition.cpp 14 _Static_assert(!__is_convertible(Y*, X*), "");
  /external/libcxx/include/
type_traits     [all...]
  /external/clang/test/PCH/
cxx-traits.cpp 27 bool _is_convertible_result = __is_convertible(int, int);
cxx-traits.h 29 struct __is_convertible {}; // expected-warning {{made available}} struct in namespace:n
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
type_traits     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
type_traits     [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp     [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
intrinsics.hpp 275 # define BOOST_IS_CONVERTIBLE(T,U) (__is_convertible(T,U) || is_void<U>::value)
  /external/clang/include/clang/Basic/
TokenKinds.def 472 TYPE_TRAIT_2(__is_convertible, IsConvertible, KEYCXX)
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-internal.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 819 static const bool value = __is_convertible(From, To);
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-internal.h 819 static const bool value = __is_convertible(From, To);
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 808 static const bool value = __is_convertible(From, To);
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp 669 /// '__is_convertible'
796 REVERTIBLE_TYPE_TRAIT(__is_convertible);
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_gtest.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 750 milliseconds