HomeSort by relevance Sort by last modified time
    Searched full:bad_typeid (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /ndk/sources/cxx-stl/llvm-libc++/src/
typeinfo.cpp 39 std::bad_typeid::bad_typeid() _NOEXCEPT
43 std::bad_typeid::~bad_typeid() _NOEXCEPT
48 std::bad_typeid::what() const _NOEXCEPT
50 return "std::bad_typeid";
55 // because bad_cast and bad_typeid are defined in his higher level library
56 void __cxxabiv1::__cxa_bad_typeid() { throw std::bad_typeid(); }
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.rtti/bad.typeid/
bad_typeid.pass.cpp 10 // test bad_typeid
18 static_assert((std::is_base_of<std::exception, std::bad_typeid>::value),
19 "std::is_base_of<std::exception, std::bad_typeid>::value");
20 static_assert(std::is_polymorphic<std::bad_typeid>::value,
21 "std::is_polymorphic<std::bad_typeid>::value");
22 std::bad_typeid b;
23 std::bad_typeid b2 = b;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
typeinfo 8 class bad_typeid;
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
typeinfo 8 class bad_typeid;
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
typeinfo 8 class bad_typeid;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
typeinfo 8 class bad_typeid;
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
typeinfo 8 class bad_typeid;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
typeinfo 8 class bad_typeid;
  /ndk/sources/cxx-stl/llvm-libc++/include/
typeinfo 46 class bad_typeid
50 bad_typeid() noexcept;
51 bad_typeid(const bad_typeid&) noexcept;
52 bad_typeid& operator=(const bad_typeid&) noexcept;
113 class _LIBCPP_EXCEPTION_ABI bad_typeid
117 bad_typeid() _NOEXCEPT;
118 virtual ~bad_typeid() _NOEXCEPT;
  /bionic/libstdc++/include/
typeinfo 9 class bad_typeid;
  /ndk/sources/cxx-stl/system/include/
typeinfo 9 class bad_typeid;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
typeinfo 9 class bad_typeid;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
typeinfo 9 class bad_typeid;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
typeinfo 9 class bad_typeid;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
typeinfo 9 class bad_typeid;
  /ndk/sources/cxx-stl/gabi++/src/
terminate.cc 101 bad_typeid::bad_typeid() throw() { function in class:std::bad_typeid
104 bad_typeid::~bad_typeid() throw() {
107 const char* bad_typeid::what() const throw() {
108 return "std::bad_typeid";
auxilary.cc 37 throw std::bad_typeid();
  /ndk/sources/cxx-stl/gabi++/include/
typeinfo 87 class bad_typeid : public exception {
89 bad_typeid() throw();
90 virtual ~bad_typeid() throw();
  /external/stlport/stlport/
typeinfo.h 52 using std::bad_typeid;
65 using /* _STLP_VENDOR_EXCEPT_STD */ :: bad_typeid;
  /ndk/sources/cxx-stl/stlport/stlport/
typeinfo.h 52 using std::bad_typeid;
65 using /* _STLP_VENDOR_EXCEPT_STD */ :: bad_typeid;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
typeinfo.h 52 using std::bad_typeid;
65 using /* _STLP_VENDOR_EXCEPT_STD */ :: bad_typeid;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
typeinfo.h 52 using std::bad_typeid;
65 using /* _STLP_VENDOR_EXCEPT_STD */ :: bad_typeid;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
typeinfo.h 52 using std::bad_typeid;
65 using /* _STLP_VENDOR_EXCEPT_STD */ :: bad_typeid;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
typeinfo.h 52 using std::bad_typeid;
65 using /* _STLP_VENDOR_EXCEPT_STD */ :: bad_typeid;
  /external/stlport/stlport/stl/
_typeinfo.h 53 using _STLP_VENDOR_EXCEPT_STD::bad_typeid;

Completed in 303 milliseconds

1 2 3 4