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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/PCH/
cxx-typeid.h 33 class bad_typeid class in namespace:std
36 bad_typeid();
37 bad_typeid(const bad_typeid&);
38 bad_typeid& operator=(const bad_typeid&);
  /external/libcxxabi/src/
typeinfo.cpp 37 // bad_typeid
39 bad_typeid::bad_typeid() _NOEXCEPT
43 bad_typeid::~bad_typeid() _NOEXCEPT
48 bad_typeid::what() const _NOEXCEPT
50 return "std::bad_typeid";
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
typeinfo.cpp 37 // bad_typeid
39 bad_typeid::bad_typeid() _NOEXCEPT
43 bad_typeid::~bad_typeid() _NOEXCEPT
48 bad_typeid::what() const _NOEXCEPT
50 return "std::bad_typeid";
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
typeinfo.h 23 using std::bad_typeid;
27 typedef bad_typeid Bad_typeid;
  /external/libcxx/src/
typeinfo.cpp 29 std::bad_typeid::bad_typeid() _NOEXCEPT
45 std::bad_typeid::~bad_typeid() _NOEXCEPT
50 std::bad_typeid::what() const _NOEXCEPT
52 return "std::bad_typeid";
57 // because bad_cast and bad_typeid are defined in his higher level library
61 throw std::bad_typeid();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
typeinfo.cpp 29 std::bad_typeid::bad_typeid() _NOEXCEPT
45 std::bad_typeid::~bad_typeid() _NOEXCEPT
50 std::bad_typeid::what() const _NOEXCEPT
52 return "std::bad_typeid";
57 // because bad_cast and bad_typeid are defined in his higher level library
61 throw std::bad_typeid();
  /external/libcxx/test/std/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;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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;
  /external/libcxx/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;
157 class _LIBCPP_EXCEPTION_ABI bad_typeid
161 bad_typeid() _NOEXCEPT;
162 virtual ~bad_typeid() _NOEXCEPT;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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;
157 class _LIBCPP_EXCEPTION_ABI bad_typeid
161 bad_typeid() _NOEXCEPT;
162 virtual ~bad_typeid() _NOEXCEPT;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/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;
157 class _LIBCPP_EXCEPTION_ABI bad_typeid
161 bad_typeid() _NOEXCEPT;
162 virtual ~bad_typeid() _NOEXCEPT;
  /ndk/sources/cxx-stl/gabi++/src/
type_info.cc 88 bad_typeid::bad_typeid() _GABIXX_NOEXCEPT {
91 bad_typeid::~bad_typeid() _GABIXX_NOEXCEPT {
94 const char* bad_typeid::what() const _GABIXX_NOEXCEPT {
95 return "std::bad_typeid";
  /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;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
typeinfo 9 class bad_typeid;

Completed in 651 milliseconds

1 2 3 4 5 6 7 8 91011>>